Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli (#1325)

* Move ExportGenesisStateCommand and ExportGenesisWasmCommand to cumulus-client-cli

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Remove useless

Signed-off-by: koushiro <koushiro.cqx@gmail.com>

* Use shared_params.chain

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-06-18 21:33:52 +08:00
committed by GitHub
parent e5810bb5fd
commit 7d0ae5ea3a
14 changed files with 332 additions and 434 deletions
Generated
+4 -2
View File
@@ -1575,8 +1575,12 @@ name = "cumulus-client-cli"
version = "0.1.0"
dependencies = [
"clap 3.2.5",
"parity-scale-codec",
"sc-chain-spec",
"sc-cli",
"sc-service",
"sp-core",
"sp-runtime",
"url",
]
@@ -1758,11 +1762,9 @@ dependencies = [
"cumulus-client-pov-recovery",
"cumulus-primitives-core",
"cumulus-relay-chain-interface",
"parity-scale-codec",
"parking_lot 0.12.1",
"polkadot-overseer",
"polkadot-primitives",
"sc-chain-spec",
"sc-client-api",
"sc-consensus",
"sc-consensus-babe",