From 5d7f6a9686cf208412f2d2c6b84a29fbae8c63bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 28 Jan 2022 13:48:46 +0100 Subject: [PATCH] Revert "Companion for substrate#10632 (#895)" This reverts commit fd145766d4c2ecb7297c5d2a4a389b4c5b9b174e. --- Cargo.lock | 603 ++++++++++++++--------------- client/cli/Cargo.toml | 2 +- client/cli/src/lib.rs | 16 +- parachain-template/node/Cargo.toml | 6 +- parachain-template/node/src/cli.rs | 46 +-- polkadot-parachains/Cargo.toml | 2 +- polkadot-parachains/src/cli.rs | 49 ++- 7 files changed, 353 insertions(+), 371 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26b70fd243b..bcec9a52b12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,7 +433,7 @@ dependencies = [ [[package]] name = "beefy-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "beefy-primitives", "fnv", @@ -462,7 +462,7 @@ dependencies = [ [[package]] name = "beefy-gadget-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "beefy-gadget", "beefy-primitives", @@ -486,12 +486,12 @@ dependencies = [ [[package]] name = "beefy-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" [[package]] name = "beefy-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -684,7 +684,7 @@ dependencies = [ [[package]] name = "bp-header-chain" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "finality-grandpa", "frame-support", @@ -700,7 +700,7 @@ dependencies = [ [[package]] name = "bp-message-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-runtime", "frame-support", @@ -712,7 +712,7 @@ dependencies = [ [[package]] name = "bp-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "bp-runtime", @@ -728,7 +728,7 @@ dependencies = [ [[package]] name = "bp-polkadot-core" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-messages", "bp-runtime", @@ -746,7 +746,7 @@ dependencies = [ [[package]] name = "bp-rococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -763,7 +763,7 @@ dependencies = [ [[package]] name = "bp-runtime" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "hash-db", @@ -781,7 +781,7 @@ dependencies = [ [[package]] name = "bp-test-utils" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-header-chain", "ed25519-dalek", @@ -796,7 +796,7 @@ dependencies = [ [[package]] name = "bp-wococo" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-messages", "bp-polkadot-core", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "bridge-runtime-common" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-message-dispatch", "bp-messages", @@ -1064,39 +1064,13 @@ version = "2.34.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" dependencies = [ - "bitflags", - "textwrap 0.11.0", - "unicode-width", -] - -[[package]] -name = "clap" -version = "3.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12e8611f9ae4e068fa3e56931fded356ff745e70987ff76924a6e0ab1c8ef2e3" -dependencies = [ + "ansi_term", "atty", "bitflags", - "clap_derive", - "indexmap", - "lazy_static", - "os_str_bytes", "strsim", - "termcolor", - "textwrap 0.14.2", -] - -[[package]] -name = "clap_derive" -version = "3.0.6" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "517358c28fcef6607bf6f76108e02afad7e82297d132a6b846dcc1fc3efcd153" -dependencies = [ - "heck 0.4.0", - "proc-macro-error", - "proc-macro2", - "quote", - "syn", + "textwrap", + "unicode-width", + "vec_map", ] [[package]] @@ -1278,7 +1252,7 @@ checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10" dependencies = [ "atty", "cast", - "clap 2.34.0", + "clap", "criterion-plot", "csv", "futures 0.3.19", @@ -1452,9 +1426,9 @@ dependencies = [ name = "cumulus-client-cli" version = "0.1.0" dependencies = [ - "clap 3.0.7", "sc-cli", "sc-service", + "structopt", ] [[package]] @@ -2317,7 +2291,7 @@ version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595" dependencies = [ - "heck 0.3.3", + "heck", "proc-macro2", "quote", "syn", @@ -2557,7 +2531,7 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", ] @@ -2575,7 +2549,7 @@ dependencies = [ [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -2596,11 +2570,10 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "Inflector", "chrono", - "clap 3.0.7", "frame-benchmarking", "frame-support", "handlebars", @@ -2617,12 +2590,13 @@ dependencies = [ "sp-keystore", "sp-runtime", "sp-state-machine", + "structopt", ] [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -2636,7 +2610,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -2664,7 +2638,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "bitflags", "frame-metadata", @@ -2693,7 +2667,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "Inflector", "frame-support-procedural-tools", @@ -2705,7 +2679,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate 1.1.0", @@ -2717,7 +2691,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro2", "quote", @@ -2727,7 +2701,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "log", @@ -2744,7 +2718,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -2759,7 +2733,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "sp-api", @@ -2768,7 +2742,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "sp-api", @@ -3123,12 +3097,6 @@ dependencies = [ "unicode-segmentation", ] -[[package]] -name = "heck" -version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" - [[package]] name = "hermit-abi" version = "0.1.19" @@ -3750,7 +3718,7 @@ dependencies = [ [[package]] name = "kusama-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "bitvec", @@ -3838,7 +3806,7 @@ dependencies = [ [[package]] name = "kusama-runtime-constants" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -4707,7 +4675,7 @@ dependencies = [ [[package]] name = "metered-channel" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "derive_more", "futures 0.3.19", @@ -4972,7 +4940,7 @@ dependencies = [ [[package]] name = "node-primitives" version = "2.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-system", "parity-scale-codec", @@ -5160,15 +5128,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "os_str_bytes" -version = "6.0.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" -dependencies = [ - "memchr", -] - [[package]] name = "owning_ref" version = "0.4.1" @@ -5181,7 +5140,7 @@ dependencies = [ [[package]] name = "pallet-asset-tx-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5198,7 +5157,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5212,7 +5171,7 @@ dependencies = [ [[package]] name = "pallet-aura" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5228,7 +5187,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5244,7 +5203,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5259,7 +5218,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5283,7 +5242,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5303,7 +5262,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5318,7 +5277,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "beefy-primitives", "frame-support", @@ -5334,7 +5293,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "beefy-merkle-tree", "beefy-primitives", @@ -5359,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5377,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-bridge-dispatch" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-message-dispatch", "bp-runtime", @@ -5394,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-bridge-grandpa" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bp-header-chain", "bp-runtime", @@ -5416,7 +5375,7 @@ dependencies = [ [[package]] name = "pallet-bridge-messages" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "bp-message-dispatch", @@ -5463,7 +5422,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5480,7 +5439,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5496,7 +5455,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5520,7 +5479,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5497,7 @@ dependencies = [ [[package]] name = "pallet-gilt" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5512,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5576,7 +5535,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5592,7 +5551,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5612,7 +5571,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5629,7 +5588,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5646,7 +5605,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "ckb-merkle-mountain-range", "frame-benchmarking", @@ -5664,7 +5623,7 @@ dependencies = [ [[package]] name = "pallet-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5680,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-mmr-rpc" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -5697,7 +5656,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5712,7 +5671,7 @@ dependencies = [ [[package]] name = "pallet-nicks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5726,7 +5685,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5743,7 +5702,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5766,7 +5725,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5782,7 +5741,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5797,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5811,7 +5770,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5827,7 +5786,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5848,7 +5807,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5864,7 +5823,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5878,7 +5837,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5901,7 +5860,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -5912,7 +5871,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "log", "sp-arithmetic", @@ -5921,7 +5880,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -5950,7 +5909,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5968,7 +5927,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -5987,7 +5946,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-support", "frame-system", @@ -6004,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -6021,7 +5980,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6032,7 +5991,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6049,7 +6008,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6064,7 +6023,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6080,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-benchmarking", "frame-support", @@ -6095,7 +6054,7 @@ dependencies = [ [[package]] name = "pallet-xcm" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "frame-system", @@ -6113,7 +6072,7 @@ dependencies = [ [[package]] name = "pallet-xcm-benchmarks" version = "0.9.8" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6143,7 +6102,6 @@ dependencies = [ name = "parachain-template-node" version = "0.1.0" dependencies = [ - "clap 3.0.7", "cumulus-client-cli", "cumulus-client-collator", "cumulus-client-consensus-aura", @@ -6196,6 +6154,7 @@ dependencies = [ "sp-session", "sp-timestamp", "sp-transaction-pool", + "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -6665,7 +6624,7 @@ dependencies = [ [[package]] name = "polkadot-approval-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "polkadot-node-network-protocol", @@ -6679,7 +6638,7 @@ dependencies = [ [[package]] name = "polkadot-availability-bitfield-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "polkadot-node-network-protocol", @@ -6692,7 +6651,7 @@ dependencies = [ [[package]] name = "polkadot-availability-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "derive_more", "futures 0.3.19", @@ -6714,7 +6673,7 @@ dependencies = [ [[package]] name = "polkadot-availability-recovery" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "lru 0.7.2", @@ -6734,9 +6693,8 @@ dependencies = [ [[package]] name = "polkadot-cli" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ - "clap 3.0.7", "frame-benchmarking-cli", "futures 0.3.19", "log", @@ -6749,6 +6707,7 @@ dependencies = [ "sc-tracing", "sp-core", "sp-trie", + "structopt", "substrate-build-script-utils", "thiserror", "try-runtime-cli", @@ -6757,7 +6716,7 @@ dependencies = [ [[package]] name = "polkadot-client" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "frame-benchmarking", @@ -6790,7 +6749,6 @@ version = "5.1.0" dependencies = [ "assert_cmd", "async-trait", - "clap 3.0.7", "cumulus-client-cli", "cumulus-client-consensus-aura", "cumulus-client-consensus-common", @@ -6848,6 +6806,7 @@ dependencies = [ "sp-transaction-pool", "statemine-runtime", "statemint-runtime", + "structopt", "substrate-build-script-utils", "substrate-frame-rpc-system", "substrate-prometheus-endpoint", @@ -6860,7 +6819,7 @@ dependencies = [ [[package]] name = "polkadot-collator-protocol" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "always-assert", "derive_more", @@ -6881,7 +6840,7 @@ dependencies = [ [[package]] name = "polkadot-core-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "parity-scale-codec", "parity-util-mem", @@ -6894,7 +6853,7 @@ dependencies = [ [[package]] name = "polkadot-dispute-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "derive_more", "futures 0.3.19", @@ -6916,7 +6875,7 @@ dependencies = [ [[package]] name = "polkadot-erasure-coding" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "parity-scale-codec", "polkadot-node-primitives", @@ -6930,7 +6889,7 @@ dependencies = [ [[package]] name = "polkadot-gossip-support" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "futures-timer", @@ -6950,7 +6909,7 @@ dependencies = [ [[package]] name = "polkadot-network-bridge" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "futures 0.3.19", @@ -6969,7 +6928,7 @@ dependencies = [ [[package]] name = "polkadot-node-collation-generation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "parity-scale-codec", @@ -6987,7 +6946,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-approval-voting" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "derive_more", @@ -7015,7 +6974,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-av-store" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "futures 0.3.19", @@ -7035,7 +6994,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-backing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "futures 0.3.19", @@ -7053,7 +7012,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-bitfield-signing" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "polkadot-node-subsystem", @@ -7068,7 +7027,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-candidate-validation" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "futures 0.3.19", @@ -7086,7 +7045,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "polkadot-node-subsystem", @@ -7101,7 +7060,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-chain-selection" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "futures-timer", @@ -7118,7 +7077,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-dispute-coordinator" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "kvdb", @@ -7136,7 +7095,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-parachains-inherent" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "futures 0.3.19", @@ -7153,7 +7112,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-provisioner" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "futures 0.3.19", @@ -7170,7 +7129,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "always-assert", "assert_matches", @@ -7200,7 +7159,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-pvf-checker" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "polkadot-node-primitives", @@ -7216,7 +7175,7 @@ dependencies = [ [[package]] name = "polkadot-node-core-runtime-api" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "memory-lru", @@ -7234,7 +7193,7 @@ dependencies = [ [[package]] name = "polkadot-node-jaeger" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-std", "lazy_static", @@ -7252,7 +7211,7 @@ dependencies = [ [[package]] name = "polkadot-node-metrics" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bs58", "futures 0.3.19", @@ -7271,7 +7230,7 @@ dependencies = [ [[package]] name = "polkadot-node-network-protocol" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "derive_more", @@ -7289,7 +7248,7 @@ dependencies = [ [[package]] name = "polkadot-node-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bounded-vec", "futures 0.3.19", @@ -7311,7 +7270,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "polkadot-node-jaeger", "polkadot-node-subsystem-types", @@ -7321,7 +7280,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-test-helpers" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "futures 0.3.19", @@ -7339,7 +7298,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-types" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "derive_more", "futures 0.3.19", @@ -7358,7 +7317,7 @@ dependencies = [ [[package]] name = "polkadot-node-subsystem-util" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "derive_more", @@ -7386,7 +7345,7 @@ dependencies = [ [[package]] name = "polkadot-overseer" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "futures 0.3.19", "futures-timer", @@ -7407,7 +7366,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "futures 0.3.19", @@ -7424,7 +7383,7 @@ dependencies = [ [[package]] name = "polkadot-overseer-gen-proc-macro" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -7435,7 +7394,7 @@ dependencies = [ [[package]] name = "polkadot-parachain" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "derive_more", "frame-support", @@ -7452,7 +7411,7 @@ dependencies = [ [[package]] name = "polkadot-performance-test" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "env_logger 0.9.0", "kusama-runtime", @@ -7467,7 +7426,7 @@ dependencies = [ [[package]] name = "polkadot-primitives" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitvec", "frame-system", @@ -7497,7 +7456,7 @@ dependencies = [ [[package]] name = "polkadot-rpc" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-gadget", "beefy-gadget-rpc", @@ -7528,7 +7487,7 @@ dependencies = [ [[package]] name = "polkadot-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "bitvec", @@ -7612,7 +7571,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-common" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "bitvec", @@ -7659,7 +7618,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-constants" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -7671,7 +7630,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-metrics" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bs58", "parity-scale-codec", @@ -7683,7 +7642,7 @@ dependencies = [ [[package]] name = "polkadot-runtime-parachains" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "bitflags", "bitvec", @@ -7725,7 +7684,7 @@ dependencies = [ [[package]] name = "polkadot-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "async-trait", "beefy-gadget", @@ -7825,7 +7784,7 @@ dependencies = [ [[package]] name = "polkadot-statement-distribution" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "arrayvec 0.5.2", "derive_more", @@ -7846,7 +7805,7 @@ dependencies = [ [[package]] name = "polkadot-statement-table" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "parity-scale-codec", "polkadot-primitives", @@ -7856,7 +7815,7 @@ dependencies = [ [[package]] name = "polkadot-test-client" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "parity-scale-codec", "polkadot-node-subsystem", @@ -7881,7 +7840,7 @@ dependencies = [ [[package]] name = "polkadot-test-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "bitvec", @@ -7943,7 +7902,7 @@ dependencies = [ [[package]] name = "polkadot-test-service" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-benchmarking", "frame-system", @@ -8165,7 +8124,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5" dependencies = [ "bytes 1.1.0", - "heck 0.3.3", + "heck", "itertools", "lazy_static", "log", @@ -8490,7 +8449,7 @@ dependencies = [ [[package]] name = "remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "env_logger 0.9.0", "jsonrpsee", @@ -8617,7 +8576,7 @@ dependencies = [ [[package]] name = "rococo-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "bp-messages", @@ -8692,7 +8651,7 @@ dependencies = [ [[package]] name = "rococo-runtime-constants" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -8830,7 +8789,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "log", "sp-core", @@ -8841,7 +8800,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "derive_more", @@ -8868,7 +8827,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "futures-timer", @@ -8891,7 +8850,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -8907,7 +8866,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "impl-trait-for-tuples", "memmap2 0.5.0", @@ -8924,7 +8883,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -8935,10 +8894,9 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "chrono", - "clap 3.0.7", "fdlimit", "futures 0.3.19", "hex", @@ -8965,6 +8923,7 @@ dependencies = [ "sp-panic-handler", "sp-runtime", "sp-version", + "structopt", "thiserror", "tiny-bip39", "tokio", @@ -8973,7 +8932,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "fnv", "futures 0.3.19", @@ -9001,7 +8960,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "hash-db", "kvdb", @@ -9026,7 +8985,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "futures 0.3.19", @@ -9050,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "derive_more", @@ -9079,7 +9038,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "derive_more", @@ -9122,7 +9081,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "derive_more", "futures 0.3.19", @@ -9146,7 +9105,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9159,7 +9118,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "futures 0.3.19", @@ -9184,7 +9143,7 @@ dependencies = [ [[package]] name = "sc-consensus-uncles" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "sc-client-api", "sp-authorship", @@ -9195,7 +9154,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "lazy_static", "libsecp256k1", @@ -9223,7 +9182,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "derive_more", "environmental", @@ -9241,7 +9200,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "log", "parity-scale-codec", @@ -9257,7 +9216,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "cfg-if 1.0.0", "libc", @@ -9275,7 +9234,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "derive_more", @@ -9313,7 +9272,7 @@ dependencies = [ [[package]] name = "sc-finality-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "derive_more", "finality-grandpa", @@ -9337,7 +9296,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "ansi_term", "futures 0.3.19", @@ -9354,7 +9313,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "derive_more", @@ -9369,7 +9328,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-std", "async-trait", @@ -9420,7 +9379,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "futures-timer", @@ -9436,7 +9395,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "bytes 1.1.0", "fnv", @@ -9464,7 +9423,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "libp2p", @@ -9477,7 +9436,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9486,7 +9445,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "hash-db", @@ -9517,7 +9476,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "jsonrpc-core", @@ -9542,7 +9501,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "jsonrpc-core", @@ -9559,7 +9518,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "directories", @@ -9623,7 +9582,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "log", "parity-scale-codec", @@ -9637,7 +9596,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -9659,7 +9618,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "chrono", "futures 0.3.19", @@ -9677,7 +9636,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "ansi_term", "atty", @@ -9708,7 +9667,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -9719,7 +9678,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "futures-timer", @@ -9746,7 +9705,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "derive_more", "futures 0.3.19", @@ -9760,7 +9719,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "futures-timer", @@ -10160,7 +10119,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5" [[package]] name = "slot-range-helper" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "enumn", "parity-scale-codec", @@ -10248,7 +10207,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "hash-db", "log", @@ -10265,7 +10224,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "blake2-rfc", "proc-macro-crate 1.1.0", @@ -10277,7 +10236,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10290,7 +10249,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "integer-sqrt", "num-traits", @@ -10305,7 +10264,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10318,7 +10277,7 @@ dependencies = [ [[package]] name = "sp-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "parity-scale-codec", @@ -10330,7 +10289,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "sp-api", @@ -10342,7 +10301,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "log", @@ -10360,7 +10319,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "futures 0.3.19", @@ -10379,7 +10338,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "parity-scale-codec", @@ -10397,7 +10356,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "merlin", @@ -10420,7 +10379,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10432,7 +10391,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "schnorrkel", @@ -10444,7 +10403,7 @@ dependencies = [ [[package]] name = "sp-core" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "base58", "bitflags", @@ -10492,7 +10451,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "blake2-rfc", "byteorder", @@ -10505,7 +10464,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro2", "quote", @@ -10516,7 +10475,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "kvdb", "parking_lot 0.11.2", @@ -10525,7 +10484,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro2", "quote", @@ -10535,7 +10494,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "environmental", "parity-scale-codec", @@ -10546,7 +10505,7 @@ dependencies = [ [[package]] name = "sp-finality-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "finality-grandpa", "log", @@ -10564,7 +10523,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10578,7 +10537,7 @@ dependencies = [ [[package]] name = "sp-io" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "hash-db", @@ -10602,7 +10561,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "lazy_static", "sp-core", @@ -10613,7 +10572,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "derive_more", @@ -10630,7 +10589,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "zstd", ] @@ -10638,7 +10597,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10653,7 +10612,7 @@ dependencies = [ [[package]] name = "sp-npos-elections-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -10664,7 +10623,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "sp-api", "sp-core", @@ -10674,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "backtrace", "lazy_static", @@ -10684,7 +10643,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "rustc-hash", "serde", @@ -10694,7 +10653,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "either", "hash256-std-hasher", @@ -10716,7 +10675,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "impl-trait-for-tuples", "parity-scale-codec", @@ -10733,7 +10692,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "Inflector", "proc-macro-crate 1.1.0", @@ -10745,7 +10704,7 @@ dependencies = [ [[package]] name = "sp-serializer" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "serde", "serde_json", @@ -10754,7 +10713,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10768,7 +10727,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "scale-info", @@ -10779,7 +10738,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.10.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "hash-db", "log", @@ -10802,12 +10761,12 @@ dependencies = [ [[package]] name = "sp-std" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" [[package]] name = "sp-storage" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10820,7 +10779,7 @@ dependencies = [ [[package]] name = "sp-tasks" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "log", "sp-core", @@ -10833,7 +10792,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "futures-timer", @@ -10849,7 +10808,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "sp-std", @@ -10861,7 +10820,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "sp-api", "sp-runtime", @@ -10870,7 +10829,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "log", @@ -10886,7 +10845,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "hash-db", "memory-db", @@ -10901,7 +10860,7 @@ dependencies = [ [[package]] name = "sp-version" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "impl-serde", "parity-scale-codec", @@ -10918,7 +10877,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -10929,7 +10888,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "impl-trait-for-tuples", "log", @@ -10947,9 +10906,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "ss58-registry" -version = "1.12.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8319f44e20b42e5c11b88b1ad4130c35fe2974665a007b08b02322070177136a" +checksum = "c83f0afe7e571565ef9aae7b0e4fb30fcaec4ebb9aea2f00489b772782aa03a4" dependencies = [ "Inflector", "proc-macro2", @@ -11145,9 +11104,33 @@ dependencies = [ [[package]] name = "strsim" -version = "0.10.0" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" + +[[package]] +name = "structopt" +version = "0.3.25" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "40b9788f4202aa75c240ecc9c15c65185e6a39ccdeb0fd5d008b98825464c87c" +dependencies = [ + "clap", + "lazy_static", + "structopt-derive", +] + +[[package]] +name = "structopt-derive" +version = "0.4.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0" +dependencies = [ + "heck", + "proc-macro-error", + "proc-macro2", + "quote", + "syn", +] [[package]] name = "strum" @@ -11173,7 +11156,7 @@ version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" dependencies = [ - "heck 0.3.3", + "heck", "proc-macro2", "quote", "syn", @@ -11185,7 +11168,7 @@ version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38" dependencies = [ - "heck 0.3.3", + "heck", "proc-macro2", "quote", "rustversion", @@ -11208,7 +11191,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "platforms", ] @@ -11216,7 +11199,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "frame-system-rpc-runtime-api", "futures 0.3.19", @@ -11238,7 +11221,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-std", "derive_more", @@ -11252,7 +11235,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "async-trait", "futures 0.3.19", @@ -11278,7 +11261,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "futures 0.3.19", "substrate-test-utils-derive", @@ -11288,7 +11271,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#511e8c860aa448c6899f884eebe64131a65300b8" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "proc-macro-crate 1.1.0", "proc-macro2", @@ -11299,7 +11282,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ "ansi_term", "build-helper", @@ -11384,7 +11367,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16" [[package]] name = "test-runtime-constants" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -11402,12 +11385,6 @@ dependencies = [ "unicode-width", ] -[[package]] -name = "textwrap" -version = "0.14.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80" - [[package]] name = "thiserror" version = "1.0.30" @@ -11764,9 +11741,8 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#31d90c202d6df9ce3837ee55587b604619a912ba" +source = "git+https://github.com/paritytech/substrate?branch=master#32b71896df8a832e7c139a842e46710e4d3f70cd" dependencies = [ - "clap 3.0.7", "jsonrpsee", "log", "parity-scale-codec", @@ -11783,6 +11759,7 @@ dependencies = [ "sp-runtime", "sp-state-machine", "sp-version", + "structopt", "zstd", ] @@ -11954,6 +11931,12 @@ version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" +[[package]] +name = "vec_map" +version = "0.8.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" + [[package]] name = "version_check" version = "0.9.3" @@ -12339,7 +12322,7 @@ dependencies = [ [[package]] name = "westend-runtime" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "beefy-primitives", "bitvec", @@ -12425,7 +12408,7 @@ dependencies = [ [[package]] name = "westend-runtime-constants" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "polkadot-primitives", @@ -12599,7 +12582,7 @@ dependencies = [ [[package]] name = "xcm" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "derivative", "impl-trait-for-tuples", @@ -12612,7 +12595,7 @@ dependencies = [ [[package]] name = "xcm-builder" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-support", "frame-system", @@ -12632,7 +12615,7 @@ dependencies = [ [[package]] name = "xcm-executor" version = "0.9.13" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "frame-benchmarking", "frame-support", @@ -12650,7 +12633,7 @@ dependencies = [ [[package]] name = "xcm-procedural" version = "0.1.0" -source = "git+https://github.com/paritytech/polkadot?branch=master#60df3c55c711c2872872d6220f98b2611340e051" +source = "git+https://github.com/paritytech/polkadot?branch=master#e920b2f907629764b542cd8ebe78a7f550821f0f" dependencies = [ "Inflector", "proc-macro2", diff --git a/client/cli/Cargo.toml b/client/cli/Cargo.toml index 705460188ca..513a7db392c 100644 --- a/client/cli/Cargo.toml +++ b/client/cli/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2021" [dependencies] -clap = { version = "3.0", features = ["derive"] } +structopt = "0.3.3" # Substrate dependencies sc-cli = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/client/cli/src/lib.rs b/client/cli/src/lib.rs index 65322089a3f..9e3ab0fc4b4 100644 --- a/client/cli/src/lib.rs +++ b/client/cli/src/lib.rs @@ -18,7 +18,6 @@ #![warn(missing_docs)] -use clap::Parser; use sc_cli; use sc_service::{ config::{PrometheusConfig, TelemetryEndpoints}, @@ -29,20 +28,21 @@ use std::{ io::{self, Write}, net::SocketAddr, }; +use structopt::StructOpt; /// The `purge-chain` command used to remove the whole chain: the parachain and the relay chain. -#[derive(Debug, Parser)] +#[derive(Debug, StructOpt)] pub struct PurgeChainCmd { /// The base struct of the purge-chain command. - #[clap(flatten)] + #[structopt(flatten)] pub base: sc_cli::PurgeChainCmd, /// Only delete the para chain database - #[clap(long, aliases = &["para"])] + #[structopt(long, aliases = &["para"])] pub parachain: bool, /// Only delete the relay chain database - #[clap(long, aliases = &["relay"])] + #[structopt(long, aliases = &["relay"])] pub relaychain: bool, } @@ -120,16 +120,16 @@ impl sc_cli::CliConfiguration for PurgeChainCmd { } /// The `run` command used to run a node. -#[derive(Debug, Parser)] +#[derive(Debug, StructOpt)] pub struct RunCmd { /// The cumulus RunCmd inherents from sc_cli's - #[clap(flatten)] + #[structopt(flatten)] pub base: sc_cli::RunCmd, /// Run node as collator. /// /// Note that this is the same as running with `--validator`. - #[clap(long, conflicts_with = "validator")] + #[structopt(long, conflicts_with = "validator")] pub collator: bool, } diff --git a/parachain-template/node/Cargo.toml b/parachain-template/node/Cargo.toml index 10a6e4744a3..f3d5aca8864 100644 --- a/parachain-template/node/Cargo.toml +++ b/parachain-template/node/Cargo.toml @@ -21,13 +21,13 @@ path = "src/main.rs" [features] runtime-benchmarks = ["parachain-template-runtime/runtime-benchmarks"] -try-runtime = ["parachain-template-runtime/try-runtime"] +try-runtime = [ "parachain-template-runtime/try-runtime" ] [dependencies] -clap = { version = "3.0", features = ["derive"] } derive_more = "0.99.2" log = "0.4.14" codec = { package = "parity-scale-codec", version = "2.0.0" } +structopt = "0.3.8" serde = { version = "1.0.132", features = ["derive"] } hex-literal = "0.3.1" @@ -58,7 +58,7 @@ sc-network = { git = "https://github.com/paritytech/substrate", branch = "master sc-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-rpc = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-rpc-api = { git = "https://github.com/paritytech/substrate", branch = "master" } -sc-service = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"], branch = "master" } +sc-service = { git = "https://github.com/paritytech/substrate", features = ["wasmtime"] , branch = "master" } sc-telemetry = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool = { git = "https://github.com/paritytech/substrate", branch = "master" } sc-transaction-pool-api = { git = "https://github.com/paritytech/substrate", branch = "master" } diff --git a/parachain-template/node/src/cli.rs b/parachain-template/node/src/cli.rs index a7e8934b78c..53040d7c581 100644 --- a/parachain-template/node/src/cli.rs +++ b/parachain-template/node/src/cli.rs @@ -1,16 +1,16 @@ use crate::chain_spec; -use clap::{AppSettings, Parser}; use std::path::PathBuf; +use structopt::StructOpt; /// Sub-commands supported by the collator. -#[derive(Debug, clap::Subcommand)] +#[derive(Debug, StructOpt)] pub enum Subcommand { /// Export the genesis state of the parachain. - #[clap(name = "export-genesis-state")] + #[structopt(name = "export-genesis-state")] ExportGenesisState(ExportGenesisStateCommand), /// Export the genesis wasm of the parachain. - #[clap(name = "export-genesis-wasm")] + #[structopt(name = "export-genesis-wasm")] ExportGenesisWasm(ExportGenesisWasmCommand), /// Build a chain specification. @@ -35,7 +35,7 @@ pub enum Subcommand { Revert(sc_cli::RevertCmd), /// The custom benchmark subcommmand benchmarking runtime pallets. - #[clap(name = "benchmark", about = "Benchmark runtime pallets.")] + #[structopt(name = "benchmark", about = "Benchmark runtime pallets.")] Benchmark(frame_benchmarking_cli::BenchmarkCmd), /// Try some testing command against a specified runtime state. @@ -43,52 +43,52 @@ pub enum Subcommand { } /// Command for exporting the genesis state of the parachain -#[derive(Debug, Parser)] +#[derive(Debug, StructOpt)] pub struct ExportGenesisStateCommand { /// Output file name or stdout if unspecified. - #[clap(parse(from_os_str))] + #[structopt(parse(from_os_str))] pub output: Option, /// Write output in binary. Default is to write in hex. - #[clap(short, long)] + #[structopt(short, long)] pub raw: bool, /// The name of the chain for that the genesis state should be exported. - #[clap(long)] + #[structopt(long)] pub chain: Option, } /// Command for exporting the genesis wasm file. -#[derive(Debug, Parser)] +#[derive(Debug, StructOpt)] pub struct ExportGenesisWasmCommand { /// Output file name or stdout if unspecified. - #[clap(parse(from_os_str))] + #[structopt(parse(from_os_str))] pub output: Option, /// Write output in binary. Default is to write in hex. - #[clap(short, long)] + #[structopt(short, long)] pub raw: bool, /// The name of the chain for that the genesis wasm file should be exported. - #[clap(long)] + #[structopt(long)] pub chain: Option, } -#[derive(Debug, Parser)] -#[clap(setting( - AppSettings::PropagateVersion | - AppSettings::ArgsNegateSubcommands | - AppSettings::SubcommandsNegateReqs, -))] +#[derive(Debug, StructOpt)] +#[structopt(settings = &[ + structopt::clap::AppSettings::GlobalVersion, + structopt::clap::AppSettings::ArgsNegateSubcommands, + structopt::clap::AppSettings::SubcommandsNegateReqs, +])] pub struct Cli { - #[clap(subcommand)] + #[structopt(subcommand)] pub subcommand: Option, - #[clap(flatten)] + #[structopt(flatten)] pub run: cumulus_client_cli::RunCmd, /// Relay chain arguments - #[clap(raw = true)] + #[structopt(raw = true)] pub relay_chain_args: Vec, } @@ -113,6 +113,6 @@ impl RelayChainCli { let extension = chain_spec::Extensions::try_get(&*para_config.chain_spec); let chain_id = extension.map(|e| e.relay_chain.clone()); let base_path = para_config.base_path.as_ref().map(|x| x.path().join("polkadot")); - Self { base_path, chain_id, base: polkadot_cli::RunCmd::parse_from(relay_chain_args) } + Self { base_path, chain_id, base: polkadot_cli::RunCmd::from_iter(relay_chain_args) } } } diff --git a/polkadot-parachains/Cargo.toml b/polkadot-parachains/Cargo.toml index d0d7c68c952..9435253329d 100644 --- a/polkadot-parachains/Cargo.toml +++ b/polkadot-parachains/Cargo.toml @@ -10,10 +10,10 @@ name = "polkadot-collator" path = "src/main.rs" [dependencies] -clap = { version = "3.0", features = ["derive"] } futures = { version = "0.3.1", features = ["compat"] } log = "0.4.8" codec = { package = "parity-scale-codec", version = "2.3.0" } +structopt = "0.3.3" serde = { version = "1.0.132", features = ["derive"] } hex-literal = "0.2.1" async-trait = "0.1.42" diff --git a/polkadot-parachains/src/cli.rs b/polkadot-parachains/src/cli.rs index 63356ab6547..900335fb94f 100644 --- a/polkadot-parachains/src/cli.rs +++ b/polkadot-parachains/src/cli.rs @@ -15,19 +15,19 @@ // along with Cumulus. If not, see . use crate::chain_spec; -use clap::{AppSettings, Parser}; use sc_cli; use std::path::PathBuf; +use structopt::StructOpt; /// Sub-commands supported by the collator. -#[derive(Debug, clap::Subcommand)] +#[derive(Debug, StructOpt)] pub enum Subcommand { /// Export the genesis state of the parachain. - #[clap(name = "export-genesis-state")] + #[structopt(name = "export-genesis-state")] ExportGenesisState(ExportGenesisStateCommand), /// Export the genesis wasm of the parachain. - #[clap(name = "export-genesis-wasm")] + #[structopt(name = "export-genesis-wasm")] ExportGenesisWasm(ExportGenesisWasmCommand), /// Build a chain specification. @@ -52,70 +52,69 @@ pub enum Subcommand { Revert(sc_cli::RevertCmd), /// The custom benchmark subcommmand benchmarking runtime pallets. - #[clap(name = "benchmark", about = "Benchmark runtime pallets.")] + #[structopt(name = "benchmark", about = "Benchmark runtime pallets.")] Benchmark(frame_benchmarking_cli::BenchmarkCmd), /// Try some testing command against a specified runtime state. TryRuntime(try_runtime_cli::TryRuntimeCmd), /// Key management CLI utilities - #[clap(subcommand)] Key(sc_cli::KeySubcommand), } /// Command for exporting the genesis state of the parachain -#[derive(Debug, Parser)] +#[derive(Debug, StructOpt)] pub struct ExportGenesisStateCommand { /// Output file name or stdout if unspecified. - #[clap(parse(from_os_str))] + #[structopt(parse(from_os_str))] pub output: Option, /// Id of the parachain this state is for. /// /// Default: 100 - #[clap(long)] + #[structopt(long)] pub parachain_id: Option, /// Write output in binary. Default is to write in hex. - #[clap(short, long)] + #[structopt(short, long)] pub raw: bool, /// The name of the chain for that the genesis state should be exported. - #[clap(long)] + #[structopt(long)] pub chain: Option, } /// Command for exporting the genesis wasm file. -#[derive(Debug, Parser)] +#[derive(Debug, StructOpt)] pub struct ExportGenesisWasmCommand { /// Output file name or stdout if unspecified. - #[clap(parse(from_os_str))] + #[structopt(parse(from_os_str))] pub output: Option, /// Write output in binary. Default is to write in hex. - #[clap(short, long)] + #[structopt(short, long)] pub raw: bool, /// The name of the chain for that the genesis wasm file should be exported. - #[clap(long)] + #[structopt(long)] pub chain: Option, } -#[derive(Debug, Parser)] -#[clap(setting( - AppSettings::PropagateVersion | - AppSettings::ArgsNegateSubcommands | - AppSettings::SubcommandsNegateReqs -))] +#[derive(Debug, StructOpt)] +#[structopt(settings = &[ + structopt::clap::AppSettings::GlobalVersion, + structopt::clap::AppSettings::ArgsNegateSubcommands, + structopt::clap::AppSettings::SubcommandsNegateReqs, +])] pub struct Cli { - #[clap(subcommand)] + #[structopt(subcommand)] pub subcommand: Option, - #[clap(flatten)] + #[structopt(flatten)] pub run: cumulus_client_cli::RunCmd, /// Relay chain arguments - #[clap(raw = true)] + #[structopt(raw = true)] pub relaychain_args: Vec, } @@ -140,6 +139,6 @@ impl RelayChainCli { let extension = chain_spec::Extensions::try_get(&*para_config.chain_spec); let chain_id = extension.map(|e| e.relay_chain.clone()); let base_path = para_config.base_path.as_ref().map(|x| x.path().join("polkadot")); - Self { base_path, chain_id, base: polkadot_cli::RunCmd::parse_from(relay_chain_args) } + Self { base_path, chain_id, base: polkadot_cli::RunCmd::from_iter(relay_chain_args) } } }