mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
update to latest substrate (#84)
This commit is contained in:
committed by
GitHub
parent
819a90ce67
commit
75bce2efc6
Generated
+492
-810
File diff suppressed because it is too large
Load Diff
@@ -7,7 +7,7 @@ description = "Types and utilities for creating and working with parachains"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
parity-codec = { version = "2.1", default-features = false }
|
parity-codec = { version = "2.1", default-features = false }
|
||||||
parity-codec-derive = { version = "2.1", default-features = false }
|
parity-codec-derive = { version = "2.1", default-features = false }
|
||||||
wasmi = { version = "0.4", optional = true }
|
wasmi = { version = "0.4.3", optional = true }
|
||||||
error-chain = { version = "0.12", optional = true }
|
error-chain = { version = "0.12", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|||||||
@@ -175,6 +175,7 @@ construct_service_factory! {
|
|||||||
grandpa::Config {
|
grandpa::Config {
|
||||||
gossip_duration: Duration::new(4, 0), // FIXME: make this available through chainspec?
|
gossip_duration: Duration::new(4, 0), // FIXME: make this available through chainspec?
|
||||||
local_key: key.clone(),
|
local_key: key.clone(),
|
||||||
|
justification_period: 4096,
|
||||||
name: Some(service.config.name.clone())
|
name: Some(service.config.name.clone())
|
||||||
},
|
},
|
||||||
link_half,
|
link_half,
|
||||||
|
|||||||
Reference in New Issue
Block a user