From 6ceca1d3737fb9d24e9150b485070719432398e5 Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi <shawntabrizi@gmail.com> Date: Tue, 17 May 2022 18:29:38 -0400 Subject: [PATCH] Companion for Substrate #10719 (Into Account Truncating) (#1262) * into account truncating * more truncating * Update Cargo.lock --- cumulus/Cargo.lock | 647 ++++++++---------- cumulus/pallets/collator-selection/src/lib.rs | 2 +- .../parachain-template/node/src/command.rs | 2 +- cumulus/polkadot-parachains/src/command.rs | 2 +- 4 files changed, 294 insertions(+), 359 deletions(-) diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index c5be3699745..5e7d3395d65 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -441,7 +441,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "beefy-primitives", "fnv", @@ -475,7 +475,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -495,12 +495,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -582,17 +582,6 @@ dependencies = [ "constant_time_eq", ] -[[package]] -name = "blake2b_simd" -version = "0.5.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587" -dependencies = [ - "arrayref", - "arrayvec 0.5.2", - "constant_time_eq", -] - [[package]] name = "blake2b_simd" version = "1.0.0" @@ -701,7 +690,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-runtime", "finality-grandpa", @@ -718,7 +707,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-runtime", "frame-support", @@ -730,7 +719,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "bp-runtime", @@ -747,7 +736,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-messages", "bp-runtime", @@ -765,7 +754,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -782,7 +771,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "hash-db", @@ -800,7 +789,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -815,7 +804,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -830,7 +819,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -1210,6 +1199,17 @@ dependencies = [ "wasm-bindgen", ] +[[package]] +name = "comfy-table" +version = "5.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b103d85ca6e209388771bfb7aa6b68a7aeec4afbf6f0a0264bfbf50360e5212e" +dependencies = [ + "strum 0.23.0", + "strum_macros 0.23.1", + "unicode-width", +] + [[package]] name = "concurrent-queue" version = "1.2.2" @@ -2398,17 +2398,6 @@ dependencies = [ "dirs-sys-next", ] -[[package]] -name = "dirs" -version = "1.0.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901" -dependencies = [ - "libc", - "redox_users 0.3.5", - "winapi", -] - [[package]] name = "dirs-sys" version = "0.3.6" @@ -2416,7 +2405,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" dependencies = [ "libc", - "redox_users 0.4.0", + "redox_users", "winapi", ] @@ -2427,7 +2416,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ "libc", - "redox_users 0.4.0", + "redox_users", "winapi", ] @@ -2545,12 +2534,6 @@ dependencies = [ "zeroize", ] -[[package]] -name = "encode_unicode" -version = "0.3.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" - [[package]] name = "enum-as-inner" version = "0.4.0" @@ -2818,7 +2801,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", ] @@ -2836,7 +2819,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -2858,11 +2841,12 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "Inflector", "chrono", "clap 3.1.18", + "comfy-table", "frame-benchmarking", "frame-support", "frame-system", @@ -2876,7 +2860,6 @@ dependencies = [ "log", "memory-db", "parity-scale-codec", - "prettytable-rs", "rand 0.8.5", "rand_pcg 0.3.1", "sc-block-builder", @@ -2908,7 +2891,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2919,7 +2902,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2935,7 +2918,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -2963,7 +2946,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "bitflags", "frame-metadata", @@ -2993,7 +2976,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -3005,7 +2988,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -3017,7 +3000,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro2", "quote", @@ -3027,7 +3010,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "log", @@ -3044,7 +3027,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -3059,7 +3042,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "sp-api", @@ -3068,7 +3051,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "sp-api", @@ -3927,7 +3910,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7" [[package]] name = "kusama-runtime" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-primitives", "bitvec", @@ -4020,7 +4003,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "polkadot-primitives", @@ -4921,7 +4904,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "coarsetime", "crossbeam-queue", @@ -5024,7 +5007,7 @@ version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3db354f401db558759dfc1e568d010a5d4146f4d3f637be1275ec4a3cf09689" dependencies = [ - "blake2b_simd 1.0.0", + "blake2b_simd", "blake2s_simd", "blake3", "core2", @@ -5386,7 +5369,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -5403,7 +5386,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5417,7 +5400,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -5433,7 +5416,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -5449,7 +5432,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -5464,7 +5447,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5488,7 +5471,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5508,7 +5491,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5523,7 +5506,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "beefy-primitives", "frame-support", @@ -5539,7 +5522,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5562,7 +5545,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5580,7 +5563,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5597,7 +5580,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5619,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5640,7 +5623,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5685,7 +5668,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5702,7 +5685,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "bitflags", "frame-benchmarking", @@ -5729,7 +5712,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "bitflags", "parity-scale-codec", @@ -5744,7 +5727,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro2", "quote", @@ -5754,7 +5737,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "jsonrpsee", "pallet-contracts-primitives", @@ -5771,7 +5754,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5784,7 +5767,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5800,7 +5783,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5823,7 +5806,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5836,7 +5819,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5854,7 +5837,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5869,7 +5852,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5892,7 +5875,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5908,7 +5891,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5928,7 +5911,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5945,7 +5928,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -5962,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5980,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -5995,7 +5978,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6010,7 +5993,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6024,7 +6007,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6040,7 +6023,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6059,7 +6042,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6076,7 +6059,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6099,7 +6082,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6115,7 +6098,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6130,7 +6113,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6144,7 +6127,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6159,7 +6142,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6175,7 +6158,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6196,7 +6179,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6212,7 +6195,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6226,7 +6209,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6249,7 +6232,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -6260,7 +6243,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "sp-arithmetic", @@ -6269,7 +6252,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6298,7 +6281,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6316,7 +6299,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6335,7 +6318,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-support", "frame-system", @@ -6352,7 +6335,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6367,7 +6350,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6378,7 +6361,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6395,7 +6378,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6410,7 +6393,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6426,7 +6409,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-benchmarking", "frame-support", @@ -6441,7 +6424,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "frame-system", @@ -6459,7 +6442,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-benchmarking", "frame-support", @@ -6764,7 +6747,7 @@ dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.2.10", + "redox_syscall", "smallvec", "winapi", ] @@ -6777,7 +6760,7 @@ checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.10", + "redox_syscall", "smallvec", "windows-sys", ] @@ -6972,7 +6955,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -6987,7 +6970,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7001,7 +6984,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "derive_more", "fatality", @@ -7024,7 +7007,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "fatality", "futures 0.3.21", @@ -7045,7 +7028,7 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "clap 3.1.18", "frame-benchmarking-cli", @@ -7070,7 +7053,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7110,7 +7093,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "always-assert", "fatality", @@ -7131,7 +7114,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7144,7 +7127,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "derive_more", "fatality", @@ -7167,7 +7150,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7181,7 +7164,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7201,7 +7184,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "always-assert", "async-trait", @@ -7222,7 +7205,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7240,7 +7223,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "derive_more", @@ -7269,7 +7252,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "futures 0.3.21", @@ -7289,7 +7272,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "fatality", @@ -7308,7 +7291,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7323,7 +7306,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "futures 0.3.21", @@ -7341,7 +7324,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7356,7 +7339,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7373,7 +7356,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "fatality", "futures 0.3.21", @@ -7392,7 +7375,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "futures 0.3.21", @@ -7409,7 +7392,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "fatality", @@ -7427,7 +7410,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "always-assert", "assert_matches", @@ -7457,7 +7440,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7473,7 +7456,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7491,7 +7474,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-std", "lazy_static", @@ -7509,7 +7492,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bs58", "futures 0.3.21", @@ -7528,7 +7511,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "derive_more", @@ -7548,7 +7531,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -7570,7 +7553,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7580,7 +7563,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "futures 0.3.21", @@ -7598,7 +7581,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "derive_more", "futures 0.3.21", @@ -7617,7 +7600,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "derive_more", @@ -7650,7 +7633,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7671,7 +7654,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "futures 0.3.21", @@ -7688,7 +7671,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "expander 0.0.6", "petgraph", @@ -7701,7 +7684,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "derive_more", "frame-support", @@ -7795,7 +7778,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7810,7 +7793,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitvec", "frame-system", @@ -7840,7 +7823,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7872,7 +7855,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-primitives", "bitvec", @@ -7958,7 +7941,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-primitives", "bitvec", @@ -8005,7 +7988,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "polkadot-primitives", @@ -8017,7 +8000,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bs58", "parity-scale-codec", @@ -8029,7 +8012,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "bitflags", "bitvec", @@ -8072,7 +8055,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "async-trait", "beefy-gadget", @@ -8175,7 +8158,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8196,7 +8179,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8206,7 +8189,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8231,7 +8214,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-primitives", "bitvec", @@ -8293,7 +8276,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-benchmarking", "frame-system", @@ -8422,20 +8405,6 @@ dependencies = [ "termtree", ] -[[package]] -name = "prettytable-rs" -version = "0.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e" -dependencies = [ - "atty", - "csv", - "encode_unicode", - "lazy_static", - "term", - "unicode-width", -] - [[package]] name = "primitive-types" version = "0.11.1" @@ -8485,11 +8454,11 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.38" +version = "1.0.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa" +checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f" dependencies = [ - "unicode-xid", + "unicode-ident", ] [[package]] @@ -8783,12 +8752,6 @@ dependencies = [ "num_cpus", ] -[[package]] -name = "redox_syscall" -version = "0.1.57" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" - [[package]] name = "redox_syscall" version = "0.2.10" @@ -8798,17 +8761,6 @@ dependencies = [ "bitflags", ] -[[package]] -name = "redox_users" -version = "0.3.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d" -dependencies = [ - "getrandom 0.1.16", - "redox_syscall 0.1.57", - "rust-argon2", -] - [[package]] name = "redox_users" version = "0.4.0" @@ -8816,7 +8768,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" dependencies = [ "getrandom 0.2.3", - "redox_syscall 0.2.10", + "redox_syscall", ] [[package]] @@ -8904,7 +8856,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -9032,7 +8984,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9109,7 +9061,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "polkadot-primitives", @@ -9143,18 +9095,6 @@ dependencies = [ "thiserror", ] -[[package]] -name = "rust-argon2" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" -dependencies = [ - "base64", - "blake2b_simd 0.5.11", - "constant_time_eq", - "crossbeam-utils", -] - [[package]] name = "rustc-demangle" version = "0.1.21" @@ -9316,7 +9256,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "sp-core", @@ -9327,7 +9267,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9354,7 +9294,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9377,7 +9317,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9393,7 +9333,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9410,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9421,7 +9361,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "chrono", "clap 3.1.18", @@ -9460,7 +9400,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "fnv", "futures 0.3.21", @@ -9488,7 +9428,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "hash-db", "kvdb", @@ -9513,7 +9453,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9537,7 +9477,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9566,7 +9506,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "fork-tree", @@ -9609,7 +9549,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -9631,7 +9571,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9644,7 +9584,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -9669,7 +9609,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "sc-client-api", "sp-authorship", @@ -9680,7 +9620,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "lazy_static", "lru 0.7.5", @@ -9707,7 +9647,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "environmental", "parity-scale-codec", @@ -9724,7 +9664,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "parity-scale-codec", @@ -9739,7 +9679,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9757,7 +9697,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "ahash", "async-trait", @@ -9797,7 +9737,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9818,7 +9758,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9835,7 +9775,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "hex", @@ -9850,7 +9790,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "asynchronous-codec", @@ -9902,7 +9842,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "libp2p", @@ -9915,7 +9855,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "ahash", "futures 0.3.21", @@ -9932,7 +9872,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "libp2p", @@ -9952,7 +9892,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "bitflags", "either", @@ -9981,7 +9921,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "bytes", "fnv", @@ -10009,7 +9949,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "libp2p", @@ -10022,7 +9962,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10031,7 +9971,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "hash-db", @@ -10061,7 +10001,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -10084,7 +10024,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "jsonrpsee", @@ -10097,7 +10037,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "directories", @@ -10162,7 +10102,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "parity-scale-codec", @@ -10176,7 +10116,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -10195,7 +10135,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "libc", @@ -10214,7 +10154,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "chrono", "futures 0.3.21", @@ -10232,7 +10172,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "ansi_term", "atty", @@ -10263,7 +10203,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10274,7 +10214,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10301,7 +10241,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "log", @@ -10314,7 +10254,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10763,7 +10703,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "enumn", "parity-scale-codec", @@ -10839,7 +10779,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "hash-db", "log", @@ -10856,7 +10796,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "blake2", "proc-macro-crate", @@ -10868,7 +10808,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -10881,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "integer-sqrt", "num-traits", @@ -10896,7 +10836,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -10909,7 +10849,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "parity-scale-codec", @@ -10921,7 +10861,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "sp-api", @@ -10933,7 +10873,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "log", @@ -10951,7 +10891,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -10970,7 +10910,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "parity-scale-codec", @@ -10988,7 +10928,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "merlin", @@ -11011,7 +10951,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11025,7 +10965,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11038,7 +10978,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "base58", "bitflags", @@ -11084,7 +11024,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "blake2", "byteorder", @@ -11098,7 +11038,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro2", "quote", @@ -11109,7 +11049,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11118,7 +11058,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro2", "quote", @@ -11128,7 +11068,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "environmental", "parity-scale-codec", @@ -11139,7 +11079,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "finality-grandpa", "log", @@ -11157,7 +11097,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11171,7 +11111,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "hash-db", @@ -11196,7 +11136,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "lazy_static", "sp-core", @@ -11207,7 +11147,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -11224,7 +11164,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "thiserror", "zstd", @@ -11233,7 +11173,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "parity-scale-codec", @@ -11248,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11262,7 +11202,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "sp-api", "sp-core", @@ -11272,7 +11212,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "backtrace", "lazy_static", @@ -11282,7 +11222,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "rustc-hash", "serde", @@ -11292,7 +11232,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "either", "hash256-std-hasher", @@ -11314,7 +11254,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11331,7 +11271,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "Inflector", "proc-macro-crate", @@ -11343,7 +11283,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "parity-scale-codec", @@ -11357,7 +11297,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "serde", "serde_json", @@ -11366,7 +11306,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11380,7 +11320,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "scale-info", @@ -11391,7 +11331,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "hash-db", "log", @@ -11413,12 +11353,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11431,7 +11371,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "log", "sp-core", @@ -11444,7 +11384,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures-timer", @@ -11460,7 +11400,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "sp-std", @@ -11472,7 +11412,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "sp-api", "sp-runtime", @@ -11481,7 +11421,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "log", @@ -11497,7 +11437,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "hash-db", "memory-db", @@ -11513,7 +11453,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11530,7 +11470,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11541,7 +11481,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "impl-trait-for-tuples", "log", @@ -11822,7 +11762,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "platforms", ] @@ -11830,7 +11770,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11851,7 +11791,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures-util", "hyper", @@ -11864,7 +11804,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "jsonrpsee", "log", @@ -11885,7 +11825,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "async-trait", "futures 0.3.21", @@ -11911,7 +11851,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -11921,7 +11861,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11932,7 +11872,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "ansi_term", "build-helper", @@ -11953,13 +11893,13 @@ checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" [[package]] name = "syn" -version = "1.0.94" +version = "1.0.95" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a07e33e919ebcd69113d5be0e4d70c5707004ff45188910106854f38b960df4a" +checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942" dependencies = [ "proc-macro2", "quote", - "unicode-xid", + "unicode-ident", ] [[package]] @@ -12016,22 +11956,11 @@ dependencies = [ "cfg-if 1.0.0", "fastrand", "libc", - "redox_syscall 0.2.10", + "redox_syscall", "remove_dir_all", "winapi", ] -[[package]] -name = "term" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" -dependencies = [ - "byteorder", - "dirs", - "winapi", -] - [[package]] name = "termcolor" version = "1.1.2" @@ -12050,7 +11979,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "polkadot-primitives", @@ -12339,7 +12268,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12350,7 +12279,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "expander 0.0.6", "proc-macro-crate", @@ -12479,7 +12408,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5d3e7c4ee9f5c8e370022d5f3fa9723185710831" +source = "git+https://github.com/paritytech/substrate?branch=master#2823dc4de5030aada6032e2ac58f4781f8dbfaf3" dependencies = [ "clap 3.1.18", "jsonrpsee", @@ -12558,6 +12487,12 @@ version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" +[[package]] +name = "unicode-ident" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" + [[package]] name = "unicode-normalization" version = "0.1.19" @@ -13063,7 +12998,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "beefy-primitives", "bitvec", @@ -13152,7 +13087,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "polkadot-primitives", @@ -13393,7 +13328,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13406,7 +13341,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-support", "frame-system", @@ -13426,7 +13361,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.22" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "frame-benchmarking", "frame-support", @@ -13444,7 +13379,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5" +source = "git+https://github.com/paritytech/polkadot?branch=master#03d41438a547756392804a82c1af1a97a8af21ee" dependencies = [ "Inflector", "proc-macro2", diff --git a/cumulus/pallets/collator-selection/src/lib.rs b/cumulus/pallets/collator-selection/src/lib.rs index fab70a3d0d2..717fbc2ddae 100644 --- a/cumulus/pallets/collator-selection/src/lib.rs +++ b/cumulus/pallets/collator-selection/src/lib.rs @@ -407,7 +407,7 @@ pub mod pallet { impl<T: Config> Pallet<T> { /// Get a unique, inaccessible account id from the `PotId`. pub fn account_id() -> T::AccountId { - T::PotId::get().into_account() + T::PotId::get().into_account_truncating() } /// Removes a candidate if they exist and sends them back their deposit diff --git a/cumulus/parachain-template/node/src/command.rs b/cumulus/parachain-template/node/src/command.rs index e697e4ad1fe..7e011cac092 100644 --- a/cumulus/parachain-template/node/src/command.rs +++ b/cumulus/parachain-template/node/src/command.rs @@ -308,7 +308,7 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); let parachain_account = - AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(&id); + AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account_truncating(&id); let state_version = RelayChainCli::native_runtime_version(&config.chain_spec).state_version(); diff --git a/cumulus/polkadot-parachains/src/command.rs b/cumulus/polkadot-parachains/src/command.rs index 29d998980a2..7e259d96985 100644 --- a/cumulus/polkadot-parachains/src/command.rs +++ b/cumulus/polkadot-parachains/src/command.rs @@ -566,7 +566,7 @@ pub fn run() -> Result<()> { let id = ParaId::from(para_id); let parachain_account = - AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account(&id); + AccountIdConversion::<polkadot_primitives::v2::AccountId>::into_account_truncating(&id); let state_version = RelayChainCli::native_runtime_version(&config.chain_spec).state_version(); -- GitLab