Specify critical release flag per network (#8821)
This commit is contained in:
parent
a48ed02433
commit
13efb6586d
@ -12,14 +12,13 @@ build = "build.rs"
|
|||||||
# Used by auto-updater and for Parity version string.
|
# Used by auto-updater and for Parity version string.
|
||||||
track = "nightly"
|
track = "nightly"
|
||||||
|
|
||||||
# Indicates a critical release in this track (i.e. consensus issue)
|
# Network specific settings, used ONLY by auto-updater.
|
||||||
critical = false
|
# Latest supported fork blocks.
|
||||||
|
# Indicates a critical release in this track (i.e. consensus issue).
|
||||||
# Latest supported fork blocks for various networks. Used ONLY by auto-updater.
|
[package.metadata.networks]
|
||||||
[package.metadata.forks]
|
foundation = { forkBlock = 4370000, critical = false }
|
||||||
foundation = 4370000
|
ropsten = { forkBlock = 10, critical = false }
|
||||||
ropsten = 10
|
kovan = { forkBlock = 6600000, critical = false }
|
||||||
kovan = 6600000
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ethcore-bytes = { path = "../bytes" }
|
ethcore-bytes = { path = "../bytes" }
|
||||||
|
Loading…
Reference in New Issue
Block a user