Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Cherry-pick network-specific release flag (#8821)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascjones authored and 5chdn committed Jun 11, 2018
1 parent bc0d134 commit 6286f2b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions util/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ build = "build.rs"
# Used by auto-updater and for Parity version string.
track = "stable"

# Indicates a critical release in this track (i.e. consensus issue)
critical = true

# Latest supported fork blocks for various networks. Used ONLY by auto-updater.
[package.metadata.forks]
foundation = 4370000
ropsten = 10
kovan = 6600000
# Network specific settings, used ONLY by auto-updater.
# Latest supported fork blocks.
# Indicates a critical release in this track (i.e. consensus issue).
[package.metadata.networks]
foundation = { forkBlock = 4370000, critical = false }
ropsten = { forkBlock = 10, critical = false }
kovan = { forkBlock = 6600000, critical = false }

[dependencies]
ethcore-bytes = { path = "../bytes" }
Expand Down

0 comments on commit 6286f2b

Please sign in to comment.