From d2465ecfae1d46e99b32314b78577a160ff5fdd8 Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Mon, 7 Mar 2022 10:10:05 -0600 Subject: [PATCH 1/5] branches --- Cargo.lock | 848 ++++++++++++------ client/collator/Cargo.toml | 10 +- client/consensus/common/Cargo.toml | 2 +- client/network/Cargo.toml | 12 +- client/pov-recovery/Cargo.toml | 8 +- .../Cargo.toml | 10 +- client/relay-chain-interface/Cargo.toml | 4 +- client/relay-chain-rpc-interface/Cargo.toml | 2 +- client/service/Cargo.toml | 4 +- pallets/xcmp-queue/Cargo.toml | 4 +- parachain-template/node/Cargo.toml | 10 +- polkadot-parachains/Cargo.toml | 10 +- test/client/Cargo.toml | 4 +- .../Cargo.toml | 2 +- test/service/Cargo.toml | 8 +- 15 files changed, 611 insertions(+), 327 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 741edf1d742..26cbffc9f57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -993,7 +993,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", - "kusama-runtime-constants", + "kusama-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "log", "pallet-aura", "pallet-authorship", @@ -1010,13 +1010,13 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-runtime-common", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "serde", "smallvec", @@ -1033,9 +1033,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -1611,7 +1611,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-client-api", "sp-api", "sp-consensus", @@ -1662,7 +1662,7 @@ dependencies = [ "futures 0.3.21", "futures-timer", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-client-api", "sc-consensus", "sp-api", @@ -1713,8 +1713,8 @@ dependencies = [ "parking_lot 0.12.0", "polkadot-client", "polkadot-node-primitives", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-service", "polkadot-test-client", "portpicker", @@ -1748,7 +1748,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "sc-cli", "sc-client-api", @@ -1776,7 +1776,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.0", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-chain-spec", "sc-client-api", "sc-consensus", @@ -1825,8 +1825,8 @@ dependencies = [ "sp-runtime", "sp-std", "sp-version", - "xcm", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -1847,7 +1847,7 @@ dependencies = [ "log", "pallet-balances", "parity-scale-codec", - "polkadot-parachain", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "sc-client-api", "scale-info", "serde", @@ -1862,7 +1862,7 @@ dependencies = [ "sp-tracing", "sp-trie", "sp-version", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -1898,7 +1898,7 @@ dependencies = [ "frame-system", "pallet-sudo", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "sp-runtime", "sp-std", @@ -1917,7 +1917,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -1938,9 +1938,9 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -1956,7 +1956,7 @@ dependencies = [ "serde", "sp-runtime", "sp-std", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -1965,9 +1965,9 @@ version = "0.1.0" dependencies = [ "frame-support", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "sp-api", "sp-runtime", "sp-std", @@ -2020,13 +2020,13 @@ dependencies = [ "cumulus-primitives-core", "frame-support", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "sp-runtime", "sp-std", "sp-trie", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -2041,7 +2041,7 @@ dependencies = [ "futures-timer", "parking_lot 0.12.0", "polkadot-client", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-service", "polkadot-test-client", "sc-client-api", @@ -2121,8 +2121,8 @@ dependencies = [ "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-block-builder", "sc-consensus", "sc-executor", @@ -2145,7 +2145,7 @@ version = "0.1.0" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "sp-runtime", "sp-state-machine", "sp-std", @@ -2215,7 +2215,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "parking_lot 0.12.0", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-service", "polkadot-test-service", "portpicker", @@ -4203,7 +4203,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bitvec", @@ -4216,7 +4216,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", - "kusama-runtime-constants", + "kusama-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "log", "pallet-authority-discovery", "pallet-authorship", @@ -4255,11 +4255,11 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rustc-hex", "scale-info", "serde", @@ -4283,19 +4283,31 @@ dependencies = [ "sp-version", "static_assertions", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "smallvec", + "sp-runtime", +] + +[[package]] +name = "kusama-runtime-constants" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +dependencies = [ + "frame-support", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "smallvec", "sp-runtime", ] @@ -5154,7 +5166,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "derive_more", "futures 0.3.21", @@ -5811,7 +5823,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5828,7 +5840,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5850,7 +5862,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitvec", "bp-message-dispatch", @@ -6626,7 +6638,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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", "frame-system", @@ -6637,14 +6649,32 @@ dependencies = [ "sp-core", "sp-runtime", "sp-std", - "xcm", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", +] + +[[package]] +name = "pallet-xcm" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +dependencies = [ + "frame-support", + "frame-system", + "log", + "parity-scale-codec", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-std", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-benchmarking", "frame-support", @@ -6654,8 +6684,8 @@ dependencies = [ "scale-info", "sp-runtime", "sp-std", - "xcm", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[package]] @@ -6696,8 +6726,8 @@ dependencies = [ "parachain-template-runtime", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-service", "sc-basic-authorship", "sc-chain-spec", @@ -6732,7 +6762,7 @@ dependencies = [ "substrate-frame-rpc-system", "substrate-prometheus-endpoint", "try-runtime-cli", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -6767,11 +6797,11 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "parachain-info", "parity-scale-codec", - "polkadot-parachain", - "polkadot-runtime-common", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "serde", "smallvec", @@ -6788,9 +6818,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -6806,8 +6836,8 @@ dependencies = [ "pallet-balances", "pallet-collator-selection", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "sp-consensus-aura", "sp-core", @@ -6815,8 +6845,8 @@ dependencies = [ "sp-runtime", "sp-std", "substrate-wasm-builder", - "xcm", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -7205,34 +7235,34 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "tracing", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "tracing", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "derive_more", "fatality", @@ -7244,7 +7274,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "sp-core", "sp-keystore", @@ -7255,7 +7285,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "fatality", "futures 0.3.21", @@ -7266,7 +7296,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "sc-network", "thiserror", @@ -7276,7 +7306,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "clap 3.1.5", "frame-benchmarking-cli", @@ -7299,14 +7329,14 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "frame-benchmarking", "frame-system-rpc-runtime-api", "pallet-mmr-primitives", "pallet-transaction-payment-rpc-runtime-api", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-runtime", "sc-client-api", "sc-consensus", @@ -7357,8 +7387,8 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-service", "rococo-parachain-runtime", "sc-basic-authorship", @@ -7399,13 +7429,13 @@ dependencies = [ "tempfile", "try-runtime-cli", "westmint-runtime", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "always-assert", "fatality", @@ -7415,7 +7445,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-core", "sp-keystore", "sp-runtime", @@ -7426,7 +7456,20 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "parity-scale-codec", + "parity-util-mem", + "scale-info", + "sp-core", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "polkadot-core-primitives" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7439,7 +7482,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "derive_more", "fatality", @@ -7451,7 +7494,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-network", "sp-application-crypto", "sp-keystore", @@ -7462,11 +7505,11 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "reed-solomon-novelpoly", "sp-core", "sp-trie", @@ -7476,14 +7519,14 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", @@ -7496,7 +7539,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "futures 0.3.21", @@ -7506,7 +7549,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-network", "sp-consensus", "tracing", @@ -7515,7 +7558,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7523,7 +7566,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-core", "sp-maybe-compressed-blob", "thiserror", @@ -7533,7 +7576,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitvec", "derive_more", @@ -7548,7 +7591,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-keystore", "schnorrkel", "sp-application-crypto", @@ -7561,7 +7604,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitvec", "futures 0.3.21", @@ -7573,7 +7616,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "thiserror", "tracing", ] @@ -7581,7 +7624,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitvec", "futures 0.3.21", @@ -7589,7 +7632,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-statement-table", "sp-keystore", "thiserror", @@ -7599,12 +7642,12 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-keystore", "thiserror", "tracing", @@ -7614,7 +7657,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "futures 0.3.21", @@ -7623,8 +7666,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-maybe-compressed-blob", "tracing", ] @@ -7632,12 +7675,12 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-client-api", "sc-consensus-babe", "sp-blockchain", @@ -7647,7 +7690,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7656,7 +7699,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "thiserror", "tracing", ] @@ -7664,7 +7707,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "fatality", "futures 0.3.21", @@ -7674,7 +7717,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-keystore", "thiserror", "tracing", @@ -7683,13 +7726,13 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "futures 0.3.21", "futures-timer", "polkadot-node-subsystem", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-blockchain", "sp-inherents", "sp-runtime", @@ -7700,7 +7743,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitvec", "futures 0.3.21", @@ -7708,7 +7751,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "thiserror", "tracing", @@ -7717,7 +7760,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "always-assert", "assert_matches", @@ -7727,9 +7770,9 @@ dependencies = [ "futures-timer", "parity-scale-codec", "pin-project 1.0.10", - "polkadot-core-primitives", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-node-subsystem-util", - "polkadot-parachain", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "sc-executor", "sc-executor-common", @@ -7747,14 +7790,14 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-keystore", "thiserror", "tracing", @@ -7763,14 +7806,14 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "memory-lru", "parity-util-mem", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-api", "sp-authority-discovery", "sp-consensus-babe", @@ -7781,7 +7824,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-std", "lazy_static", @@ -7790,7 +7833,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.0", "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-network", "sp-core", "thiserror", @@ -7799,7 +7842,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bs58", "futures 0.3.21", @@ -7807,7 +7850,7 @@ dependencies = [ "log", "metered-channel", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-cli", "sc-service", "sc-tracing", @@ -7818,7 +7861,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "fatality", @@ -7826,7 +7869,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-authority-discovery", "sc-network", "strum 0.24.0", @@ -7836,13 +7879,13 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bounded-vec", "futures 0.3.21", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "schnorrkel", "serde", "sp-application-crypto", @@ -7858,7 +7901,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7868,14 +7911,14 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "futures 0.3.21", "parking_lot 0.12.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-keystore", "sp-application-crypto", "sp-core", @@ -7886,7 +7929,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "derive_more", "futures 0.3.21", @@ -7894,7 +7937,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-overseer-gen", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-statement-table", "sc-network", "smallvec", @@ -7905,7 +7948,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "derive_more", @@ -7926,7 +7969,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "sp-application-crypto", "sp-core", @@ -7938,7 +7981,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7950,7 +7993,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem-types", "polkadot-overseer-gen", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-client-api", "sp-api", "tracing", @@ -7959,7 +8002,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "futures 0.3.21", @@ -7976,7 +8019,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "expander 0.0.5", "proc-macro-crate 1.1.3", @@ -7988,13 +8031,30 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "derive_more", + "frame-support", + "parity-scale-codec", + "parity-util-mem", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "scale-info", + "serde", + "sp-core", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "polkadot-parachain" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "derive_more", "frame-support", "parity-scale-codec", "parity-util-mem", - "polkadot-core-primitives", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "scale-info", "serde", "sp-core", @@ -8005,7 +8065,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8020,15 +8080,45 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "bitvec", + "frame-system", + "hex-literal", + "parity-scale-codec", + "parity-util-mem", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "scale-info", + "serde", + "sp-api", + "sp-application-crypto", + "sp-arithmetic", + "sp-authority-discovery", + "sp-consensus-slots", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-staking", + "sp-std", + "sp-trie", + "sp-version", +] + +[[package]] +name = "polkadot-primitives" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitvec", "frame-system", "hex-literal", "parity-scale-codec", "parity-util-mem", - "polkadot-core-primitives", - "polkadot-parachain", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "scale-info", "serde", "sp-api", @@ -8050,14 +8140,14 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", "jsonrpc-core", "pallet-mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -8081,7 +8171,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bitvec", @@ -8129,12 +8219,12 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-constants", - "polkadot-runtime-parachains", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rustc-hex", "scale-info", "serde", @@ -8157,15 +8247,60 @@ dependencies = [ "sp-version", "static_assertions", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "beefy-primitives", + "bitvec", + "frame-election-provider-support", + "frame-support", + "frame-system", + "impl-trait-for-tuples", + "libsecp256k1", + "log", + "pallet-authorship", + "pallet-bags-list", + "pallet-balances", + "pallet-beefy-mmr", + "pallet-election-provider-multi-phase", + "pallet-session", + "pallet-staking", + "pallet-timestamp", + "pallet-transaction-payment", + "pallet-treasury", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "rustc-hex", + "scale-info", + "serde", + "serde_derive", + "slot-range-helper 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-npos-elections", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "static_assertions", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", +] + +[[package]] +name = "polkadot-runtime-common" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bitvec", @@ -8189,13 +8324,13 @@ dependencies = [ "pallet-treasury", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-parachains", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper", + "slot-range-helper 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-api", "sp-core", "sp-inherents", @@ -8206,17 +8341,29 @@ dependencies = [ "sp-staking", "sp-std", "static_assertions", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", +] + +[[package]] +name = "polkadot-runtime-constants" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "frame-support", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "smallvec", + "sp-runtime", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "smallvec", "sp-runtime", ] @@ -8224,11 +8371,23 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "bs58", + "parity-scale-codec", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "sp-std", + "sp-tracing", +] + +[[package]] +name = "polkadot-runtime-metrics" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bs58", "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-std", "sp-tracing", ] @@ -8236,7 +8395,47 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "bitflags", + "bitvec", + "derive_more", + "frame-support", + "frame-system", + "log", + "pallet-authority-discovery", + "pallet-authorship", + "pallet-babe", + "pallet-balances", + "pallet-session", + "pallet-staking", + "pallet-timestamp", + "pallet-vesting", + "parity-scale-codec", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-metrics 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "rand 0.8.5", + "rand_chacha 0.3.1", + "rustc-hex", + "scale-info", + "serde", + "sp-api", + "sp-core", + "sp-inherents", + "sp-io", + "sp-keystore", + "sp-runtime", + "sp-session", + "sp-staking", + "sp-std", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", +] + +[[package]] +name = "polkadot-runtime-parachains" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitflags", "bitvec", @@ -8254,8 +8453,8 @@ dependencies = [ "pallet-timestamp", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives", - "polkadot-runtime-metrics", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-metrics 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", @@ -8271,14 +8470,14 @@ dependencies = [ "sp-staking", "sp-std", "static_assertions", - "xcm", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "async-trait", "beefy-gadget", @@ -8323,12 +8522,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-rpc", "polkadot-runtime", - "polkadot-runtime-constants", - "polkadot-runtime-parachains", + "polkadot-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -8379,7 +8578,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8390,7 +8589,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-keystore", "sp-staking", "thiserror", @@ -8400,21 +8599,21 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "parity-scale-codec", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "sp-core", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", - "polkadot-primitives", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-test-runtime", "polkadot-test-service", "sc-block-builder", @@ -8435,7 +8634,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bitvec", @@ -8462,12 +8661,12 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rustc-hex", "scale-info", "serde", @@ -8489,15 +8688,15 @@ dependencies = [ "sp-version", "substrate-wasm-builder", "test-runtime-constants", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-benchmarking", "frame-system", @@ -8510,11 +8709,11 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-parachain", - "polkadot-primitives", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-rpc", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "polkadot-service", "polkadot-test-runtime", "rand 0.8.5", @@ -9129,11 +9328,11 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "serde", "sp-api", @@ -9149,15 +9348,15 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bp-messages", @@ -9198,12 +9397,12 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rococo-runtime-constants", "scale-info", "serde", @@ -9224,19 +9423,19 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "smallvec", "sp-runtime", ] @@ -10761,9 +10960,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -10821,7 +11020,19 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "enumn", + "parity-scale-codec", + "paste", + "sp-runtime", + "sp-std", +] + +[[package]] +name = "slot-range-helper" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "enumn", "parity-scale-codec", @@ -11676,7 +11887,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", - "kusama-runtime-constants", + "kusama-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "log", "pallet-asset-tx-payment", "pallet-assets", @@ -11693,13 +11904,13 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-runtime-common", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "serde", "smallvec", @@ -11716,9 +11927,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -11759,14 +11970,14 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-runtime-common", - "polkadot-runtime-constants", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "serde", "smallvec", @@ -11783,9 +11994,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm", - "xcm-builder", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -12074,11 +12285,11 @@ 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "smallvec", "sp-runtime", ] @@ -13072,7 +13283,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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bitvec", @@ -13121,13 +13332,13 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain", - "polkadot-primitives", - "polkadot-runtime-common", - "polkadot-runtime-parachains", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "rustc-hex", "scale-info", "serde", @@ -13149,20 +13360,32 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "westend-runtime-constants", - "xcm", - "xcm-builder", - "xcm-executor", + "westend-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives", - "polkadot-runtime-common", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "smallvec", + "sp-runtime", +] + +[[package]] +name = "westend-runtime-constants" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +dependencies = [ + "frame-support", + "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", "smallvec", "sp-runtime", ] @@ -13204,13 +13427,13 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", - "pallet-xcm", + "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives", - "polkadot-parachain", - "polkadot-runtime-common", + "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "serde", "smallvec", @@ -13227,10 +13450,10 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "westend-runtime-constants", - "xcm", - "xcm-builder", - "xcm-executor", + "westend-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[package]] @@ -13378,40 +13601,90 @@ 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "derivative", "impl-trait-for-tuples", "log", "parity-scale-codec", "scale-info", - "xcm-procedural", + "xcm-procedural 0.1.0 (git+https://github.com/paritytech/polkadot?branch=master)", +] + +[[package]] +name = "xcm" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +dependencies = [ + "derivative", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "scale-info", + "xcm-procedural 0.1.0 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", ] [[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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", "frame-system", "log", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", "scale-info", "sp-arithmetic", "sp-io", "sp-runtime", "sp-std", - "xcm", - "xcm-executor", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", +] + +[[package]] +name = "xcm-builder" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +dependencies = [ + "frame-support", + "frame-system", + "log", + "pallet-transaction-payment", + "parity-scale-codec", + "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "scale-info", + "sp-arithmetic", + "sp-io", + "sp-runtime", + "sp-std", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", +] + +[[package]] +name = "xcm-executor" +version = "0.9.17" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "frame-support", + "impl-trait-for-tuples", + "log", + "parity-scale-codec", + "sp-arithmetic", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-benchmarking", "frame-support", @@ -13423,13 +13696,24 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "xcm", + "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", +] + +[[package]] +name = "xcm-procedural" +version = "0.1.0" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +dependencies = [ + "Inflector", + "proc-macro2", + "quote", + "syn", ] [[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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "Inflector", "proc-macro2", diff --git a/client/collator/Cargo.toml b/client/collator/Cargo.toml index b6c0c4eb905..2c2d4e27519 100644 --- a/client/collator/Cargo.toml +++ b/client/collator/Cargo.toml @@ -18,10 +18,10 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-client-consensus-common = { path = "../consensus/common" } @@ -38,7 +38,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = " sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-test-client = { path = "../../test/client" } diff --git a/client/consensus/common/Cargo.toml b/client/consensus/common/Cargo.toml index c5d693586fd..9c90e67485c 100644 --- a/client/consensus/common/Cargo.toml +++ b/client/consensus/common/Cargo.toml @@ -22,7 +22,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } diff --git a/client/network/Cargo.toml b/client/network/Cargo.toml index 030eb7316d4..f528ca8db1b 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -24,9 +24,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-relay-chain-interface = { path = "../relay-chain-interface" } @@ -47,9 +47,9 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/client/pov-recovery/Cargo.toml b/client/pov-recovery/Cargo.toml index 815ba3cbea0..decf5611500 100644 --- a/client/pov-recovery/Cargo.toml +++ b/client/pov-recovery/Cargo.toml @@ -21,10 +21,10 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", br sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/client/relay-chain-inprocess-interface/Cargo.toml b/client/relay-chain-inprocess-interface/Cargo.toml index 5eee2bd6cd3..85d3294247e 100644 --- a/client/relay-chain-inprocess-interface/Cargo.toml +++ b/client/relay-chain-inprocess-interface/Cargo.toml @@ -26,8 +26,8 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } @@ -39,8 +39,8 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # 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-interface/Cargo.toml b/client/relay-chain-interface/Cargo.toml index 8725e8c28ba..9524ab8eb20 100644 --- a/client/relay-chain-interface/Cargo.toml +++ b/client/relay-chain-interface/Cargo.toml @@ -5,8 +5,8 @@ version = "0.1.0" edition = "2021" [dependencies] -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } cumulus-primitives-core = { path = "../../primitives/core" } diff --git a/client/relay-chain-rpc-interface/Cargo.toml b/client/relay-chain-rpc-interface/Cargo.toml index da1c02277aa..3fcd98a0ea0 100644 --- a/client/relay-chain-rpc-interface/Cargo.toml +++ b/client/relay-chain-rpc-interface/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-interface = { path = "../relay-chain-interface" } diff --git a/client/service/Cargo.toml b/client/service/Cargo.toml index b4e434f7d7e..ada385c6b81 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -24,8 +24,8 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-client-cli = { path = "../cli" } diff --git a/pallets/xcmp-queue/Cargo.toml b/pallets/xcmp-queue/Cargo.toml index c5d911bc410..413b7267608 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -34,7 +34,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "master" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system" } @@ -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..8e8088983f3 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -62,10 +62,10 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } # Cumulus @@ -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/polkadot-parachains/Cargo.toml b/polkadot-parachains/Cargo.toml index e65f20788f8..10acd94be59 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -66,11 +66,11 @@ pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrat pallet-contracts-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-client-cli = { path = "../client/cli" } diff --git a/test/client/Cargo.toml b/test/client/Cargo.toml index 490730b7519..754cb774cb2 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -27,8 +27,8 @@ pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-test-runtime = { path = "../runtime" } diff --git a/test/relay-validation-worker-provider/Cargo.toml b/test/relay-validation-worker-provider/Cargo.toml index a80f3a718cc..974d2387153 100644 --- a/test/relay-validation-worker-provider/Cargo.toml +++ b/test/relay-validation-worker-provider/Cargo.toml @@ -8,4 +8,4 @@ build = "build.rs" [dependencies] # Polkadot -polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 85bbf4075eb..2b87960abc4 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -43,9 +43,9 @@ sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Cumulus cumulus-client-cli = { path = "../../client/cli" } @@ -66,7 +66,7 @@ futures = "0.3.5" portpicker = "0.1.1" # Polkadot dependencies -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } # Substrate dependencies sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } From f48053acb8eed899fd1debddb7da7862c9077fef Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Mon, 7 Mar 2022 10:41:44 -0600 Subject: [PATCH 2/5] update all primitives references --- Cargo.lock | 818 ++++++------------ client/collator/Cargo.toml | 10 +- client/collator/src/lib.rs | 2 +- client/consensus/aura/src/lib.rs | 2 +- client/consensus/common/Cargo.toml | 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/Cargo.toml | 12 +- client/network/src/lib.rs | 2 +- client/network/src/tests.rs | 2 +- client/pov-recovery/Cargo.toml | 8 +- client/pov-recovery/src/lib.rs | 2 +- .../Cargo.toml | 8 +- .../src/lib.rs | 5 +- client/relay-chain-interface/Cargo.toml | 4 +- client/relay-chain-interface/src/lib.rs | 2 +- client/relay-chain-rpc-interface/Cargo.toml | 2 +- client/relay-chain-rpc-interface/src/lib.rs | 2 +- client/service/Cargo.toml | 4 +- 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 | 8 +- parachain-template/node/src/command.rs | 2 +- polkadot-parachains/Cargo.toml | 10 +- .../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/Cargo.toml | 4 +- test/client/src/block_builder.rs | 2 +- test/relay-sproof-builder/src/lib.rs | 12 +- .../Cargo.toml | 2 +- test/service/Cargo.toml | 8 +- test/service/src/genesis.rs | 2 +- test/service/src/lib.rs | 2 +- 43 files changed, 366 insertions(+), 651 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26cbffc9f57..a4a927410a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" 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=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -993,7 +993,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", - "kusama-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "kusama-runtime-constants", "log", "pallet-aura", "pallet-authorship", @@ -1010,13 +1010,13 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "pallet-xcm", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-runtime-common", "scale-info", "serde", "smallvec", @@ -1033,9 +1033,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -1611,7 +1611,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-test-helpers", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-client-api", "sp-api", "sp-consensus", @@ -1662,7 +1662,7 @@ dependencies = [ "futures 0.3.21", "futures-timer", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-client-api", "sc-consensus", "sp-api", @@ -1713,8 +1713,8 @@ dependencies = [ "parking_lot 0.12.0", "polkadot-client", "polkadot-node-primitives", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "polkadot-service", "polkadot-test-client", "portpicker", @@ -1748,7 +1748,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "rand 0.8.5", "sc-cli", "sc-client-api", @@ -1776,7 +1776,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.0", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-chain-spec", "sc-client-api", "sc-consensus", @@ -1825,8 +1825,8 @@ dependencies = [ "sp-runtime", "sp-std", "sp-version", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-executor", ] [[package]] @@ -1847,7 +1847,7 @@ dependencies = [ "log", "pallet-balances", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain", "sc-client-api", "scale-info", "serde", @@ -1862,7 +1862,7 @@ dependencies = [ "sp-tracing", "sp-trie", "sp-version", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", ] [[package]] @@ -1898,7 +1898,7 @@ dependencies = [ "frame-system", "pallet-sudo", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-primitives", "scale-info", "sp-runtime", "sp-std", @@ -1917,7 +1917,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", ] [[package]] @@ -1938,9 +1938,9 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -1956,7 +1956,7 @@ dependencies = [ "serde", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", ] [[package]] @@ -1965,9 +1965,9 @@ version = "0.1.0" dependencies = [ "frame-support", "parity-scale-codec", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-primitives", "sp-api", "sp-runtime", "sp-std", @@ -2020,13 +2020,13 @@ dependencies = [ "cumulus-primitives-core", "frame-support", "parity-scale-codec", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-primitives", "sp-runtime", "sp-std", "sp-trie", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", ] [[package]] @@ -2041,7 +2041,7 @@ dependencies = [ "futures-timer", "parking_lot 0.12.0", "polkadot-client", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "polkadot-service", "polkadot-test-client", "sc-client-api", @@ -2121,8 +2121,8 @@ dependencies = [ "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "sc-block-builder", "sc-consensus", "sc-executor", @@ -2145,7 +2145,7 @@ version = "0.1.0" dependencies = [ "cumulus-primitives-core", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-primitives", "sp-runtime", "sp-state-machine", "sp-std", @@ -2215,7 +2215,7 @@ dependencies = [ "pallet-transaction-payment", "parity-scale-codec", "parking_lot 0.12.0", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "polkadot-service", "polkadot-test-service", "portpicker", @@ -4203,7 +4203,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-primitives", "bitvec", @@ -4216,7 +4216,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", - "kusama-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "kusama-runtime-constants", "log", "pallet-authority-discovery", "pallet-authorship", @@ -4255,11 +4255,11 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "pallet-xcm", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", @@ -4283,9 +4283,9 @@ dependencies = [ "sp-version", "static_assertions", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -4294,20 +4294,8 @@ version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "smallvec", - "sp-runtime", -] - -[[package]] -name = "kusama-runtime-constants" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", "sp-runtime", ] @@ -5166,7 +5154,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "derive_more", "futures 0.3.21", @@ -5823,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5840,7 +5828,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5862,7 +5850,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bitvec", "bp-message-dispatch", @@ -6649,32 +6637,14 @@ dependencies = [ "sp-core", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", -] - -[[package]] -name = "pallet-xcm" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "frame-support", - "frame-system", - "log", - "parity-scale-codec", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-executor", ] [[package]] name = "pallet-xcm-benchmarks" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-benchmarking", "frame-support", @@ -6684,8 +6654,8 @@ dependencies = [ "scale-info", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-executor", ] [[package]] @@ -6726,8 +6696,8 @@ dependencies = [ "parachain-template-runtime", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "polkadot-service", "sc-basic-authorship", "sc-chain-spec", @@ -6762,7 +6732,7 @@ dependencies = [ "substrate-frame-rpc-system", "substrate-prometheus-endpoint", "try-runtime-cli", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", ] [[package]] @@ -6797,11 +6767,11 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "pallet-xcm", "parachain-info", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain", + "polkadot-runtime-common", "scale-info", "serde", "smallvec", @@ -6818,9 +6788,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -6836,8 +6806,8 @@ dependencies = [ "pallet-balances", "pallet-collator-selection", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-primitives", + "polkadot-runtime-common", "scale-info", "sp-consensus-aura", "sp-core", @@ -6845,8 +6815,8 @@ dependencies = [ "sp-runtime", "sp-std", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-executor", ] [[package]] @@ -7235,34 +7205,34 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "tracing", ] [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "tracing", ] [[package]] name = "polkadot-availability-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "derive_more", "fatality", @@ -7274,7 +7244,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "rand 0.8.5", "sp-core", "sp-keystore", @@ -7285,7 +7255,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "fatality", "futures 0.3.21", @@ -7296,7 +7266,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "rand 0.8.5", "sc-network", "thiserror", @@ -7306,7 +7276,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "clap 3.1.5", "frame-benchmarking-cli", @@ -7329,14 +7299,14 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-primitives", "frame-benchmarking", "frame-system-rpc-runtime-api", "pallet-mmr-primitives", "pallet-transaction-payment-rpc-runtime-api", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "polkadot-runtime", "sc-client-api", "sc-consensus", @@ -7387,8 +7357,8 @@ dependencies = [ "parachains-common", "parity-scale-codec", "polkadot-cli", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "polkadot-service", "rococo-parachain-runtime", "sc-basic-authorship", @@ -7429,13 +7399,13 @@ dependencies = [ "tempfile", "try-runtime-cli", "westmint-runtime", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", ] [[package]] name = "polkadot-collator-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "always-assert", "fatality", @@ -7445,7 +7415,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-core", "sp-keystore", "sp-runtime", @@ -7466,23 +7436,10 @@ dependencies = [ "sp-std", ] -[[package]] -name = "polkadot-core-primitives" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "parity-scale-codec", - "parity-util-mem", - "scale-info", - "sp-core", - "sp-runtime", - "sp-std", -] - [[package]] name = "polkadot-dispute-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "derive_more", "fatality", @@ -7494,7 +7451,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-network", "sp-application-crypto", "sp-keystore", @@ -7505,11 +7462,11 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "reed-solomon-novelpoly", "sp-core", "sp-trie", @@ -7519,14 +7476,14 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "futures-timer", "polkadot-node-network-protocol", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "rand 0.8.5", "rand_chacha 0.3.1", "sc-network", @@ -7539,7 +7496,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "futures 0.3.21", @@ -7549,7 +7506,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-network", "sp-consensus", "tracing", @@ -7558,7 +7515,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7566,7 +7523,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-core", "sp-maybe-compressed-blob", "thiserror", @@ -7576,7 +7533,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bitvec", "derive_more", @@ -7591,7 +7548,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-keystore", "schnorrkel", "sp-application-crypto", @@ -7604,7 +7561,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bitvec", "futures 0.3.21", @@ -7616,7 +7573,7 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "thiserror", "tracing", ] @@ -7624,7 +7581,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bitvec", "futures 0.3.21", @@ -7632,7 +7589,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "polkadot-statement-table", "sp-keystore", "thiserror", @@ -7642,12 +7599,12 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-keystore", "thiserror", "tracing", @@ -7657,7 +7614,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "futures 0.3.21", @@ -7666,8 +7623,8 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "sp-maybe-compressed-blob", "tracing", ] @@ -7675,12 +7632,12 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-client-api", "sc-consensus-babe", "sp-blockchain", @@ -7690,7 +7647,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7699,7 +7656,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "thiserror", "tracing", ] @@ -7707,7 +7664,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "fatality", "futures 0.3.21", @@ -7717,7 +7674,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-keystore", "thiserror", "tracing", @@ -7726,13 +7683,13 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "futures 0.3.21", "futures-timer", "polkadot-node-subsystem", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-blockchain", "sp-inherents", "sp-runtime", @@ -7743,7 +7700,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bitvec", "futures 0.3.21", @@ -7751,7 +7708,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "rand 0.8.5", "thiserror", "tracing", @@ -7760,7 +7717,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "always-assert", "assert_matches", @@ -7770,9 +7727,9 @@ dependencies = [ "futures-timer", "parity-scale-codec", "pin-project 1.0.10", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-core-primitives", "polkadot-node-subsystem-util", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", "rand 0.8.5", "sc-executor", "sc-executor-common", @@ -7790,14 +7747,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-keystore", "thiserror", "tracing", @@ -7806,14 +7763,14 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "memory-lru", "parity-util-mem", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-api", "sp-authority-discovery", "sp-consensus-babe", @@ -7824,7 +7781,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-std", "lazy_static", @@ -7833,7 +7790,7 @@ dependencies = [ "parity-scale-codec", "parking_lot 0.12.0", "polkadot-node-primitives", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-network", "sp-core", "thiserror", @@ -7842,7 +7799,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bs58", "futures 0.3.21", @@ -7850,7 +7807,7 @@ dependencies = [ "log", "metered-channel", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-cli", "sc-service", "sc-tracing", @@ -7861,7 +7818,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "fatality", @@ -7869,7 +7826,7 @@ dependencies = [ "parity-scale-codec", "polkadot-node-jaeger", "polkadot-node-primitives", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-authority-discovery", "sc-network", "strum 0.24.0", @@ -7879,13 +7836,13 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "bounded-vec", "futures 0.3.21", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "schnorrkel", "serde", "sp-application-crypto", @@ -7901,7 +7858,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7911,14 +7868,14 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "futures 0.3.21", "parking_lot 0.12.0", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-keystore", "sp-application-crypto", "sp-core", @@ -7929,7 +7886,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "derive_more", "futures 0.3.21", @@ -7937,7 +7894,7 @@ dependencies = [ "polkadot-node-network-protocol", "polkadot-node-primitives", "polkadot-overseer-gen", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "polkadot-statement-table", "sc-network", "smallvec", @@ -7948,7 +7905,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "derive_more", @@ -7969,7 +7926,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "rand 0.8.5", "sp-application-crypto", "sp-core", @@ -7981,7 +7938,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7993,7 +7950,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem-types", "polkadot-overseer-gen", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-client-api", "sp-api", "tracing", @@ -8002,7 +7959,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "futures 0.3.21", @@ -8019,7 +7976,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "expander 0.0.5", "proc-macro-crate 1.1.3", @@ -8037,24 +7994,7 @@ dependencies = [ "frame-support", "parity-scale-codec", "parity-util-mem", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "scale-info", - "serde", - "sp-core", - "sp-runtime", - "sp-std", -] - -[[package]] -name = "polkadot-parachain" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "derive_more", - "frame-support", - "parity-scale-codec", - "parity-util-mem", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-core-primitives", "scale-info", "serde", "sp-core", @@ -8065,7 +8005,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8087,38 +8027,8 @@ dependencies = [ "hex-literal", "parity-scale-codec", "parity-util-mem", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "scale-info", - "serde", - "sp-api", - "sp-application-crypto", - "sp-arithmetic", - "sp-authority-discovery", - "sp-consensus-slots", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-staking", - "sp-std", - "sp-trie", - "sp-version", -] - -[[package]] -name = "polkadot-primitives" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "bitvec", - "frame-system", - "hex-literal", - "parity-scale-codec", - "parity-util-mem", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-core-primitives", + "polkadot-parachain", "scale-info", "serde", "sp-api", @@ -8140,14 +8050,14 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", "jsonrpc-core", "pallet-mmr-rpc", "pallet-transaction-payment-rpc", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sc-chain-spec", "sc-client-api", "sc-consensus-babe", @@ -8171,7 +8081,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-primitives", "bitvec", @@ -8219,12 +8129,12 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "pallet-xcm", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-constants", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", @@ -8247,60 +8157,15 @@ dependencies = [ "sp-version", "static_assertions", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "polkadot-runtime-common" version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" -dependencies = [ - "beefy-primitives", - "bitvec", - "frame-election-provider-support", - "frame-support", - "frame-system", - "impl-trait-for-tuples", - "libsecp256k1", - "log", - "pallet-authorship", - "pallet-bags-list", - "pallet-balances", - "pallet-beefy-mmr", - "pallet-election-provider-multi-phase", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-transaction-payment", - "pallet-treasury", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "rustc-hex", - "scale-info", - "serde", - "serde_derive", - "slot-range-helper 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-npos-elections", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "static_assertions", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", -] - -[[package]] -name = "polkadot-runtime-common" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "beefy-primitives", "bitvec", @@ -8324,13 +8189,13 @@ dependencies = [ "pallet-treasury", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", "serde_derive", - "slot-range-helper 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "slot-range-helper", "sp-api", "sp-core", "sp-inherents", @@ -8341,7 +8206,7 @@ dependencies = [ "sp-staking", "sp-std", "static_assertions", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", ] [[package]] @@ -8350,20 +8215,8 @@ version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "smallvec", - "sp-runtime", -] - -[[package]] -name = "polkadot-runtime-constants" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", "sp-runtime", ] @@ -8375,19 +8228,7 @@ source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92 dependencies = [ "bs58", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "sp-std", - "sp-tracing", -] - -[[package]] -name = "polkadot-runtime-metrics" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "bs58", - "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-std", "sp-tracing", ] @@ -8396,46 +8237,6 @@ dependencies = [ name = "polkadot-runtime-parachains" version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" -dependencies = [ - "bitflags", - "bitvec", - "derive_more", - "frame-support", - "frame-system", - "log", - "pallet-authority-discovery", - "pallet-authorship", - "pallet-babe", - "pallet-balances", - "pallet-session", - "pallet-staking", - "pallet-timestamp", - "pallet-vesting", - "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-metrics 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "rand 0.8.5", - "rand_chacha 0.3.1", - "rustc-hex", - "scale-info", - "serde", - "sp-api", - "sp-core", - "sp-inherents", - "sp-io", - "sp-keystore", - "sp-runtime", - "sp-session", - "sp-staking", - "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", -] - -[[package]] -name = "polkadot-runtime-parachains" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "bitflags", "bitvec", @@ -8453,8 +8254,8 @@ dependencies = [ "pallet-timestamp", "pallet-vesting", "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-metrics 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-metrics", "rand 0.8.5", "rand_chacha 0.3.1", "rustc-hex", @@ -8470,14 +8271,14 @@ dependencies = [ "sp-staking", "sp-std", "static_assertions", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-executor", ] [[package]] name = "polkadot-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "async-trait", "beefy-gadget", @@ -8522,12 +8323,12 @@ dependencies = [ "polkadot-node-subsystem", "polkadot-node-subsystem-util", "polkadot-overseer", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "polkadot-rpc", "polkadot-runtime", - "polkadot-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-constants", + "polkadot-runtime-parachains", "polkadot-statement-distribution", "rococo-runtime", "sc-authority-discovery", @@ -8578,7 +8379,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8589,7 +8390,7 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-node-subsystem-util", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-keystore", "sp-staking", "thiserror", @@ -8599,21 +8400,21 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "parity-scale-codec", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "sp-core", ] [[package]] name = "polkadot-test-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", "polkadot-test-runtime", "polkadot-test-service", "sc-block-builder", @@ -8634,7 +8435,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-primitives", "bitvec", @@ -8661,12 +8462,12 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-vesting", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", @@ -8688,15 +8489,15 @@ dependencies = [ "sp-version", "substrate-wasm-builder", "test-runtime-constants", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "polkadot-test-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-benchmarking", "frame-system", @@ -8709,11 +8510,11 @@ dependencies = [ "polkadot-node-primitives", "polkadot-node-subsystem", "polkadot-overseer", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", "polkadot-rpc", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "polkadot-service", "polkadot-test-runtime", "rand 0.8.5", @@ -9328,11 +9129,11 @@ dependencies = [ "pallet-timestamp", "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "pallet-xcm", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain", "scale-info", "serde", "sp-api", @@ -9348,15 +9149,15 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "rococo-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-primitives", "bp-messages", @@ -9397,12 +9198,12 @@ dependencies = [ "pallet-transaction-payment", "pallet-transaction-payment-rpc-runtime-api", "pallet-utility", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "pallet-xcm", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rococo-runtime-constants", "scale-info", "serde", @@ -9423,19 +9224,19 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] name = "rococo-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", "sp-runtime", ] @@ -10960,9 +10761,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -11029,18 +10830,6 @@ dependencies = [ "sp-std", ] -[[package]] -name = "slot-range-helper" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "enumn", - "parity-scale-codec", - "paste", - "sp-runtime", - "sp-std", -] - [[package]] name = "slotmap" version = "1.0.6" @@ -11887,7 +11676,7 @@ dependencies = [ "frame-system-rpc-runtime-api", "frame-try-runtime", "hex-literal", - "kusama-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "kusama-runtime-constants", "log", "pallet-asset-tx-payment", "pallet-assets", @@ -11904,13 +11693,13 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "pallet-xcm", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-runtime-common", "scale-info", "serde", "smallvec", @@ -11927,9 +11716,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -11970,14 +11759,14 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "pallet-xcm", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-runtime-common", + "polkadot-runtime-constants", "scale-info", "serde", "smallvec", @@ -11994,9 +11783,9 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -12285,11 +12074,11 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", "sp-runtime", ] @@ -13283,7 +13072,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" +source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "beefy-primitives", "bitvec", @@ -13332,13 +13121,13 @@ dependencies = [ "pallet-treasury", "pallet-utility", "pallet-vesting", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "pallet-xcm", "pallet-xcm-benchmarks", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-parachains 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-parachain", + "polkadot-primitives", + "polkadot-runtime-common", + "polkadot-runtime-parachains", "rustc-hex", "scale-info", "serde", @@ -13360,10 +13149,10 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "westend-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "westend-runtime-constants", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -13372,20 +13161,8 @@ version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" dependencies = [ "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "smallvec", - "sp-runtime", -] - -[[package]] -name = "westend-runtime-constants" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "frame-support", - "polkadot-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "polkadot-primitives", + "polkadot-runtime-common", "smallvec", "sp-runtime", ] @@ -13427,13 +13204,13 @@ dependencies = [ "pallet-transaction-payment-rpc-runtime-api", "pallet-uniques", "pallet-utility", - "pallet-xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "pallet-xcm", "parachain-info", "parachains-common", "parity-scale-codec", - "polkadot-core-primitives 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "polkadot-runtime-common 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-core-primitives", + "polkadot-parachain", + "polkadot-runtime-common", "scale-info", "serde", "smallvec", @@ -13450,10 +13227,10 @@ dependencies = [ "sp-transaction-pool", "sp-version", "substrate-wasm-builder", - "westend-runtime-constants 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-builder 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "westend-runtime-constants", + "xcm", + "xcm-builder", + "xcm-executor", ] [[package]] @@ -13608,20 +13385,7 @@ dependencies = [ "log", "parity-scale-codec", "scale-info", - "xcm-procedural 0.1.0 (git+https://github.com/paritytech/polkadot?branch=master)", -] - -[[package]] -name = "xcm" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "derivative", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "scale-info", - "xcm-procedural 0.1.0 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm-procedural", ] [[package]] @@ -13634,57 +13398,20 @@ dependencies = [ "log", "pallet-transaction-payment", "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", + "polkadot-parachain", "scale-info", "sp-arithmetic", "sp-io", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", -] - -[[package]] -name = "xcm-builder" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "frame-support", - "frame-system", - "log", - "pallet-transaction-payment", - "parity-scale-codec", - "polkadot-parachain 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "scale-info", - "sp-arithmetic", - "sp-io", - "sp-runtime", - "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", - "xcm-executor 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", + "xcm-executor", ] [[package]] name = "xcm-executor" version = "0.9.17" source = "git+https://github.com/paritytech/polkadot?branch=master#9907414f50f92c126f2f0a860d71332fc4d0f2d6" -dependencies = [ - "frame-support", - "impl-trait-for-tuples", - "log", - "parity-scale-codec", - "sp-arithmetic", - "sp-core", - "sp-io", - "sp-runtime", - "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=master)", -] - -[[package]] -name = "xcm-executor" -version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" dependencies = [ "frame-benchmarking", "frame-support", @@ -13696,7 +13423,7 @@ dependencies = [ "sp-io", "sp-runtime", "sp-std", - "xcm 0.9.17 (git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives)", + "xcm", ] [[package]] @@ -13710,17 +13437,6 @@ dependencies = [ "syn", ] -[[package]] -name = "xcm-procedural" -version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=rh-finish-v2-primitives#32c3d1642eb4aa7ffe49cf0cf3bd3523dfbb4b8d" -dependencies = [ - "Inflector", - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "yamux" version = "0.9.0" diff --git a/client/collator/Cargo.toml b/client/collator/Cargo.toml index 2c2d4e27519..b6c0c4eb905 100644 --- a/client/collator/Cargo.toml +++ b/client/collator/Cargo.toml @@ -18,10 +18,10 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-client-consensus-common = { path = "../consensus/common" } @@ -38,7 +38,7 @@ sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = " sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-subsystem-test-helpers = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-test-client = { path = "../../test/client" } 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/Cargo.toml b/client/consensus/common/Cargo.toml index 9c90e67485c..c5d693586fd 100644 --- a/client/consensus/common/Cargo.toml +++ b/client/consensus/common/Cargo.toml @@ -22,7 +22,7 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-relay-chain-interface = { path = "../../relay-chain-interface" } 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/Cargo.toml b/client/network/Cargo.toml index f528ca8db1b..030eb7316d4 100644 --- a/client/network/Cargo.toml +++ b/client/network/Cargo.toml @@ -24,9 +24,9 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-relay-chain-interface = { path = "../relay-chain-interface" } @@ -47,9 +47,9 @@ sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "maste substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } 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/Cargo.toml b/client/pov-recovery/Cargo.toml index decf5611500..815ba3cbea0 100644 --- a/client/pov-recovery/Cargo.toml +++ b/client/pov-recovery/Cargo.toml @@ -21,10 +21,10 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", br sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-node-subsystem = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } 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 85d3294247e..70aa755058c 100644 --- a/client/relay-chain-inprocess-interface/Cargo.toml +++ b/client/relay-chain-inprocess-interface/Cargo.toml @@ -26,8 +26,8 @@ sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master sp-state-machine = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core" } @@ -39,8 +39,8 @@ cumulus-relay-chain-interface = { path = "../relay-chain-interface" } sp-keyring = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-client = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus 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..dc436f4600a 100644 --- a/client/relay-chain-inprocess-interface/src/lib.rs +++ b/client/relay-chain-inprocess-interface/src/lib.rs @@ -19,8 +19,7 @@ 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, SessionIndex, ValidatorId, ParachainHost}, Block as PBlock, BlockId, Hash as PHash, Header as PHeader, InboundHrmpMessage, }, InboundDownwardMessage, ParaId, PersistedValidationData, @@ -384,7 +383,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/Cargo.toml b/client/relay-chain-interface/Cargo.toml index 9524ab8eb20..8725e8c28ba 100644 --- a/client/relay-chain-interface/Cargo.toml +++ b/client/relay-chain-interface/Cargo.toml @@ -5,8 +5,8 @@ version = "0.1.0" edition = "2021" [dependencies] -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } cumulus-primitives-core = { path = "../../primitives/core" } 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/Cargo.toml b/client/relay-chain-rpc-interface/Cargo.toml index 3fcd98a0ea0..da1c02277aa 100644 --- a/client/relay-chain-rpc-interface/Cargo.toml +++ b/client/relay-chain-rpc-interface/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } cumulus-primitives-core = { path = "../../primitives/core" } cumulus-relay-chain-interface = { path = "../relay-chain-interface" } 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/Cargo.toml b/client/service/Cargo.toml index ada385c6b81..b4e434f7d7e 100644 --- a/client/service/Cargo.toml +++ b/client/service/Cargo.toml @@ -24,8 +24,8 @@ sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" } sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-overseer = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-client-cli = { path = "../cli" } 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 413b7267608..b9439bb4434 100644 --- a/pallets/xcmp-queue/Cargo.toml +++ b/pallets/xcmp-queue/Cargo.toml @@ -34,7 +34,7 @@ sp-io = { git = "https://github.com/paritytech/substrate", branch = "master" } pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-pallet-parachain-system = { path = "../parachain-system" } diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index 8e8088983f3..172c2e6cb65 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -62,10 +62,10 @@ substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate try-runtime-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } xcm = { git = "https://github.com/paritytech/polkadot", default-features = false, branch = "master" } # Cumulus 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/Cargo.toml b/polkadot-parachains/Cargo.toml index 10acd94be59..e65f20788f8 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -66,11 +66,11 @@ pallet-transaction-payment-rpc = { git = "https://github.com/paritytech/substrat pallet-contracts-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -xcm = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-cli = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +xcm = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-client-cli = { path = "../client/cli" } 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/Cargo.toml b/test/client/Cargo.toml index 754cb774cb2..490730b7519 100644 --- a/test/client/Cargo.toml +++ b/test/client/Cargo.toml @@ -27,8 +27,8 @@ pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-parachain = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-test-runtime = { path = "../runtime" } 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/relay-validation-worker-provider/Cargo.toml b/test/relay-validation-worker-provider/Cargo.toml index 974d2387153..a80f3a718cc 100644 --- a/test/relay-validation-worker-provider/Cargo.toml +++ b/test/relay-validation-worker-provider/Cargo.toml @@ -8,4 +8,4 @@ build = "build.rs" [dependencies] # Polkadot -polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-node-core-pvf = { git = "https://github.com/paritytech/polkadot", branch = "master" } diff --git a/test/service/Cargo.toml b/test/service/Cargo.toml index 2b87960abc4..85bbf4075eb 100644 --- a/test/service/Cargo.toml +++ b/test/service/Cargo.toml @@ -43,9 +43,9 @@ sp-trie = { git = "https://github.com/paritytech/substrate", branch = "master" } substrate-test-client = { git = "https://github.com/paritytech/substrate", branch = "master" } # Polkadot -polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Cumulus cumulus-client-cli = { path = "../../client/cli" } @@ -66,7 +66,7 @@ futures = "0.3.5" portpicker = "0.1.1" # Polkadot dependencies -polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "rh-finish-v2-primitives" } +polkadot-test-service = { git = "https://github.com/paritytech/polkadot", branch = "master" } # Substrate dependencies sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } 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}; From 3298d550dabee413e3ee0903eec3d391ddffbe3d Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Tue, 8 Mar 2022 16:15:16 -0600 Subject: [PATCH 3/5] fmt --- client/relay-chain-inprocess-interface/src/lib.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/client/relay-chain-inprocess-interface/src/lib.rs b/client/relay-chain-inprocess-interface/src/lib.rs index dc436f4600a..e19f794fb38 100644 --- a/client/relay-chain-inprocess-interface/src/lib.rs +++ b/client/relay-chain-inprocess-interface/src/lib.rs @@ -19,7 +19,10 @@ use std::{pin::Pin, sync::Arc, time::Duration}; use async_trait::async_trait; use cumulus_primitives_core::{ relay_chain::{ - v2::{CommittedCandidateReceipt, OccupiedCoreAssumption, SessionIndex, ValidatorId, ParachainHost}, + v2::{ + CommittedCandidateReceipt, OccupiedCoreAssumption, ParachainHost, SessionIndex, + ValidatorId, + }, Block as PBlock, BlockId, Hash as PHash, Header as PHeader, InboundHrmpMessage, }, InboundDownwardMessage, ParaId, PersistedValidationData, From 7ea0a024fb9e2c27782bc447979b792162288255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 10 Mar 2022 09:57:35 +0100 Subject: [PATCH 4/5] Update Polkadot & Substrate --- Cargo.lock | 499 +++++++++++++++++++++++++++-------------------------- 1 file changed, 250 insertions(+), 249 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a4a927410a2..dfe989c7f33 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" dependencies = [ "clap 3.1.5", "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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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.5", @@ -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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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.5", "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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" 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#9907414f50f92c126f2f0a860d71332fc4d0f2d6" +source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" dependencies = [ "Inflector", "proc-macro2", From 951b9992c1183ecf35b37b55747d4a9d61dbb607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Thu, 10 Mar 2022 10:02:42 +0100 Subject: [PATCH 5/5] Again --- Cargo.lock | 158 ++++++++++++++++++++++++++--------------------------- 1 file changed, 79 insertions(+), 79 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dfe989c7f33..e9fd84d11fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +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#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -4204,7 +4204,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -4292,7 +4292,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -5155,7 +5155,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "futures 0.3.21", @@ -5812,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5851,7 +5851,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "bp-message-dispatch", @@ -6627,7 +6627,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "frame-system", @@ -6645,7 +6645,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-benchmarking", "frame-support", @@ -7206,7 +7206,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7220,7 +7220,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7233,7 +7233,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "fatality", @@ -7256,7 +7256,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "fatality", "futures 0.3.21", @@ -7277,7 +7277,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "clap 3.1.5", "frame-benchmarking-cli", @@ -7300,7 +7300,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7406,7 +7406,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "always-assert", "fatality", @@ -7427,7 +7427,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7440,7 +7440,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "fatality", @@ -7463,7 +7463,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7477,7 +7477,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7497,7 +7497,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7516,7 +7516,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7534,7 +7534,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "derive_more", @@ -7562,7 +7562,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "futures 0.3.21", @@ -7582,7 +7582,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "futures 0.3.21", @@ -7600,7 +7600,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7615,7 +7615,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7633,7 +7633,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7648,7 +7648,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7665,7 +7665,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "fatality", "futures 0.3.21", @@ -7684,7 +7684,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7701,7 +7701,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "futures 0.3.21", @@ -7718,7 +7718,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "always-assert", "assert_matches", @@ -7748,7 +7748,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7764,7 +7764,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7782,7 +7782,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-std", "lazy_static", @@ -7800,7 +7800,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bs58", "futures 0.3.21", @@ -7819,7 +7819,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "fatality", @@ -7837,7 +7837,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -7859,7 +7859,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7869,7 +7869,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7887,7 +7887,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "futures 0.3.21", @@ -7906,7 +7906,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "derive_more", @@ -7939,7 +7939,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7960,7 +7960,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "futures 0.3.21", @@ -7977,7 +7977,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "expander 0.0.5", "proc-macro-crate 1.1.3", @@ -7989,7 +7989,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derive_more", "frame-support", @@ -8006,7 +8006,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -8021,7 +8021,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitvec", "frame-system", @@ -8051,7 +8051,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -8082,7 +8082,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -8166,7 +8166,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -8213,7 +8213,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -8225,7 +8225,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bs58", "parity-scale-codec", @@ -8237,7 +8237,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "bitflags", "bitvec", @@ -8279,7 +8279,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "async-trait", "beefy-gadget", @@ -8380,7 +8380,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8401,7 +8401,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8411,7 +8411,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8436,7 +8436,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -8498,7 +8498,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-benchmarking", "frame-system", @@ -9158,7 +9158,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bp-messages", @@ -9233,7 +9233,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -10822,7 +10822,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "enumn", "parity-scale-codec", @@ -12075,7 +12075,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -13073,7 +13073,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "beefy-primitives", "bitvec", @@ -13159,7 +13159,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "polkadot-primitives", @@ -13379,7 +13379,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13392,7 +13392,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-support", "frame-system", @@ -13412,7 +13412,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.17" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "frame-benchmarking", "frame-support", @@ -13430,7 +13430,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#88d66ac669c5f9c5d82651ff70fda9691f4e0ece" +source = "git+https://github.com/paritytech/polkadot?branch=master#359e385b48cebe8f0e613d05a76ff602cac7a14e" dependencies = [ "Inflector", "proc-macro2",