mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 08:11:03 +00:00
Bump Substrate and runtime version (#712)
* Update to latest Substrate master * Bump Substrate and runtime version Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Generated
+204
-114
File diff suppressed because it is too large
Load Diff
@@ -13,7 +13,7 @@ log = "0.4.8"
|
|||||||
tokio = "0.1.22"
|
tokio = "0.1.22"
|
||||||
futures = { version = "0.3.1", features = ["compat"] }
|
futures = { version = "0.3.1", features = ["compat"] }
|
||||||
futures01 = { package = "futures", version = "0.1.29" }
|
futures01 = { package = "futures", version = "0.1.29" }
|
||||||
structopt = "0.3.4"
|
structopt = "=0.3.7"
|
||||||
cli = { package = "sc-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
cli = { package = "sc-cli", git = "https://github.com/paritytech/substrate", branch = "polkadot-master" }
|
||||||
service = { package = "polkadot-service", path = "../service", default-features = false }
|
service = { package = "polkadot-service", path = "../service", default-features = false }
|
||||||
|
|
||||||
|
|||||||
@@ -95,8 +95,6 @@ struct PolkadotSubParams {
|
|||||||
pub authority_discovery_enabled: bool,
|
pub authority_discovery_enabled: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
cli::impl_augment_clap!(PolkadotSubParams);
|
|
||||||
|
|
||||||
/// Parses polkadot specific CLI arguments and run the service.
|
/// Parses polkadot specific CLI arguments and run the service.
|
||||||
pub fn run<W>(worker: W, version: cli::VersionInfo) -> error::Result<()> where
|
pub fn run<W>(worker: W, version: cli::VersionInfo) -> error::Result<()> where
|
||||||
W: Worker,
|
W: Worker,
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|||||||
spec_name: create_runtime_str!("kusama"),
|
spec_name: create_runtime_str!("kusama"),
|
||||||
impl_name: create_runtime_str!("parity-kusama"),
|
impl_name: create_runtime_str!("parity-kusama"),
|
||||||
authoring_version: 2,
|
authoring_version: 2,
|
||||||
spec_version: 1032,
|
spec_version: 1033,
|
||||||
impl_version: 0,
|
impl_version: 0,
|
||||||
apis: RUNTIME_API_VERSIONS,
|
apis: RUNTIME_API_VERSIONS,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user