pull constantinople on ethereum network (#10189)

* ethcore: pull constantinople on ethereum network

* version: mark update as critical

* ethcore: remove constantinople alltogether from chain spec

* version: revert fork block for ethereum
This commit is contained in:
Afri Schoedon
2019-01-15 21:50:41 +01:00
committed by GitHub
parent ed6f2877d7
commit a6c6c7c070
2 changed files with 5 additions and 11 deletions

View File

@@ -16,9 +16,9 @@ track = "nightly"
# Latest supported fork blocks.
# Indicates a critical release in this track (i.e. consensus issue).
[package.metadata.networks]
foundation = { forkBlock = 7080000, critical = false }
foundation = { forkBlock = 4370000, critical = true }
ropsten = { forkBlock = 4230000, critical = false }
kovan = { forkBlock = 9200000, critical = false }
kovan = { forkBlock = 9200000, critical = true }
[dependencies]
parity-bytes = "0.1"