Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
89f6c0c6
Unverified
Commit
89f6c0c6
authored
Jan 15, 2019
by
asynchronous rob
Committed by
GitHub
Jan 15, 2019
Browse files
update to latest substrate (#84)
parent
62759241
Pipeline
#28392
passed with stages
in 15 minutes and 48 seconds
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Cargo.lock
View file @
89f6c0c6
This diff is collapsed.
Click to expand it.
parachain/Cargo.toml
View file @
89f6c0c6
...
@@ -7,7 +7,7 @@ description = "Types and utilities for creating and working with parachains"
...
@@ -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]
...
...
service/src/lib.rs
View file @
89f6c0c6
...
@@ -175,6 +175,7 @@ construct_service_factory! {
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment