Companion for Polkadot #5536 (Remove Duplicate Traits) (#1264)

* change deps

* update lockfile for {"polkadot"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Shawn Tabrizi
2022-05-17 03:12:13 -04:00
committed by GitHub
parent d14687b2ae
commit fd13ef94ba
3 changed files with 83 additions and 85 deletions
+81 -81
View File
@@ -701,7 +701,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-header-chain" name = "bp-header-chain"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-runtime", "bp-runtime",
"finality-grandpa", "finality-grandpa",
@@ -718,7 +718,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-message-dispatch" name = "bp-message-dispatch"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-runtime", "bp-runtime",
"frame-support", "frame-support",
@@ -730,7 +730,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-messages" name = "bp-messages"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"bp-runtime", "bp-runtime",
@@ -747,7 +747,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-polkadot-core" name = "bp-polkadot-core"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-messages", "bp-messages",
"bp-runtime", "bp-runtime",
@@ -765,7 +765,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-rococo" name = "bp-rococo"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-messages", "bp-messages",
"bp-polkadot-core", "bp-polkadot-core",
@@ -782,7 +782,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-runtime" name = "bp-runtime"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"hash-db", "hash-db",
@@ -800,7 +800,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-test-utils" name = "bp-test-utils"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-header-chain", "bp-header-chain",
"ed25519-dalek", "ed25519-dalek",
@@ -815,7 +815,7 @@ dependencies = [
[[package]] [[package]]
name = "bp-wococo" name = "bp-wococo"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-messages", "bp-messages",
"bp-polkadot-core", "bp-polkadot-core",
@@ -830,7 +830,7 @@ dependencies = [
[[package]] [[package]]
name = "bridge-runtime-common" name = "bridge-runtime-common"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-message-dispatch", "bp-message-dispatch",
"bp-messages", "bp-messages",
@@ -3927,7 +3927,7 @@ checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]] [[package]]
name = "kusama-runtime" name = "kusama-runtime"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -4020,7 +4020,7 @@ dependencies = [
[[package]] [[package]]
name = "kusama-runtime-constants" name = "kusama-runtime-constants"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -4921,7 +4921,7 @@ dependencies = [
[[package]] [[package]]
name = "metered-channel" name = "metered-channel"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"coarsetime", "coarsetime",
"crossbeam-queue", "crossbeam-queue",
@@ -5580,7 +5580,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-bridge-dispatch" name = "pallet-bridge-dispatch"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-message-dispatch", "bp-message-dispatch",
"bp-runtime", "bp-runtime",
@@ -5597,7 +5597,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-bridge-grandpa" name = "pallet-bridge-grandpa"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bp-header-chain", "bp-header-chain",
"bp-runtime", "bp-runtime",
@@ -5619,7 +5619,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-bridge-messages" name = "pallet-bridge-messages"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"bp-message-dispatch", "bp-message-dispatch",
@@ -6441,7 +6441,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm" name = "pallet-xcm"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -6459,7 +6459,7 @@ dependencies = [
[[package]] [[package]]
name = "pallet-xcm-benchmarks" name = "pallet-xcm-benchmarks"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -6972,7 +6972,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-approval-distribution" name = "polkadot-approval-distribution"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -6987,7 +6987,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-bitfield-distribution" name = "polkadot-availability-bitfield-distribution"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"polkadot-node-network-protocol", "polkadot-node-network-protocol",
@@ -7001,7 +7001,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-distribution" name = "polkadot-availability-distribution"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"fatality", "fatality",
@@ -7024,7 +7024,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-availability-recovery" name = "polkadot-availability-recovery"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"fatality", "fatality",
"futures 0.3.21", "futures 0.3.21",
@@ -7045,7 +7045,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-cli" name = "polkadot-cli"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"clap 3.1.18", "clap 3.1.18",
"frame-benchmarking-cli", "frame-benchmarking-cli",
@@ -7070,7 +7070,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-client" name = "polkadot-client"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"frame-benchmarking", "frame-benchmarking",
@@ -7110,7 +7110,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-collator-protocol" name = "polkadot-collator-protocol"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"fatality", "fatality",
@@ -7131,7 +7131,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-core-primitives" name = "polkadot-core-primitives"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"parity-util-mem", "parity-util-mem",
@@ -7144,7 +7144,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-dispute-distribution" name = "polkadot-dispute-distribution"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"fatality", "fatality",
@@ -7167,7 +7167,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-erasure-coding" name = "polkadot-erasure-coding"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -7181,7 +7181,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-gossip-support" name = "polkadot-gossip-support"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"futures-timer", "futures-timer",
@@ -7201,7 +7201,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-network-bridge" name = "polkadot-network-bridge"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"async-trait", "async-trait",
@@ -7222,7 +7222,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-collation-generation" name = "polkadot-node-collation-generation"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"parity-scale-codec", "parity-scale-codec",
@@ -7240,7 +7240,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-approval-voting" name = "polkadot-node-core-approval-voting"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"derive_more", "derive_more",
@@ -7269,7 +7269,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-av-store" name = "polkadot-node-core-av-store"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"futures 0.3.21", "futures 0.3.21",
@@ -7289,7 +7289,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-backing" name = "polkadot-node-core-backing"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"fatality", "fatality",
@@ -7308,7 +7308,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-bitfield-signing" name = "polkadot-node-core-bitfield-signing"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -7323,7 +7323,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-candidate-validation" name = "polkadot-node-core-candidate-validation"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -7341,7 +7341,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-api" name = "polkadot-node-core-chain-api"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -7356,7 +7356,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-chain-selection" name = "polkadot-node-core-chain-selection"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"futures-timer", "futures-timer",
@@ -7373,7 +7373,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-dispute-coordinator" name = "polkadot-node-core-dispute-coordinator"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"fatality", "fatality",
"futures 0.3.21", "futures 0.3.21",
@@ -7392,7 +7392,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-parachains-inherent" name = "polkadot-node-core-parachains-inherent"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -7409,7 +7409,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-provisioner" name = "polkadot-node-core-provisioner"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"fatality", "fatality",
@@ -7427,7 +7427,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf" name = "polkadot-node-core-pvf"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"always-assert", "always-assert",
"assert_matches", "assert_matches",
@@ -7457,7 +7457,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-pvf-checker" name = "polkadot-node-core-pvf-checker"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"polkadot-node-primitives", "polkadot-node-primitives",
@@ -7473,7 +7473,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-core-runtime-api" name = "polkadot-node-core-runtime-api"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"memory-lru", "memory-lru",
@@ -7491,7 +7491,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-jaeger" name = "polkadot-node-jaeger"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-std", "async-std",
"lazy_static", "lazy_static",
@@ -7509,7 +7509,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-metrics" name = "polkadot-node-metrics"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bs58", "bs58",
"futures 0.3.21", "futures 0.3.21",
@@ -7528,7 +7528,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-network-protocol" name = "polkadot-node-network-protocol"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -7548,7 +7548,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-primitives" name = "polkadot-node-primitives"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bounded-vec", "bounded-vec",
"futures 0.3.21", "futures 0.3.21",
@@ -7570,7 +7570,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem" name = "polkadot-node-subsystem"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-node-subsystem-types", "polkadot-node-subsystem-types",
@@ -7580,7 +7580,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-test-helpers" name = "polkadot-node-subsystem-test-helpers"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -7598,7 +7598,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-types" name = "polkadot-node-subsystem-types"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"futures 0.3.21", "futures 0.3.21",
@@ -7617,7 +7617,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-node-subsystem-util" name = "polkadot-node-subsystem-util"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
@@ -7650,7 +7650,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer" name = "polkadot-overseer"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"futures 0.3.21", "futures 0.3.21",
"futures-timer", "futures-timer",
@@ -7671,7 +7671,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer-gen" name = "polkadot-overseer-gen"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures 0.3.21", "futures 0.3.21",
@@ -7688,7 +7688,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-overseer-gen-proc-macro" name = "polkadot-overseer-gen-proc-macro"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"expander 0.0.6", "expander 0.0.6",
"petgraph", "petgraph",
@@ -7701,7 +7701,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-parachain" name = "polkadot-parachain"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"frame-support", "frame-support",
@@ -7795,7 +7795,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-performance-test" name = "polkadot-performance-test"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"env_logger 0.9.0", "env_logger 0.9.0",
"kusama-runtime", "kusama-runtime",
@@ -7810,7 +7810,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-primitives" name = "polkadot-primitives"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitvec", "bitvec",
"frame-system", "frame-system",
@@ -7840,7 +7840,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-rpc" name = "polkadot-rpc"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-gadget", "beefy-gadget",
"beefy-gadget-rpc", "beefy-gadget-rpc",
@@ -7872,7 +7872,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime" name = "polkadot-runtime"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -7958,7 +7958,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-common" name = "polkadot-runtime-common"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -8005,7 +8005,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-constants" name = "polkadot-runtime-constants"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -8017,7 +8017,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-metrics" name = "polkadot-runtime-metrics"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bs58", "bs58",
"parity-scale-codec", "parity-scale-codec",
@@ -8029,7 +8029,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-runtime-parachains" name = "polkadot-runtime-parachains"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"bitvec", "bitvec",
@@ -8072,7 +8072,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-service" name = "polkadot-service"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"beefy-gadget", "beefy-gadget",
@@ -8175,7 +8175,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-distribution" name = "polkadot-statement-distribution"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"arrayvec 0.5.2", "arrayvec 0.5.2",
"fatality", "fatality",
@@ -8196,7 +8196,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-statement-table" name = "polkadot-statement-table"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-primitives", "polkadot-primitives",
@@ -8206,7 +8206,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-client" name = "polkadot-test-client"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"parity-scale-codec", "parity-scale-codec",
"polkadot-node-subsystem", "polkadot-node-subsystem",
@@ -8231,7 +8231,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-runtime" name = "polkadot-test-runtime"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -8293,7 +8293,7 @@ dependencies = [
[[package]] [[package]]
name = "polkadot-test-service" name = "polkadot-test-service"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-system", "frame-system",
@@ -9032,7 +9032,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime" name = "rococo-runtime"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-merkle-tree", "beefy-merkle-tree",
"beefy-primitives", "beefy-primitives",
@@ -9109,7 +9109,7 @@ dependencies = [
[[package]] [[package]]
name = "rococo-runtime-constants" name = "rococo-runtime-constants"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -10763,7 +10763,7 @@ checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
[[package]] [[package]]
name = "slot-range-helper" name = "slot-range-helper"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"enumn", "enumn",
"parity-scale-codec", "parity-scale-codec",
@@ -12050,7 +12050,7 @@ checksum = "13a4ec180a2de59b57434704ccfad967f789b12737738798fa08798cd5824c16"
[[package]] [[package]]
name = "test-runtime-constants" name = "test-runtime-constants"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -12339,7 +12339,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-gum" name = "tracing-gum"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"polkadot-node-jaeger", "polkadot-node-jaeger",
"polkadot-primitives", "polkadot-primitives",
@@ -12350,7 +12350,7 @@ dependencies = [
[[package]] [[package]]
name = "tracing-gum-proc-macro" name = "tracing-gum-proc-macro"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"expander 0.0.6", "expander 0.0.6",
"proc-macro-crate", "proc-macro-crate",
@@ -13063,7 +13063,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime" name = "westend-runtime"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"beefy-primitives", "beefy-primitives",
"bitvec", "bitvec",
@@ -13152,7 +13152,7 @@ dependencies = [
[[package]] [[package]]
name = "westend-runtime-constants" name = "westend-runtime-constants"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"polkadot-primitives", "polkadot-primitives",
@@ -13393,7 +13393,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm" name = "xcm"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"derivative", "derivative",
"impl-trait-for-tuples", "impl-trait-for-tuples",
@@ -13406,7 +13406,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-builder" name = "xcm-builder"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-support", "frame-support",
"frame-system", "frame-system",
@@ -13426,7 +13426,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-executor" name = "xcm-executor"
version = "0.9.22" version = "0.9.22"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"frame-benchmarking", "frame-benchmarking",
"frame-support", "frame-support",
@@ -13444,7 +13444,7 @@ dependencies = [
[[package]] [[package]]
name = "xcm-procedural" name = "xcm-procedural"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/paritytech/polkadot?branch=master#3161228f2993a4cc30658bf31f00d603b4da75e5" source = "git+https://github.com/paritytech/polkadot?branch=master#21323b7d2e3c19e149d2f24b51c7bada4782a0c5"
dependencies = [ dependencies = [
"Inflector", "Inflector",
"proc-macro2", "proc-macro2",
@@ -9,7 +9,6 @@ use cumulus_primitives_core::ParaId;
use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE};
use log::info; use log::info;
use parachain_template_runtime::{Block, RuntimeApi}; use parachain_template_runtime::{Block, RuntimeApi};
use polkadot_parachain::primitives::AccountIdConversion;
use sc_cli::{ use sc_cli::{
ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams, ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli, NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,
@@ -19,7 +18,7 @@ use sc_service::{
TaskManager, TaskManager,
}; };
use sp_core::hexdisplay::HexDisplay; use sp_core::hexdisplay::HexDisplay;
use sp_runtime::traits::Block as BlockT; use sp_runtime::traits::{AccountIdConversion, Block as BlockT};
use std::{io::Write, net::SocketAddr}; use std::{io::Write, net::SocketAddr};
fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> { fn load_spec(id: &str) -> std::result::Result<Box<dyn sc_service::ChainSpec>, String> {
+1 -2
View File
@@ -28,7 +28,6 @@ use cumulus_primitives_core::ParaId;
use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE}; use frame_benchmarking_cli::{BenchmarkCmd, SUBSTRATE_REFERENCE_HARDWARE};
use log::info; use log::info;
use parachains_common::{AuraId, StatemintAuraId}; use parachains_common::{AuraId, StatemintAuraId};
use polkadot_parachain::primitives::AccountIdConversion;
use sc_cli::{ use sc_cli::{
ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams, ChainSpec, CliConfiguration, DefaultConfigurationValues, ImportParams, KeystoreParams,
NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli, NetworkParams, Result, RuntimeVersion, SharedParams, SubstrateCli,
@@ -38,7 +37,7 @@ use sc_service::{
TaskManager, TaskManager,
}; };
use sp_core::hexdisplay::HexDisplay; use sp_core::hexdisplay::HexDisplay;
use sp_runtime::traits::Block as BlockT; use sp_runtime::traits::{AccountIdConversion, Block as BlockT};
use std::{io::Write, net::SocketAddr}; use std::{io::Write, net::SocketAddr};
trait IdentifyChain { trait IdentifyChain {