Skip to content
Snippets Groups Projects
Commit 75bce2ef authored by asynchronous rob's avatar asynchronous rob Committed by GitHub
Browse files

update to latest substrate (#84)

parent 819a90ce
Branches
No related merge requests found
This diff is collapsed.
......@@ -7,7 +7,7 @@ description = "Types and utilities for creating and working with parachains"
[dependencies]
parity-codec = { 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 }
[dev-dependencies]
......
......@@ -175,6 +175,7 @@ construct_service_factory! {
grandpa::Config {
gossip_duration: Duration::new(4, 0), // FIXME: make this available through chainspec?
local_key: key.clone(),
justification_period: 4096,
name: Some(service.config.name.clone())
},
link_half,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment