mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 14:01:02 +00:00
Update to latest Substrate & Polkadot and also move cli crate (#365)
This commit is contained in:
Generated
+196
-224
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"cli",
|
"client/cli",
|
||||||
"client/consensus/common",
|
"client/consensus/common",
|
||||||
"client/consensus/relay-chain",
|
"client/consensus/relay-chain",
|
||||||
"client/network",
|
"client/network",
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cumulus-cli"
|
name = "cumulus-client-cli"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
@@ -56,7 +56,7 @@ sp-offchain = { git = "https://github.com/paritytech/substrate", branch = "maste
|
|||||||
jsonrpc-core = "15.1.0"
|
jsonrpc-core = "15.1.0"
|
||||||
|
|
||||||
# Cumulus dependencies
|
# Cumulus dependencies
|
||||||
cumulus-cli = { path = "../cli" }
|
cumulus-client-cli = { path = "../client/cli" }
|
||||||
cumulus-client-consensus-relay-chain = { path = "../client/consensus/relay-chain" }
|
cumulus-client-consensus-relay-chain = { path = "../client/consensus/relay-chain" }
|
||||||
cumulus-client-collator = { path = "../client/collator" }
|
cumulus-client-collator = { path = "../client/collator" }
|
||||||
cumulus-client-service = { path = "../client/service" }
|
cumulus-client-service = { path = "../client/service" }
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ pub enum Subcommand {
|
|||||||
ImportBlocks(sc_cli::ImportBlocksCmd),
|
ImportBlocks(sc_cli::ImportBlocksCmd),
|
||||||
|
|
||||||
/// Remove the whole chain.
|
/// Remove the whole chain.
|
||||||
PurgeChain(cumulus_cli::PurgeChainCmd),
|
PurgeChain(cumulus_client_cli::PurgeChainCmd),
|
||||||
|
|
||||||
/// Revert the chain to a previous state.
|
/// Revert the chain to a previous state.
|
||||||
Revert(sc_cli::RevertCmd),
|
Revert(sc_cli::RevertCmd),
|
||||||
|
|||||||
Reference in New Issue
Block a user