From b03d11b8e077109bcf9f9c8ebde0385af57e08d5 Mon Sep 17 00:00:00 2001 From: Guillaume Thiolliere <gui.thiolliere@gmail.com> Date: Tue, 27 Apr 2021 18:56:08 +0200 Subject: [PATCH] Bump polkadot + fix parachain unnamed field (#412) * parachain unnamed field * bump polkadot: cargo udpate -p xcm * Update lock * Fixes * Fixes Co-authored-by: Gav Wood <gavin@parity.io> --- cumulus/Cargo.lock | 422 +++++++++--------- cumulus/pallets/xcmp-queue/src/lib.rs | 4 +- .../rococo-parachains/pallets/ping/src/lib.rs | 4 +- cumulus/rococo-parachains/runtime/src/lib.rs | 8 +- .../shell-runtime/src/lib.rs | 8 +- 5 files changed, 229 insertions(+), 217 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index aa7ff39c1e1..bb496f73a62 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -453,7 +453,7 @@ checksum = "6736e2428df2ca2848d846c43e88745121a6654696e349ce0054a420815a7409" [[package]] name = "beefy-gadget" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "beefy-primitives", "futures 0.3.14", @@ -467,6 +467,7 @@ dependencies = [ "sc-network-gossip", "sp-api", "sp-application-crypto", + "sp-arithmetic", "sp-blockchain", "sp-consensus", "sp-core", @@ -480,7 +481,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -501,7 +502,7 @@ dependencies = [ [[package]] name = "beefy-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "parity-scale-codec", "sp-api", @@ -758,14 +759,24 @@ version = "1.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" +[[package]] +name = "cargo-platform" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0226944a63d1bf35a3b5f948dd7c59e263db83695c9e8bffc4037de02e30f1d7" +dependencies = [ + "serde", +] + [[package]] name = "cargo_metadata" -version = "0.12.1" +version = "0.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f95cf4bf0dda0ac2e65371ae7215d0dce3c187613a9dbf23aaa9374186f97a" +checksum = "7714a157da7991e23d90686b9524b9e12e0407a108647f52e9328f4b3d51ac7f" dependencies = [ + "cargo-platform", "semver 0.11.0", - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", "serde_json", ] @@ -2262,7 +2273,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", ] @@ -2280,7 +2291,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "3.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -2299,7 +2310,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "Inflector", "chrono", @@ -2322,7 +2333,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -2335,7 +2346,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -2350,7 +2361,7 @@ dependencies = [ [[package]] name = "frame-metadata" version = "13.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "serde", @@ -2361,7 +2372,7 @@ dependencies = [ [[package]] name = "frame-support" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "bitflags", "frame-metadata", @@ -2387,7 +2398,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2399,7 +2410,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.0.0", @@ -2411,7 +2422,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "proc-macro2 1.0.26", "quote 1.0.9", @@ -2421,7 +2432,7 @@ dependencies = [ [[package]] name = "frame-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "impl-trait-for-tuples", @@ -2438,7 +2449,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-api", @@ -2447,7 +2458,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "parity-scale-codec", @@ -3531,7 +3542,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-primitives", "bitvec", @@ -4380,7 +4391,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -4782,7 +4793,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -4797,7 +4808,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -4812,7 +4823,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -4835,7 +4846,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -4849,7 +4860,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "0.1.0" -source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#846e0ef3b929d8922ddadaaea8e664754fada39a" +source = "git+https://github.com/paritytech/grandpa-bridge-gadget?branch=master#2a804f5b19ac5b9a9c4d63a3faa3cd9cb1364542" dependencies = [ "beefy-primitives", "frame-support", @@ -4864,7 +4875,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -4877,7 +4888,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -4892,7 +4903,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -4907,7 +4918,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-election-provider-support", "frame-support", @@ -4925,7 +4936,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -4941,7 +4952,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -4962,7 +4973,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "enumflags2", "frame-benchmarking", @@ -4977,7 +4988,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -4995,7 +5006,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5010,7 +5021,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -5025,7 +5036,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5042,7 +5053,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5058,7 +5069,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5076,7 +5087,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5090,7 +5101,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5103,7 +5114,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5119,7 +5130,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5133,7 +5144,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5146,7 +5157,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "enumflags2", "frame-support", @@ -5160,7 +5171,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -5175,7 +5186,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5194,7 +5205,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5207,7 +5218,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-election-provider-support", "frame-support", @@ -5229,7 +5240,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -5240,7 +5251,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5253,7 +5264,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-benchmarking", "frame-support", @@ -5270,7 +5281,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5284,7 +5295,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5300,7 +5311,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5317,7 +5328,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -5328,7 +5339,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5343,7 +5354,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-support", "frame-system", @@ -5357,7 +5368,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "enumflags2", "frame-support", @@ -5370,7 +5381,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "frame-support", "frame-system", @@ -5379,6 +5390,7 @@ dependencies = [ "sp-runtime", "sp-std", "xcm", + "xcm-executor", ] [[package]] @@ -5837,7 +5849,7 @@ checksum = "989d43012e2ca1c4a02507c67282691a0a3207f9dc67cec596b43fe925b3d325" [[package]] name = "polkadot-approval-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "polkadot-node-network-protocol", @@ -5851,7 +5863,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -5865,7 +5877,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "lru", @@ -5888,7 +5900,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "lru", @@ -5907,7 +5919,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "frame-benchmarking-cli", "futures 0.3.14", @@ -5927,7 +5939,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "always-assert", "futures 0.3.14", @@ -5947,7 +5959,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -5959,7 +5971,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -5973,7 +5985,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "polkadot-node-network-protocol", @@ -5988,7 +6000,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-trait", "futures 0.3.14", @@ -6008,7 +6020,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6026,7 +6038,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -6055,7 +6067,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "bitvec", "futures 0.3.14", @@ -6075,7 +6087,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "bitvec", "futures 0.3.14", @@ -6093,7 +6105,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "polkadot-node-subsystem", @@ -6108,7 +6120,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-selection" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "polkadot-node-primitives", @@ -6123,7 +6135,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-trait", "futures 0.3.14", @@ -6141,7 +6153,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "polkadot-node-subsystem", @@ -6154,7 +6166,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-proposer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -6179,7 +6191,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "bitvec", "futures 0.3.14", @@ -6194,7 +6206,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "always-assert", "assert_matches", @@ -6222,7 +6234,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "memory-lru", @@ -6240,7 +6252,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-std", "lazy_static", @@ -6258,7 +6270,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6273,7 +6285,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "futures 0.3.14", "parity-scale-codec", @@ -6295,7 +6307,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-std", "async-trait", @@ -6325,7 +6337,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-trait", "futures 0.3.14", @@ -6347,7 +6359,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-trait", "futures 0.3.14", @@ -6375,7 +6387,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "async-trait", "futures 0.3.14", @@ -6392,7 +6404,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -6407,7 +6419,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "bitvec", "frame-system", @@ -6436,7 +6448,7 @@ dependencies = [ [[package]] name = "polkadot-procmacro-subsystem-dispatch-gen" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "assert_matches", "proc-macro2 1.0.26", @@ -6447,7 +6459,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -6480,7 +6492,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-primitives", "bitvec", @@ -6550,7 +6562,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-primitives", "bitvec", @@ -6592,7 +6604,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "bitvec", "derive_more 0.99.11", @@ -6629,7 +6641,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -6718,7 +6730,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "arrayvec 0.5.2", "futures 0.3.14", @@ -6737,7 +6749,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -6747,7 +6759,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -6772,7 +6784,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-primitives", "bitvec", @@ -6829,7 +6841,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "frame-benchmarking", "frame-system", @@ -7555,7 +7567,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "env_logger 0.8.3", "hex-literal 0.3.1", @@ -7707,7 +7719,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-primitives", "frame-executive", @@ -7911,7 +7923,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -7940,7 +7952,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -7963,7 +7975,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -7979,7 +7991,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -8000,7 +8012,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -8011,7 +8023,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "chrono", "fdlimit", @@ -8049,7 +8061,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "fnv", @@ -8083,7 +8095,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "blake2-rfc", "hash-db", @@ -8113,7 +8125,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parking_lot 0.11.1", "sc-client-api", @@ -8125,7 +8137,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8172,7 +8184,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8196,7 +8208,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "fork-tree", "parity-scale-codec", @@ -8209,7 +8221,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "futures 0.3.14", @@ -8236,7 +8248,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "sc-client-api", @@ -8250,7 +8262,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "lazy_static", @@ -8280,7 +8292,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "parity-scale-codec", @@ -8297,7 +8309,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "parity-scale-codec", @@ -8312,7 +8324,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "parity-scale-codec", @@ -8330,7 +8342,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8370,7 +8382,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "finality-grandpa", @@ -8394,7 +8406,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-warp-sync" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8415,7 +8427,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "ansi_term 0.12.1", "futures 0.3.14", @@ -8433,7 +8445,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -8453,7 +8465,7 @@ dependencies = [ [[package]] name = "sc-light" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "hash-db", "lazy_static", @@ -8472,7 +8484,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-std", "async-trait", @@ -8525,7 +8537,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "futures-timer 3.0.2", @@ -8542,7 +8554,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "bytes 0.5.6", "fnv", @@ -8570,7 +8582,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "libp2p", @@ -8583,7 +8595,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -8592,7 +8604,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "hash-db", @@ -8626,7 +8638,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8650,7 +8662,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.1.30", "jsonrpc-core", @@ -8668,7 +8680,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "directories", @@ -8732,7 +8744,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "parity-scale-codec", @@ -8747,7 +8759,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -8767,7 +8779,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "chrono", "futures 0.3.14", @@ -8787,7 +8799,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "ansi_term 0.12.1", "atty", @@ -8814,7 +8826,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -8825,7 +8837,7 @@ dependencies = [ [[package]] name = "sc-transaction-graph" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -8847,7 +8859,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "futures-diagnose", @@ -9003,7 +9015,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6" dependencies = [ - "semver-parser 0.10.0", + "semver-parser 0.10.2", "serde", ] @@ -9015,12 +9027,11 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "semver-parser" -version = "0.10.0" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5" +checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7" dependencies = [ "pest", - "pest_derive", ] [[package]] @@ -9178,7 +9189,7 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "slot-range-helper" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "enumn", "parity-scale-codec", @@ -9269,7 +9280,7 @@ dependencies = [ [[package]] name = "sp-allocator" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "sp-core", @@ -9281,7 +9292,7 @@ dependencies = [ [[package]] name = "sp-api" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "hash-db", "log", @@ -9298,7 +9309,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "blake2-rfc", "proc-macro-crate 1.0.0", @@ -9310,7 +9321,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "serde", @@ -9322,7 +9333,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "integer-sqrt", "num-traits", @@ -9336,7 +9347,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-api", @@ -9348,7 +9359,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-inherents", @@ -9359,7 +9370,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-api", @@ -9371,7 +9382,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "log", @@ -9389,7 +9400,7 @@ dependencies = [ [[package]] name = "sp-chain-spec" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "serde", "serde_json", @@ -9398,7 +9409,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "futures 0.3.14", @@ -9441,7 +9452,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "merlin", "parity-scale-codec", @@ -9462,7 +9473,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-arithmetic", @@ -9472,7 +9483,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -9484,7 +9495,7 @@ dependencies = [ [[package]] name = "sp-core" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "base58", "blake2-rfc", @@ -9528,7 +9539,7 @@ dependencies = [ [[package]] name = "sp-database" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "kvdb", "parking_lot 0.11.1", @@ -9537,7 +9548,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "proc-macro2 1.0.26", "quote 1.0.9", @@ -9547,7 +9558,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "environmental", "parity-scale-codec", @@ -9558,7 +9569,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "finality-grandpa", "log", @@ -9575,7 +9586,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "parking_lot 0.11.1", @@ -9587,7 +9598,7 @@ dependencies = [ [[package]] name = "sp-io" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "hash-db", @@ -9611,7 +9622,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "lazy_static", "sp-core", @@ -9622,7 +9633,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "derive_more 0.99.11", @@ -9639,7 +9650,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "ruzstd", "zstd", @@ -9648,7 +9659,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "serde", @@ -9661,7 +9672,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-compact" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "proc-macro-crate 1.0.0", "proc-macro2 1.0.26", @@ -9672,7 +9683,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "sp-api", "sp-core", @@ -9682,7 +9693,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "backtrace", ] @@ -9690,7 +9701,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "serde", "sp-core", @@ -9699,7 +9710,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "either", "hash256-std-hasher", @@ -9720,7 +9731,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -9737,7 +9748,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "Inflector", "proc-macro-crate 1.0.0", @@ -9749,7 +9760,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "serde", "serde_json", @@ -9758,7 +9769,7 @@ dependencies = [ [[package]] name = "sp-session" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-api", @@ -9771,7 +9782,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-runtime", @@ -9781,7 +9792,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "hash-db", "log", @@ -9803,12 +9814,12 @@ dependencies = [ [[package]] name = "sp-std" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" [[package]] name = "sp-storage" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9821,7 +9832,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "sp-core", @@ -9847,7 +9858,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "parity-scale-codec", "sp-api", @@ -9860,7 +9871,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "log", "parity-scale-codec", @@ -9873,7 +9884,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "derive_more 0.99.11", "futures 0.3.14", @@ -9889,7 +9900,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "hash-db", "memory-db", @@ -9903,7 +9914,7 @@ dependencies = [ [[package]] name = "sp-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "futures 0.3.14", "futures-core", @@ -9915,7 +9926,7 @@ dependencies = [ [[package]] name = "sp-version" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "impl-serde", "parity-scale-codec", @@ -9927,7 +9938,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10085,7 +10096,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "platforms", ] @@ -10093,7 +10104,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.14", @@ -10116,7 +10127,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-std", "derive_more 0.99.11", @@ -10130,7 +10141,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "async-trait", "futures 0.1.30", @@ -10935,7 +10946,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.9.0" -source = "git+https://github.com/paritytech/substrate?branch=master#8060a437dc01cc247a757fb318a46f81c8e40d5c" +source = "git+https://github.com/paritytech/substrate?branch=master#0856e0729c5f9cd5d398b93680ab154fe486e588" dependencies = [ "frame-try-runtime", "log", @@ -10961,7 +10972,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" dependencies = [ "cfg-if 0.1.10", - "rand 0.6.5", + "rand 0.7.3", "static_assertions", ] @@ -11588,7 +11599,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "beefy-primitives", "bitvec", @@ -11765,7 +11776,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -11775,11 +11786,12 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "frame-support", "frame-system", "impl-trait-for-tuples", + "pallet-transaction-payment", "parity-scale-codec", "polkadot-parachain", "sp-arithmetic", @@ -11793,7 +11805,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.8.30" -source = "git+https://github.com/paritytech/polkadot?branch=master#626defedf20db949e71525da99891093ba22056b" +source = "git+https://github.com/paritytech/polkadot?branch=master#71cc1b22b45393713c7c69df6063ad876f53757c" dependencies = [ "frame-support", "impl-trait-for-tuples", diff --git a/cumulus/pallets/xcmp-queue/src/lib.rs b/cumulus/pallets/xcmp-queue/src/lib.rs index 91831d11f77..13b05cde77e 100644 --- a/cumulus/pallets/xcmp-queue/src/lib.rs +++ b/cumulus/pallets/xcmp-queue/src/lib.rs @@ -314,7 +314,7 @@ impl<T: Config> Module<T> { Ok(xcm) => { let location = ( Junction::Parent, - Junction::Parachain { id: sender.into() }, + Junction::Parachain(sender.into()), ); match T::XcmExecutor::execute_xcm( location.into(), @@ -716,7 +716,7 @@ impl<T: Config> SendXcm for Module<T> { fn send_xcm(dest: MultiLocation, msg: Xcm<()>) -> Result<(), XcmError> { match &dest { // An HRMP message for a sibling parachain. - MultiLocation::X2(Junction::Parent, Junction::Parachain { id }) => { + MultiLocation::X2(Junction::Parent, Junction::Parachain(id)) => { let msg = VersionedXcm::<()>::from(msg); let hash = T::Hashing::hash_of(&msg); Self::send_fragment((*id).into(), XcmpMessageFormat::ConcatenatedVersionedXcm, msg) diff --git a/cumulus/rococo-parachains/pallets/ping/src/lib.rs b/cumulus/rococo-parachains/pallets/ping/src/lib.rs index 56d7dc2ea5a..75e1aef6ba6 100644 --- a/cumulus/rococo-parachains/pallets/ping/src/lib.rs +++ b/cumulus/rococo-parachains/pallets/ping/src/lib.rs @@ -101,7 +101,7 @@ pub mod pallet { for (para, payload) in Targets::<T>::get().into_iter() { let seq = PingCount::<T>::mutate(|seq| { *seq += 1; *seq }); match T::XcmSender::send_xcm( - MultiLocation::X2(Junction::Parent, Junction::Parachain { id: para.into() }), + MultiLocation::X2(Junction::Parent, Junction::Parachain(para.into())), Xcm::Transact { origin_type: OriginKind::Native, require_weight_at_most: 1_000, @@ -163,7 +163,7 @@ pub mod pallet { Self::deposit_event(Event::Pinged(para, seq, payload.clone())); match T::XcmSender::send_xcm( - MultiLocation::X2(Junction::Parent, Junction::Parachain { id: para.into() }), + MultiLocation::X2(Junction::Parent, Junction::Parachain(para.into())), Xcm::Transact { origin_type: OriginKind::Native, require_weight_at_most: 1_000, diff --git a/cumulus/rococo-parachains/runtime/src/lib.rs b/cumulus/rococo-parachains/runtime/src/lib.rs index d662f5d66da..1a0146d23f0 100644 --- a/cumulus/rococo-parachains/runtime/src/lib.rs +++ b/cumulus/rococo-parachains/runtime/src/lib.rs @@ -253,9 +253,9 @@ parameter_types! { pub const RococoLocation: MultiLocation = MultiLocation::X1(Junction::Parent); pub const RococoNetwork: NetworkId = NetworkId::Polkadot; pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into(); - pub Ancestry: MultiLocation = Junction::Parachain { - id: ParachainInfo::parachain_id().into() - }.into(); + pub Ancestry: MultiLocation = Junction::Parachain( + ParachainInfo::parachain_id().into() + ).into(); } /// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used @@ -333,7 +333,7 @@ impl Config for XcmConfig { type LocationInverter = LocationInverter<Ancestry>; type Barrier = Barrier; type Weigher = FixedWeightBounds<UnitWeightCost, Call>; - type Trader = FixedRateOfConcreteFungible<WeightPrice>; + type Trader = FixedRateOfConcreteFungible<WeightPrice, ()>; type ResponseHandler = (); // Don't handle responses for now. } diff --git a/cumulus/rococo-parachains/shell-runtime/src/lib.rs b/cumulus/rococo-parachains/shell-runtime/src/lib.rs index 8277c6b8968..9a45a03fc7d 100644 --- a/cumulus/rococo-parachains/shell-runtime/src/lib.rs +++ b/cumulus/rococo-parachains/shell-runtime/src/lib.rs @@ -248,9 +248,9 @@ parameter_types! { pub const RococoLocation: MultiLocation = MultiLocation::X1(Junction::Parent); pub const RococoNetwork: NetworkId = NetworkId::Polkadot; pub RelayChainOrigin: Origin = cumulus_pallet_xcm::Origin::Relay.into(); - pub Ancestry: MultiLocation = Junction::Parachain { - id: ParachainInfo::parachain_id().into() - }.into(); + pub Ancestry: MultiLocation = Junction::Parachain( + ParachainInfo::parachain_id().into() + ).into(); } /// Type for specifying how a `MultiLocation` can be converted into an `AccountId`. This is used @@ -328,7 +328,7 @@ impl Config for XcmConfig { type LocationInverter = LocationInverter<Ancestry>; type Barrier = Barrier; type Weigher = FixedWeightBounds<UnitWeightCost, Call>; - type Trader = FixedRateOfConcreteFungible<WeightPrice>; + type Trader = FixedRateOfConcreteFungible<WeightPrice, ()>; type ResponseHandler = (); // Don't handle responses for now. } -- GitLab