From 8f48998279c7cddd539405eb1902ba27d3d97197 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 23 Oct 2021 23:26:04 +0200 Subject: [PATCH] Fixes --- Cargo.lock | 449 ++++++++++---------- Cargo.toml | 90 ++++ pallets/dmp-queue/src/lib.rs | 2 +- pallets/parachain-system/src/lib.rs | 2 +- pallets/xcmp-queue/src/mock.rs | 1 + parachain-template/runtime/src/lib.rs | 3 + polkadot-parachains/pallets/ping/src/lib.rs | 4 +- polkadot-parachains/rococo/src/lib.rs | 3 + polkadot-parachains/shell/src/lib.rs | 3 + polkadot-parachains/statemine/src/lib.rs | 3 + polkadot-parachains/statemint/src/lib.rs | 3 + polkadot-parachains/westmint/src/lib.rs | 3 + 12 files changed, 333 insertions(+), 233 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 273249468f..decd42d333 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "beefy-primitives", "fnv", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -510,12 +510,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -706,7 +706,6 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "finality-grandpa", "frame-support", @@ -722,7 +721,6 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-runtime", "frame-support", @@ -734,7 +732,6 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "bp-runtime", @@ -750,7 +747,6 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-messages", "bp-runtime", @@ -768,7 +764,6 @@ dependencies = [ [[package]] name = "bp-rialto" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-messages", "bp-runtime", @@ -783,7 +778,6 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -800,7 +794,6 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-support", "hash-db", @@ -818,7 +811,6 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -833,7 +825,6 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -848,7 +839,6 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -2444,7 +2434,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", ] @@ -2462,7 +2452,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -2508,7 +2498,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -2522,7 +2512,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -2550,7 +2540,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "bitflags", "frame-metadata", @@ -2577,7 +2567,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2589,7 +2579,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2601,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro2", "quote", @@ -2611,7 +2601,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "log", @@ -2628,7 +2618,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -2643,7 +2633,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "sp-api", @@ -2652,7 +2642,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "sp-api", @@ -3604,7 +3594,6 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -4574,7 +4563,6 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "derive_more", "futures 0.3.17", @@ -5058,7 +5046,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#66296a0af0aede07c27104e6174a3534b15f14aa" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5072,7 +5060,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#66296a0af0aede07c27104e6174a3534b15f14aa" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5088,7 +5076,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5104,7 +5092,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5119,7 +5107,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5143,7 +5131,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5163,7 +5151,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5178,7 +5166,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "beefy-primitives", "frame-support", @@ -5194,7 +5182,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5219,7 +5207,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5237,7 +5225,6 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5254,7 +5241,6 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5276,7 +5262,6 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "bp-message-dispatch", @@ -5324,7 +5309,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5341,7 +5326,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5357,7 +5342,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5381,7 +5366,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5399,7 +5384,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5414,7 +5399,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5437,7 +5422,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5453,7 +5438,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5473,7 +5458,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5490,7 +5475,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5507,7 +5492,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5525,7 +5510,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5541,7 +5526,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5558,7 +5543,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5573,7 +5558,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5587,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5604,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5627,7 +5612,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5642,7 +5627,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#66296a0af0aede07c27104e6174a3534b15f14aa" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5656,7 +5641,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5670,7 +5655,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5686,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5707,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5723,7 +5708,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5737,7 +5722,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5760,7 +5745,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5771,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "log", "sp-arithmetic", @@ -5780,7 +5765,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5809,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5827,7 +5812,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5846,7 +5831,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-support", "frame-system", @@ -5863,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5880,7 +5865,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5891,7 +5876,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5922,7 +5907,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5938,7 +5923,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-benchmarking", "frame-support", @@ -5953,7 +5938,6 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-support", "frame-system", @@ -5971,7 +5955,6 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-benchmarking", "frame-support", @@ -6491,7 +6474,6 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6505,7 +6487,6 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "polkadot-node-network-protocol", @@ -6518,7 +6499,6 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "derive_more", "futures 0.3.17", @@ -6540,7 +6520,6 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "lru 0.7.0", @@ -6560,7 +6539,6 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-benchmarking-cli", "futures 0.3.17", @@ -6580,7 +6558,6 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6678,7 +6655,6 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "always-assert", "derive_more", @@ -6699,7 +6675,6 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6712,7 +6687,6 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "derive_more", "futures 0.3.17", @@ -6734,7 +6708,6 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6748,7 +6721,6 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6768,7 +6740,6 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "futures 0.3.17", @@ -6787,7 +6758,6 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "parity-scale-codec", @@ -6805,7 +6775,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6833,7 +6802,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6853,7 +6821,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -6871,7 +6838,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6886,7 +6852,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "futures 0.3.17", @@ -6904,7 +6869,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "polkadot-node-subsystem", @@ -6919,7 +6883,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -6936,7 +6899,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "derive_more", @@ -6955,7 +6917,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-participation" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "polkadot-node-primitives", @@ -6968,7 +6929,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "futures 0.3.17", @@ -6985,7 +6945,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "futures 0.3.17", @@ -7000,7 +6959,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "always-assert", "assert_matches", @@ -7031,7 +6989,6 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "memory-lru", @@ -7049,7 +7006,6 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-std", "lazy_static", @@ -7067,7 +7023,6 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7078,7 +7033,6 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "derive_more", @@ -7096,7 +7050,6 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bounded-vec", "futures 0.3.17", @@ -7118,7 +7071,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7128,7 +7080,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "futures 0.3.17", @@ -7146,7 +7097,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "derive_more", "futures 0.3.17", @@ -7165,7 +7115,6 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "derive_more", @@ -7192,7 +7141,6 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -7213,7 +7161,6 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "futures 0.3.17", @@ -7230,7 +7177,6 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7241,7 +7187,6 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "derive_more", "frame-support", @@ -7258,7 +7203,6 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitvec 0.20.1", "frame-system", @@ -7288,7 +7232,6 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7319,7 +7262,6 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7396,7 +7338,6 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7443,7 +7384,6 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "bitflags", "bitvec 0.20.1", @@ -7482,7 +7422,6 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "async-trait", "beefy-gadget", @@ -7580,7 +7519,6 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7601,7 +7539,6 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7611,7 +7548,6 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7636,7 +7572,6 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -7697,7 +7632,6 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-benchmarking", "frame-system", @@ -8420,7 +8354,6 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "bp-messages", @@ -8609,7 +8542,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "log", "sp-core", @@ -8620,7 +8553,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "derive_more", @@ -8647,7 +8580,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -8670,7 +8603,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8686,7 +8619,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8702,7 +8635,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8713,7 +8646,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "chrono", "fdlimit", @@ -8751,7 +8684,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "fnv", "futures 0.3.17", @@ -8779,7 +8712,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "hash-db", "kvdb", @@ -8804,7 +8737,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "futures 0.3.17", @@ -8857,7 +8790,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "derive_more", @@ -8900,7 +8833,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "derive_more", "futures 0.3.17", @@ -8924,7 +8857,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8937,7 +8870,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "futures 0.3.17", @@ -8963,7 +8896,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "sc-client-api", "sp-authorship", @@ -8974,7 +8907,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "lazy_static", "libsecp256k1 0.6.0", @@ -9000,7 +8933,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "derive_more", "environmental", @@ -9018,7 +8951,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "log", "parity-scale-codec", @@ -9034,7 +8967,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9052,7 +8985,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "derive_more", @@ -9089,7 +9022,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "derive_more", "finality-grandpa", @@ -9113,7 +9046,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "ansi_term 0.12.1", "futures 0.3.17", @@ -9130,7 +9063,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "derive_more", @@ -9145,7 +9078,7 @@ dependencies = [ [[package]] name = "sc-light" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "hash-db", "parity-scale-codec", @@ -9163,7 +9096,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-std", "async-trait", @@ -9214,7 +9147,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9230,7 +9163,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "bytes 1.0.1", "fnv", @@ -9257,7 +9190,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "libp2p", @@ -9270,7 +9203,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9279,7 +9212,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "hash-db", @@ -9310,7 +9243,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9335,7 +9268,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "jsonrpc-core", @@ -9352,7 +9285,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "directories", @@ -9417,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "log", "parity-scale-codec", @@ -9431,7 +9364,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9453,7 +9386,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "chrono", "futures 0.3.17", @@ -9471,7 +9404,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "ansi_term 0.12.1", "atty", @@ -9502,7 +9435,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9513,7 +9446,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "intervalier", @@ -9540,7 +9473,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "derive_more", "futures 0.3.17", @@ -9554,7 +9487,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "futures-timer 3.0.2", @@ -9902,7 +9835,6 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slot-range-helper" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "enumn", "parity-scale-codec", @@ -10005,7 +9937,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "hash-db", "log", @@ -10022,7 +9954,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10034,7 +9966,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -10047,7 +9979,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "integer-sqrt", "num-traits", @@ -10062,7 +9994,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -10075,7 +10007,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "parity-scale-codec", @@ -10087,7 +10019,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "sp-api", @@ -10099,7 +10031,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "log", @@ -10117,7 +10049,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "futures 0.3.17", @@ -10136,7 +10068,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#66296a0af0aede07c27104e6174a3534b15f14aa" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "parity-scale-codec", @@ -10154,7 +10086,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "merlin", @@ -10177,7 +10109,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -10188,7 +10120,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10200,7 +10132,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "base58", "blake2-rfc", @@ -10246,7 +10178,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -10255,7 +10187,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro2", "quote", @@ -10265,7 +10197,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "environmental", "parity-scale-codec", @@ -10276,7 +10208,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "finality-grandpa", "log", @@ -10294,7 +10226,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10308,7 +10240,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "hash-db", @@ -10332,7 +10264,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "lazy_static", "sp-core", @@ -10343,7 +10275,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "derive_more", @@ -10360,7 +10292,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "zstd", ] @@ -10368,7 +10300,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -10383,7 +10315,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10394,7 +10326,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "sp-api", "sp-core", @@ -10404,7 +10336,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "backtrace", ] @@ -10412,7 +10344,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "rustc-hash", "serde", @@ -10422,7 +10354,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "either", "hash256-std-hasher", @@ -10444,7 +10376,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10461,7 +10393,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10473,7 +10405,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "serde", "serde_json", @@ -10482,7 +10414,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -10496,7 +10428,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "scale-info", @@ -10507,7 +10439,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "hash-db", "log", @@ -10530,12 +10462,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" [[package]] name = "sp-storage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10548,7 +10480,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "log", "sp-core", @@ -10561,7 +10493,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "futures-timer 3.0.2", @@ -10577,7 +10509,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "sp-std", @@ -10589,7 +10521,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "sp-api", "sp-runtime", @@ -10598,7 +10530,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "log", @@ -10614,7 +10546,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "hash-db", "memory-db", @@ -10629,7 +10561,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10645,7 +10577,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10656,7 +10588,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10980,7 +10912,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.17", @@ -11002,7 +10934,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-std", "derive_more", @@ -11016,7 +10948,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "async-trait", "futures 0.3.17", @@ -11043,7 +10975,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#66296a0af0aede07c27104e6174a3534b15f14aa" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "futures 0.3.17", "substrate-test-utils-derive", @@ -11053,7 +10985,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#66296a0af0aede07c27104e6174a3534b15f14aa" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11064,7 +10996,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#632b32300eb9376767c2ae7b38e79b3f7f5329b1" +source = "git+https://github.com/paritytech/substrate?branch=master#969a70d1864fc5d5f6c378bcfd03f1b3ea434049" dependencies = [ "ansi_term 0.12.1", "build-helper", @@ -11426,7 +11358,7 @@ dependencies = [ "chrono", "lazy_static", "matchers", - "parking_lot 0.10.2", + "parking_lot 0.11.1", "regex", "serde", "serde_json", @@ -12095,7 +12027,6 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "beefy-primitives", "bitvec 0.20.1", @@ -12340,7 +12271,6 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12353,7 +12283,6 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-support", "frame-system", @@ -12373,7 +12302,6 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.12" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "frame-benchmarking", "frame-support", @@ -12391,7 +12319,6 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#fc32642c5011721916cb0f9e083800c281979980" dependencies = [ "proc-macro2", "quote", @@ -12461,3 +12388,67 @@ dependencies = [ "cc", "libc", ] + +[[patch.unused]] +name = "polkadot" +version = "0.9.12" + +[[patch.unused]] +name = "polkadot-simnet" +version = "0.9.12" + +[[patch.unused]] +name = "polkadot-simnet-node" +version = "0.9.12" + +[[patch.unused]] +name = "polkadot-simnet-test" +version = "0.9.12" + +[[patch.unused]] +name = "polkadot-test-malus" +version = "0.9.12" + +[[patch.unused]] +name = "polkadot-voter-bags" +version = "0.9.0" + +[[patch.unused]] +name = "remote-ext-tests-bags-list" +version = "0.9.12" + +[[patch.unused]] +name = "staking-miner" +version = "0.9.12" + +[[patch.unused]] +name = "test-parachain-adder" +version = "0.9.12" + +[[patch.unused]] +name = "test-parachain-adder-collator" +version = "0.9.12" + +[[patch.unused]] +name = "test-parachain-halt" +version = "0.9.12" + +[[patch.unused]] +name = "test-parachains" +version = "0.9.12" + +[[patch.unused]] +name = "xcm-executor-integration-tests" +version = "0.9.12" + +[[patch.unused]] +name = "xcm-simulator" +version = "0.9.12" + +[[patch.unused]] +name = "xcm-simulator-example" +version = "0.9.12" + +[[patch.unused]] +name = "xcm-simulator-fuzzer" +version = "0.9.9" diff --git a/Cargo.toml b/Cargo.toml index c89e88b214..2197b1352d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,3 +41,93 @@ members = [ [profile.release] panic = "unwind" +[patch."https://github.com/paritytech/polkadot"] +polkadot-cli ={path = "/Users/gav/Core/polkadot/cli" } +polkadot-node-core-pvf ={path = "/Users/gav/Core/polkadot/node/core/pvf" } +polkadot-core-primitives ={path = "/Users/gav/Core/polkadot/core-primitives" } +polkadot-node-subsystem-util ={path = "/Users/gav/Core/polkadot/node/subsystem-util" } +metered-channel ={path = "/Users/gav/Core/polkadot/node/metered-channel" } +polkadot-node-jaeger ={path = "/Users/gav/Core/polkadot/node/jaeger" } +polkadot-node-primitives ={path = "/Users/gav/Core/polkadot/node/primitives" } +polkadot-parachain ={path = "/Users/gav/Core/polkadot/parachain" } +polkadot-primitives ={path = "/Users/gav/Core/polkadot/primitives" } +polkadot-erasure-coding ={path = "/Users/gav/Core/polkadot/erasure-coding" } +polkadot-node-metrics ={path = "/Users/gav/Core/polkadot/node/metrics" } +polkadot-node-network-protocol ={path = "/Users/gav/Core/polkadot/node/network/protocol" } +polkadot-node-subsystem ={path = "/Users/gav/Core/polkadot/node/subsystem" } +polkadot-node-subsystem-types ={path = "/Users/gav/Core/polkadot/node/subsystem-types" } +polkadot-overseer-gen ={path = "/Users/gav/Core/polkadot/node/overseer/overseer-gen" } +polkadot-overseer-gen-proc-macro ={path = "/Users/gav/Core/polkadot/node/overseer/overseer-gen/proc-macro" } +polkadot-statement-table ={path = "/Users/gav/Core/polkadot/statement-table" } +polkadot-overseer ={path = "/Users/gav/Core/polkadot/node/overseer" } +polkadot-node-subsystem-test-helpers ={path = "/Users/gav/Core/polkadot/node/subsystem-test-helpers" } +test-parachain-adder ={path = "/Users/gav/Core/polkadot/parachain/test-parachains/adder" } +test-parachain-halt ={path = "/Users/gav/Core/polkadot/parachain/test-parachains/halt" } +polkadot-service ={path = "/Users/gav/Core/polkadot/node/service" } +kusama-runtime ={path = "/Users/gav/Core/polkadot/runtime/kusama" } +pallet-xcm ={path = "/Users/gav/Core/polkadot/xcm/pallet-xcm" } +xcm ={path = "/Users/gav/Core/polkadot/xcm" } +xcm-procedural ={path = "/Users/gav/Core/polkadot/xcm/procedural" } +xcm-executor ={path = "/Users/gav/Core/polkadot/xcm/xcm-executor" } +polkadot-runtime-parachains ={path = "/Users/gav/Core/polkadot/runtime/parachains" } +xcm-builder ={path = "/Users/gav/Core/polkadot/xcm/xcm-builder" } +polkadot-runtime-common ={path = "/Users/gav/Core/polkadot/runtime/common" } +slot-range-helper ={path = "/Users/gav/Core/polkadot/runtime/common/slot_range_helper" } +polkadot-approval-distribution ={path = "/Users/gav/Core/polkadot/node/network/approval-distribution" } +polkadot-availability-bitfield-distribution ={path = "/Users/gav/Core/polkadot/node/network/bitfield-distribution" } +polkadot-availability-distribution ={path = "/Users/gav/Core/polkadot/node/network/availability-distribution" } +polkadot-availability-recovery ={path = "/Users/gav/Core/polkadot/node/network/availability-recovery" } +polkadot-client ={path = "/Users/gav/Core/polkadot/node/client" } +polkadot-runtime ={path = "/Users/gav/Core/polkadot/runtime/polkadot" } +rococo-runtime ={path = "/Users/gav/Core/polkadot/runtime/rococo" } +bp-messages ={path = "/Users/gav/Core/polkadot/bridges/primitives/messages" } +bp-runtime ={path = "/Users/gav/Core/polkadot/bridges/primitives/runtime" } +bp-rococo ={path = "/Users/gav/Core/polkadot/bridges/primitives/chain-rococo" } +bp-polkadot-core ={path = "/Users/gav/Core/polkadot/bridges/primitives/polkadot-core" } +bp-wococo ={path = "/Users/gav/Core/polkadot/bridges/primitives/chain-wococo" } +bridge-runtime-common ={path = "/Users/gav/Core/polkadot/bridges/bin/runtime-common" } +bp-message-dispatch ={path = "/Users/gav/Core/polkadot/bridges/primitives/message-dispatch" } +pallet-bridge-dispatch ={path = "/Users/gav/Core/polkadot/bridges/modules/dispatch" } +pallet-bridge-grandpa ={path = "/Users/gav/Core/polkadot/bridges/modules/grandpa" } +bp-header-chain ={path = "/Users/gav/Core/polkadot/bridges/primitives/header-chain" } +bp-test-utils ={path = "/Users/gav/Core/polkadot/bridges/primitives/test-utils" } +pallet-bridge-messages ={path = "/Users/gav/Core/polkadot/bridges/modules/messages" } +bp-rialto ={path = "/Users/gav/Core/polkadot/bridges/primitives/chain-rialto" } +westend-runtime ={path = "/Users/gav/Core/polkadot/runtime/westend" } +pallet-xcm-benchmarks ={path = "/Users/gav/Core/polkadot/xcm/pallet-xcm-benchmarks" } +polkadot-collator-protocol ={path = "/Users/gav/Core/polkadot/node/network/collator-protocol" } +polkadot-dispute-distribution ={path = "/Users/gav/Core/polkadot/node/network/dispute-distribution" } +polkadot-gossip-support ={path = "/Users/gav/Core/polkadot/node/network/gossip-support" } +polkadot-network-bridge ={path = "/Users/gav/Core/polkadot/node/network/bridge" } +polkadot-node-collation-generation ={path = "/Users/gav/Core/polkadot/node/collation-generation" } +polkadot-node-core-approval-voting ={path = "/Users/gav/Core/polkadot/node/core/approval-voting" } +polkadot-node-core-av-store ={path = "/Users/gav/Core/polkadot/node/core/av-store" } +polkadot-node-core-backing ={path = "/Users/gav/Core/polkadot/node/core/backing" } +polkadot-node-core-bitfield-signing ={path = "/Users/gav/Core/polkadot/node/core/bitfield-signing" } +polkadot-node-core-candidate-validation ={path = "/Users/gav/Core/polkadot/node/core/candidate-validation" } +polkadot-node-core-chain-api ={path = "/Users/gav/Core/polkadot/node/core/chain-api" } +polkadot-node-core-chain-selection ={path = "/Users/gav/Core/polkadot/node/core/chain-selection" } +polkadot-node-core-dispute-coordinator ={path = "/Users/gav/Core/polkadot/node/core/dispute-coordinator" } +polkadot-node-core-dispute-participation ={path = "/Users/gav/Core/polkadot/node/core/dispute-participation" } +polkadot-node-core-parachains-inherent ={path = "/Users/gav/Core/polkadot/node/core/parachains-inherent" } +polkadot-node-core-provisioner ={path = "/Users/gav/Core/polkadot/node/core/provisioner" } +polkadot-node-core-runtime-api ={path = "/Users/gav/Core/polkadot/node/core/runtime-api" } +polkadot-rpc ={path = "/Users/gav/Core/polkadot/rpc" } +polkadot-statement-distribution ={path = "/Users/gav/Core/polkadot/node/network/statement-distribution" } +polkadot-test-client ={path = "/Users/gav/Core/polkadot/node/test/client" } +polkadot-test-runtime ={path = "/Users/gav/Core/polkadot/runtime/test-runtime" } +polkadot-test-service ={path = "/Users/gav/Core/polkadot/node/test/service" } +xcm-executor-integration-tests ={path = "/Users/gav/Core/polkadot/xcm/xcm-executor/integration-tests" } +xcm-simulator ={path = "/Users/gav/Core/polkadot/xcm/xcm-simulator" } +xcm-simulator-example ={path = "/Users/gav/Core/polkadot/xcm/xcm-simulator/example" } +xcm-simulator-fuzzer ={path = "/Users/gav/Core/polkadot/xcm/xcm-simulator/fuzzer" } +polkadot-test-malus ={path = "/Users/gav/Core/polkadot/node/malus" } +polkadot-simnet ={path = "/Users/gav/Core/polkadot/node/test/polkadot-simnet/common" } +polkadot-simnet-node ={path = "/Users/gav/Core/polkadot/node/test/polkadot-simnet/node" } +polkadot-simnet-test ={path = "/Users/gav/Core/polkadot/node/test/polkadot-simnet/test" } +test-parachains ={path = "/Users/gav/Core/polkadot/parachain/test-parachains" } +test-parachain-adder-collator ={path = "/Users/gav/Core/polkadot/parachain/test-parachains/adder/collator" } +staking-miner ={path = "/Users/gav/Core/polkadot/utils/staking-miner" } +remote-ext-tests-bags-list ={path = "/Users/gav/Core/polkadot/utils/remote-ext-tests/bags-list" } +polkadot-voter-bags ={path = "/Users/gav/Core/polkadot/utils/voter-bags" } +polkadot ={path = "/Users/gav/Core/polkadot" } diff --git a/pallets/dmp-queue/src/lib.rs b/pallets/dmp-queue/src/lib.rs index 251d3acbb3..8766f618d6 100644 --- a/pallets/dmp-queue/src/lib.rs +++ b/pallets/dmp-queue/src/lib.rs @@ -473,7 +473,7 @@ mod tests { fn msg(weight: Weight) -> Xcm { Xcm(vec![Transact { - origin_type: OriginKind::Native, + origin_kind: OriginKind::Native, require_weight_at_most: weight, call: vec![].into(), }]) diff --git a/pallets/parachain-system/src/lib.rs b/pallets/parachain-system/src/lib.rs index 9f2e044c72..198a7646f3 100644 --- a/pallets/parachain-system/src/lib.rs +++ b/pallets/parachain-system/src/lib.rs @@ -660,7 +660,7 @@ impl GetChannelInfo for Pallet { // None then it must be that this is an edge-case where a message is attempted to be // sent at the first block. It should be safe to assume that there are no channels // opened at all so early. At least, relying on this assumption seems to be a better - // tradeoff, compared to introducing an error variant that the clients should be + // trade-off, compared to introducing an error variant that the clients should be // prepared to handle. let index = match channels.binary_search_by_key(&id, |item| item.0) { Err(_) => return ChannelStatus::Closed, diff --git a/pallets/xcmp-queue/src/mock.rs b/pallets/xcmp-queue/src/mock.rs index 3496db5aa3..51f19bf4a5 100644 --- a/pallets/xcmp-queue/src/mock.rs +++ b/pallets/xcmp-queue/src/mock.rs @@ -110,6 +110,7 @@ parameter_types! { pub Ancestry: MultiLocation = X1(Parachain(1u32.into())).into(); pub UnitWeightCost: Weight = 1_000_000; pub const MaxInstructions: u32 = 100; + pub const MaxAssetsIntoHolding: u32 = 64; } /// Means for transacting assets on this chain. diff --git a/parachain-template/runtime/src/lib.rs b/parachain-template/runtime/src/lib.rs index 9012dcf150..bcdefa48f9 100644 --- a/parachain-template/runtime/src/lib.rs +++ b/parachain-template/runtime/src/lib.rs @@ -457,6 +457,7 @@ parameter_types! { // One XCM operation is 1_000_000_000 weight - almost certainly a conservative estimate. pub UnitWeightCost: Weight = 1_000_000_000; pub const MaxInstructions: u32 = 100; + pub const MaxAssetsIntoHolding: u32 = 64; } match_type! { @@ -490,6 +491,8 @@ impl Config for XcmConfig { type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm; type SubscriptionService = PolkadotXcm; + type PalletInstancesInfo = (); + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } parameter_types! { diff --git a/polkadot-parachains/pallets/ping/src/lib.rs b/polkadot-parachains/pallets/ping/src/lib.rs index 9960d66c50..621c3afd92 100644 --- a/polkadot-parachains/pallets/ping/src/lib.rs +++ b/polkadot-parachains/pallets/ping/src/lib.rs @@ -91,7 +91,7 @@ pub mod pallet { match T::XcmSender::send_xcm( (1, Junction::Parachain(para.into())), Xcm(vec![Transact { - origin_type: OriginKind::Native, + origin_kind: OriginKind::Native, require_weight_at_most: 1_000, call: ::Call::from(Call::::ping { seq, @@ -167,7 +167,7 @@ pub mod pallet { match T::XcmSender::send_xcm( (1, Junction::Parachain(para.into())), Xcm(vec![Transact { - origin_type: OriginKind::Native, + origin_kind: OriginKind::Native, require_weight_at_most: 1_000, call: ::Call::from(Call::::pong { seq, diff --git a/polkadot-parachains/rococo/src/lib.rs b/polkadot-parachains/rococo/src/lib.rs index d835cd4aa3..c45306d4e3 100644 --- a/polkadot-parachains/rococo/src/lib.rs +++ b/polkadot-parachains/rococo/src/lib.rs @@ -380,6 +380,7 @@ pub type Barrier = ( parameter_types! { pub StatemintLocation: MultiLocation = MultiLocation::new(1, X1(Parachain(1000))); + pub MaxAssetsIntoHolding: u32 = 64; } pub type Reserves = (NativeAsset, AssetsFrom); @@ -401,6 +402,8 @@ impl Config for XcmConfig { type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm; type SubscriptionService = PolkadotXcm; + type PalletInstancesInfo = (); + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } /// Local origins on this chain are allowed to dispatch XCM sends/executions. diff --git a/polkadot-parachains/shell/src/lib.rs b/polkadot-parachains/shell/src/lib.rs index 84823d52b5..a202afd63d 100644 --- a/polkadot-parachains/shell/src/lib.rs +++ b/polkadot-parachains/shell/src/lib.rs @@ -197,6 +197,7 @@ parameter_types! { // One XCM operation is 1_000_000 weight - almost certainly a conservative estimate. pub UnitWeightCost: Weight = 1_000_000; pub const MaxInstructions: u32 = 100; + pub const MaxAssetsIntoHolding: u32 = 64; } pub struct XcmConfig; @@ -215,6 +216,8 @@ impl Config for XcmConfig { type AssetTrap = (); // don't trap for now type AssetClaims = (); // don't claim for now type SubscriptionService = (); // don't handle subscriptions for now + type PalletInstancesInfo = (); + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } impl cumulus_pallet_xcm::Config for Runtime { diff --git a/polkadot-parachains/statemine/src/lib.rs b/polkadot-parachains/statemine/src/lib.rs index 474a9f93fd..d3d257056f 100644 --- a/polkadot-parachains/statemine/src/lib.rs +++ b/polkadot-parachains/statemine/src/lib.rs @@ -549,6 +549,7 @@ parameter_types! { // One XCM operation is 1_000_000_000 weight - almost certainly a conservative estimate. pub UnitWeightCost: Weight = 1_000_000_000; pub const MaxInstructions: u32 = 100; + pub const MaxAssetsIntoHolding: u32 = 64; } match_type! { @@ -582,6 +583,8 @@ impl Config for XcmConfig { type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm; type SubscriptionService = PolkadotXcm; + type PalletInstancesInfo = (); + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } parameter_types! { diff --git a/polkadot-parachains/statemint/src/lib.rs b/polkadot-parachains/statemint/src/lib.rs index ade13cc1e5..b4e99ece7f 100644 --- a/polkadot-parachains/statemint/src/lib.rs +++ b/polkadot-parachains/statemint/src/lib.rs @@ -526,6 +526,7 @@ parameter_types! { // One XCM operation is 1_000_000 weight - almost certainly a conservative estimate. pub UnitWeightCost: Weight = 1_000_000; pub const MaxInstructions: u32 = 100; + pub const MaxAssetsIntoHolding: u32 = 64; } match_type! { @@ -558,6 +559,8 @@ impl Config for XcmConfig { type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm; type SubscriptionService = PolkadotXcm; + type PalletInstancesInfo = (); + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } parameter_types! { diff --git a/polkadot-parachains/westmint/src/lib.rs b/polkadot-parachains/westmint/src/lib.rs index ace9ce9afa..7c1853c174 100644 --- a/polkadot-parachains/westmint/src/lib.rs +++ b/polkadot-parachains/westmint/src/lib.rs @@ -512,6 +512,7 @@ pub type XcmOriginToTransactDispatchOrigin = ( parameter_types! { pub UnitWeightCost: Weight = 1_000; pub const MaxInstructions: u32 = 100; + pub const MaxAssetsIntoHolding: u32 = 64; } match_type! { @@ -544,6 +545,8 @@ impl Config for XcmConfig { type AssetTrap = PolkadotXcm; type AssetClaims = PolkadotXcm; type SubscriptionService = PolkadotXcm; + type PalletInstancesInfo = (); + type MaxAssetsIntoHolding = MaxAssetsIntoHolding; } parameter_types! {