From fd8c244d0a206ef1873386903e731454ee20e03b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Wed, 20 Apr 2022 15:37:58 +0200 Subject: [PATCH] Revert "Co #11198: Expose `benchmark machine` command (#1172)" This reverts commit 5ae9b9baef763ab6af1913d978620a74ce21647f. --- Cargo.lock | 694 +++++++++++-------------- parachain-template/node/src/command.rs | 1 - polkadot-parachains/src/command.rs | 1 - 3 files changed, 304 insertions(+), 392 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b870a55a2..af52295aa7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,6 +440,12 @@ version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" +[[package]] +name = "base64ct" +version = "1.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "874f8444adcb4952a8bc51305c8be95c8ec8237bb0d2e78d2e039f771f8828a0" + [[package]] name = "beef" version = "0.5.1" @@ -452,7 +458,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "beefy-primitives", "fnv", @@ -486,7 +492,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -509,12 +515,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -730,7 +736,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-runtime", "finality-grandpa", @@ -747,7 +753,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-runtime", "frame-support", @@ -759,7 +765,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "bp-runtime", @@ -776,7 +782,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-messages", "bp-runtime", @@ -794,7 +800,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -811,7 +817,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "hash-db", @@ -829,7 +835,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -844,7 +850,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -859,7 +865,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -1198,16 +1204,16 @@ dependencies = [ [[package]] name = "clap" -version = "3.1.10" +version = "3.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3124f3f75ce09e22d1410043e1e24f2ecc44fad3afe4f08408f1f7663d68da2b" +checksum = "71c47df61d9e16dc010b55dba1952a57d8c215dbb533fd13cdd13369aac73b1c" dependencies = [ "atty", "bitflags", "clap_derive", - "clap_lex", "indexmap", "lazy_static", + "os_str_bytes", "strsim", "termcolor", "textwrap 0.15.0", @@ -1226,15 +1232,6 @@ dependencies = [ "syn", ] -[[package]] -name = "clap_lex" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d716edb7c26222b1b21de6e6d505b274f9f3db9e7bc2e06baf389d57ae842df8" -dependencies = [ - "os_str_bytes", -] - [[package]] name = "coarsetime" version = "0.1.22" @@ -1620,7 +1617,7 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.1.10", + "clap 3.1.8", "sc-cli", "sc-service", "url 2.2.2", @@ -2421,17 +2418,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 0.3.9", -] - [[package]] name = "dirs-sys" version = "0.3.6" @@ -2439,7 +2425,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780" dependencies = [ "libc", - "redox_users 0.4.0", + "redox_users", "winapi 0.3.9", ] @@ -2450,7 +2436,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" dependencies = [ "libc", - "redox_users 0.4.0", + "redox_users", "winapi 0.3.9", ] @@ -2517,7 +2503,6 @@ checksum = "d0d69ae62e0ce582d56380743515fefaf1a8c70cec685d9677636d7e30ae9dc9" dependencies = [ "der", "elliptic-curve", - "rfc6979", "signature", ] @@ -2568,12 +2553,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.3.3" @@ -2841,7 +2820,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", ] @@ -2859,7 +2838,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -2881,11 +2860,11 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "Inflector", "chrono", - "clap 3.1.10", + "clap 3.1.8", "frame-benchmarking", "frame-support", "frame-system", @@ -2898,16 +2877,13 @@ dependencies = [ "log", "memory-db", "parity-scale-codec", - "prettytable-rs", "rand 0.8.5", - "rand_pcg 0.3.1", "sc-block-builder", "sc-cli", "sc-client-api", "sc-client-db", "sc-executor", "sc-service", - "sc-sysinfo", "serde", "serde_json", "serde_nanos", @@ -2920,16 +2896,16 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", + "sp-std", "sp-storage", "sp-trie", - "tempfile", "thousands", ] [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -2940,7 +2916,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2956,7 +2932,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -2984,13 +2960,12 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "bitflags", "frame-metadata", "frame-support-procedural", "impl-trait-for-tuples", - "k256", "log", "once_cell", "parity-scale-codec", @@ -3014,7 +2989,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -3026,7 +3001,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.3", @@ -3038,7 +3013,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro2", "quote", @@ -3048,7 +3023,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "log", @@ -3065,7 +3040,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -3080,7 +3055,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "sp-api", @@ -3089,7 +3064,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "sp-api", @@ -4128,7 +4103,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-primitives", "bitvec", @@ -4153,7 +4128,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", "pallet-gilt", "pallet-grandpa", @@ -4219,7 +4193,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "polkadot-primitives", @@ -5082,7 +5056,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "coarsetime", "crossbeam-queue", @@ -5552,7 +5526,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -5569,7 +5543,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5583,7 +5557,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -5599,7 +5573,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -5615,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -5630,7 +5604,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5654,7 +5628,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5674,7 +5648,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5689,7 +5663,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "beefy-primitives", "frame-support", @@ -5705,13 +5679,14 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "beefy-merkle-tree", "beefy-primitives", "frame-support", "frame-system", "hex", + "k256", "log", "pallet-beefy", "pallet-mmr", @@ -5728,7 +5703,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5746,7 +5721,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5763,7 +5738,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5785,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5806,7 +5781,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5851,7 +5826,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5868,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-contracts" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "bitflags", "frame-benchmarking", @@ -5895,7 +5870,7 @@ dependencies = [ [[package]] name = "pallet-contracts-primitives" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "bitflags", "parity-scale-codec", @@ -5910,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-contracts-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro2", "quote", @@ -5920,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5939,7 +5914,7 @@ dependencies = [ [[package]] name = "pallet-contracts-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "pallet-contracts-primitives", "parity-scale-codec", @@ -5952,7 +5927,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -5968,7 +5943,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5988,23 +5963,10 @@ dependencies = [ "strum 0.23.0", ] -[[package]] -name = "pallet-election-provider-support-benchmarking" -version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" -dependencies = [ - "frame-benchmarking", - "frame-election-provider-support", - "frame-system", - "parity-scale-codec", - "sp-npos-elections", - "sp-runtime", -] - [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6022,7 +5984,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6037,7 +5999,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6060,7 +6022,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "enumflags2", "frame-benchmarking", @@ -6076,7 +6038,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6096,7 +6058,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6113,7 +6075,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6130,7 +6092,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -6148,7 +6110,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6165,7 +6127,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6180,7 +6142,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6194,7 +6156,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6211,7 +6173,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6234,7 +6196,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6250,7 +6212,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6265,7 +6227,7 @@ dependencies = [ [[package]] name = "pallet-randomness-collective-flip" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6279,7 +6241,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6293,7 +6255,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6309,7 +6271,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6330,7 +6292,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6346,7 +6308,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6360,7 +6322,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -6383,7 +6345,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -6394,7 +6356,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "sp-arithmetic", @@ -6403,7 +6365,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6432,7 +6394,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6450,7 +6412,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6469,7 +6431,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-support", "frame-system", @@ -6486,7 +6448,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6503,7 +6465,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6514,7 +6476,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6531,7 +6493,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6546,7 +6508,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6562,7 +6524,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-benchmarking", "frame-support", @@ -6577,7 +6539,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "frame-system", @@ -6595,7 +6557,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-benchmarking", "frame-support", @@ -6625,7 +6587,7 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.1.10", + "clap 3.1.8", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -6772,9 +6734,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.3.11" +version = "0.3.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3e7f385d61562f5834282b90aa50b41f38a35cf64d5209b8b05487b50553dbe" +checksum = "3d121a9af17a43efd0a38c6afa508b927ba07785bd4709efb2ac03bf77efef8d" dependencies = [ "blake2-rfc", "crc32fast", @@ -6931,7 +6893,7 @@ dependencies = [ "cfg-if 1.0.0", "instant", "libc", - "redox_syscall 0.2.10", + "redox_syscall", "smallvec", "winapi 0.3.9", ] @@ -6944,7 +6906,7 @@ checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" dependencies = [ "cfg-if 1.0.0", "libc", - "redox_syscall 0.2.10", + "redox_syscall", "smallvec", "windows-sys", ] @@ -7102,6 +7064,17 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" +[[package]] +name = "pkcs8" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0" +dependencies = [ + "der", + "spki", + "zeroize", +] + [[package]] name = "pkg-config" version = "0.3.22" @@ -7145,7 +7118,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7159,7 +7132,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "polkadot-node-network-protocol", @@ -7172,7 +7145,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "derive_more", "fatality", @@ -7195,7 +7168,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "fatality", "futures 0.3.21", @@ -7216,9 +7189,9 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ - "clap 3.1.10", + "clap 3.1.8", "frame-benchmarking-cli", "futures 0.3.21", "log", @@ -7240,7 +7213,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -7284,7 +7257,7 @@ dependencies = [ "assert_cmd", "async-trait", "canvas-kusama-runtime", - "clap 3.1.10", + "clap 3.1.8", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -7356,7 +7329,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "always-assert", "fatality", @@ -7377,7 +7350,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -7390,7 +7363,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "derive_more", "fatality", @@ -7413,7 +7386,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -7427,7 +7400,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7447,7 +7420,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "futures 0.3.21", @@ -7466,7 +7439,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "parity-scale-codec", @@ -7484,7 +7457,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "derive_more", @@ -7513,7 +7486,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "futures 0.3.21", @@ -7533,7 +7506,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "futures 0.3.21", @@ -7551,7 +7524,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7566,7 +7539,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "futures 0.3.21", @@ -7584,7 +7557,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "polkadot-node-subsystem", @@ -7599,7 +7572,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7616,7 +7589,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "fatality", "futures 0.3.21", @@ -7635,7 +7608,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "futures 0.3.21", @@ -7652,7 +7625,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "futures 0.3.21", @@ -7669,7 +7642,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "always-assert", "assert_matches", @@ -7699,7 +7672,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "polkadot-node-primitives", @@ -7715,7 +7688,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "memory-lru", @@ -7733,7 +7706,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-std", "lazy_static", @@ -7751,7 +7724,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bs58", "futures 0.3.21", @@ -7770,7 +7743,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "fatality", @@ -7788,7 +7761,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bounded-vec", "futures 0.3.21", @@ -7810,7 +7783,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7820,7 +7793,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "futures 0.3.21", @@ -7838,7 +7811,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "derive_more", "futures 0.3.21", @@ -7857,7 +7830,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "derive_more", @@ -7890,7 +7863,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "futures 0.3.21", "futures-timer", @@ -7911,7 +7884,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "futures 0.3.21", @@ -7928,7 +7901,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "expander 0.0.6", "proc-macro-crate 1.1.3", @@ -7940,7 +7913,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "derive_more", "frame-support", @@ -7957,7 +7930,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7972,7 +7945,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitvec", "frame-system", @@ -8002,7 +7975,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -8034,7 +8007,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-primitives", "bitvec", @@ -8058,7 +8031,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", @@ -8120,7 +8092,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-primitives", "bitvec", @@ -8167,7 +8139,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "polkadot-primitives", @@ -8179,7 +8151,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bs58", "parity-scale-codec", @@ -8191,7 +8163,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "bitflags", "bitvec", @@ -8234,7 +8206,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "async-trait", "beefy-gadget", @@ -8334,7 +8306,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "arrayvec 0.5.2", "fatality", @@ -8355,7 +8327,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -8365,7 +8337,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -8390,7 +8362,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-primitives", "bitvec", @@ -8452,7 +8424,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-benchmarking", "frame-system", @@ -8581,20 +8553,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" @@ -8905,12 +8863,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" @@ -8920,17 +8872,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" @@ -8938,7 +8879,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]] @@ -9026,7 +8967,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -9065,17 +9006,6 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21" -[[package]] -name = "rfc6979" -version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96ef608575f6392792f9ecf7890c00086591d29a83910939d430753f7c050525" -dependencies = [ - "crypto-bigint", - "hmac 0.11.0", - "zeroize", -] - [[package]] name = "ring" version = "0.16.20" @@ -9154,7 +9084,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -9231,7 +9161,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "polkadot-primitives", @@ -9250,18 +9180,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "rust-argon2" -version = "0.8.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb" -dependencies = [ - "base64", - "blake2b_simd", - "constant_time_eq", - "crossbeam-utils", -] - [[package]] name = "rustc-demangle" version = "0.1.21" @@ -9432,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "sp-core", @@ -9443,7 +9361,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -9470,7 +9388,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "futures-timer", @@ -9493,7 +9411,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9509,7 +9427,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -9526,7 +9444,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -9537,10 +9455,10 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "chrono", - "clap 3.1.10", + "clap 3.1.8", "fdlimit", "futures 0.3.21", "hex", @@ -9575,7 +9493,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "fnv", "futures 0.3.21", @@ -9603,7 +9521,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "hash-db", "kvdb", @@ -9628,7 +9546,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -9652,7 +9570,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -9681,7 +9599,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "fork-tree", @@ -9724,7 +9642,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -9748,7 +9666,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9761,7 +9679,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -9786,7 +9704,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "sc-client-api", "sp-authorship", @@ -9797,7 +9715,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "lazy_static", "lru 0.7.5", @@ -9824,7 +9742,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "environmental", "parity-scale-codec", @@ -9841,7 +9759,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "parity-scale-codec", @@ -9857,7 +9775,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9875,7 +9793,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "ahash", "async-trait", @@ -9915,7 +9833,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "finality-grandpa", "futures 0.3.21", @@ -9939,7 +9857,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "ansi_term", "futures 0.3.21", @@ -9956,7 +9874,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "hex", @@ -9971,7 +9889,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "asynchronous-codec 0.5.0", @@ -10020,7 +9938,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "ahash", "futures 0.3.21", @@ -10037,7 +9955,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "bytes 1.1.0", "fnv", @@ -10065,7 +9983,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "libp2p", @@ -10078,7 +9996,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -10087,7 +10005,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "hash-db", @@ -10118,7 +10036,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10144,7 +10062,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "jsonrpc-core", @@ -10161,7 +10079,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "directories", @@ -10226,7 +10144,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "parity-scale-codec", @@ -10240,7 +10158,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -10261,7 +10179,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "libc", @@ -10273,14 +10191,12 @@ dependencies = [ "serde", "serde_json", "sp-core", - "sp-io", - "sp-std", ] [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "chrono", "futures 0.3.21", @@ -10298,7 +10214,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "ansi_term", "atty", @@ -10329,7 +10245,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -10340,7 +10256,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10367,7 +10283,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "log", @@ -10380,7 +10296,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "futures-timer", @@ -10484,6 +10400,7 @@ checksum = "08da66b8b0965a5555b6bd6639e68ccba85e1e2506f5fbb089e93f8a04e1a2d1" dependencies = [ "der", "generic-array 0.14.4", + "pkcs8", "subtle", "zeroize", ] @@ -10828,7 +10745,6 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788" dependencies = [ - "digest 0.9.0", "rand_core 0.6.3", ] @@ -10853,7 +10769,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "enumn", "parity-scale-codec", @@ -10941,7 +10857,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "hash-db", "log", @@ -10958,7 +10874,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "blake2 0.10.2", "proc-macro-crate 1.1.3", @@ -10970,7 +10886,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -10983,7 +10899,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "integer-sqrt", "num-traits", @@ -10998,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11011,7 +10927,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "parity-scale-codec", @@ -11023,7 +10939,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "sp-api", @@ -11035,7 +10951,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "log", @@ -11053,7 +10969,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -11072,7 +10988,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "parity-scale-codec", @@ -11090,7 +11006,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "merlin", @@ -11113,7 +11029,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11127,7 +11043,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -11139,7 +11055,7 @@ dependencies = [ [[package]] name = "sp-core" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "base58", "bitflags", @@ -11185,7 +11101,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "blake2 0.10.2", "byteorder", @@ -11199,7 +11115,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro2", "quote", @@ -11210,7 +11126,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "kvdb", "parking_lot 0.12.0", @@ -11219,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro2", "quote", @@ -11229,7 +11145,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "environmental", "parity-scale-codec", @@ -11240,7 +11156,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "finality-grandpa", "log", @@ -11258,7 +11174,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -11272,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-io" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "hash-db", @@ -11297,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "lazy_static", "sp-core", @@ -11308,7 +11224,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -11325,7 +11241,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "thiserror", "zstd", @@ -11334,7 +11250,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "parity-scale-codec", @@ -11349,7 +11265,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11363,7 +11279,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "sp-api", "sp-core", @@ -11373,7 +11289,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "backtrace", "lazy_static", @@ -11383,7 +11299,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "rustc-hash", "serde", @@ -11393,7 +11309,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "either", "hash256-std-hasher", @@ -11415,7 +11331,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -11432,7 +11348,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "Inflector", "proc-macro-crate 1.1.3", @@ -11444,7 +11360,7 @@ dependencies = [ [[package]] name = "sp-sandbox" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "parity-scale-codec", @@ -11458,7 +11374,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "serde", "serde_json", @@ -11467,7 +11383,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11481,7 +11397,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "scale-info", @@ -11492,7 +11408,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.12.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "hash-db", "log", @@ -11514,12 +11430,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" [[package]] name = "sp-storage" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11532,7 +11448,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "log", "sp-core", @@ -11545,7 +11461,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures-timer", @@ -11561,7 +11477,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "sp-std", @@ -11573,7 +11489,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "sp-api", "sp-runtime", @@ -11582,7 +11498,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "log", @@ -11598,7 +11514,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "hash-db", "memory-db", @@ -11614,7 +11530,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11631,7 +11547,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11642,7 +11558,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "impl-trait-for-tuples", "log", @@ -11658,6 +11574,16 @@ version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" +[[package]] +name = "spki" +version = "0.5.4" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27" +dependencies = [ + "base64ct", + "der", +] + [[package]] name = "ss58-registry" version = "1.12.0" @@ -11922,7 +11848,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "platforms", ] @@ -11930,7 +11856,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.21", @@ -11952,7 +11878,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures-util", "hyper", @@ -11965,7 +11891,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -11988,7 +11914,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "async-trait", "futures 0.3.21", @@ -12014,7 +11940,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "futures 0.3.21", "substrate-test-utils-derive", @@ -12024,7 +11950,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "proc-macro-crate 1.1.3", "proc-macro2", @@ -12035,7 +11961,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ "ansi_term", "build-helper", @@ -12098,22 +12024,11 @@ dependencies = [ "cfg-if 1.0.0", "libc", "rand 0.8.5", - "redox_syscall 0.2.10", + "redox_syscall", "remove_dir_all", "winapi 0.3.9", ] -[[package]] -name = "term" -version = "0.5.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42" -dependencies = [ - "byteorder", - "dirs", - "winapi 0.3.9", -] - [[package]] name = "termcolor" version = "1.1.2" @@ -12132,7 +12047,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "polkadot-primitives", @@ -12388,9 +12303,9 @@ checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" [[package]] name = "tracing" -version = "0.1.34" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09" +checksum = "80b9fa4360528139bc96100c160b7ae879f5567f49f1782b0b02035b0358ebf3" dependencies = [ "cfg-if 1.0.0", "pin-project-lite 0.2.7", @@ -12432,7 +12347,7 @@ dependencies = [ [[package]] name = "tracing-gum" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "polkadot-node-jaeger", "polkadot-primitives", @@ -12443,7 +12358,7 @@ dependencies = [ [[package]] name = "tracing-gum-proc-macro" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "expander 0.0.6", "proc-macro-crate 1.1.3", @@ -12570,9 +12485,9 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#0a7e5ea46a17d71818eef8216e24eef0565bab57" +source = "git+https://github.com/paritytech/substrate?branch=master#a0fc2ecd43e3c216925b8484381851981b426a68" dependencies = [ - "clap 3.1.10", + "clap 3.1.8", "jsonrpsee", "log", "parity-scale-codec", @@ -13192,7 +13107,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "beefy-primitives", "bitvec", @@ -13214,7 +13129,6 @@ dependencies = [ "pallet-collective", "pallet-democracy", "pallet-election-provider-multi-phase", - "pallet-election-provider-support-benchmarking", "pallet-elections-phragmen", "pallet-grandpa", "pallet-identity", @@ -13279,7 +13193,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "polkadot-primitives", @@ -13499,7 +13413,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -13512,7 +13426,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-support", "frame-system", @@ -13532,7 +13446,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.19" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "frame-benchmarking", "frame-support", @@ -13550,7 +13464,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#e3d2bf1535854ca64d2a9792f0f15ef315e83c43" +source = "git+https://github.com/paritytech/polkadot?branch=master#3ff2b837cd2c8f7a462001d8e182e2c1e050cae8" dependencies = [ "Inflector", "proc-macro2", diff --git a/parachain-template/node/src/command.rs b/parachain-template/node/src/command.rs index a721edb7e7..24f22a71d8 100644 --- a/parachain-template/node/src/command.rs +++ b/parachain-template/node/src/command.rs @@ -262,7 +262,6 @@ pub fn run() -> Result<()> { cmd.run(config, partials.client.clone(), db, storage) }), BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()), - BenchmarkCmd::Machine(cmd) => runner.sync_run(|config| cmd.run(&config)), } }, Some(Subcommand::TryRuntime(cmd)) => { diff --git a/polkadot-parachains/src/command.rs b/polkadot-parachains/src/command.rs index f1f81017ba..1c35bf42df 100644 --- a/polkadot-parachains/src/command.rs +++ b/polkadot-parachains/src/command.rs @@ -502,7 +502,6 @@ pub fn run() -> Result<()> { }) }), BenchmarkCmd::Overhead(_) => Err("Unsupported benchmarking command".into()), - BenchmarkCmd::Machine(cmd) => runner.sync_run(|config| cmd.run(&config)), } }, Some(Subcommand::TryRuntime(cmd)) => {