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

Commit

Permalink
Postpone Kovan hard fork (#8137)
Browse files Browse the repository at this point in the history
* ethcore: postpone Kovan hard fork

* util: update version fork metadata
  • Loading branch information
andresilva authored and tomusdrw committed Mar 19, 2018
1 parent 0940fe9 commit 6ee872a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ethcore/res/ethereum/kovan.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@
"forkCanonHash": "0x0a66d93c2f727dca618fabaf70c39b37018c73d78b939d8b11efbbd09034778f",
"eip155Transition": 1000000,
"maxCodeSize": 24576,
"maxCodeSizeTransition": 6500000,
"maxCodeSizeTransition": 6600000,
"validateChainIdTransition": 1000000,
"validateReceiptsTransition" : 1000000,
"eip140Transition": 5067000,
"eip211Transition": 5067000,
"eip214Transition": 5067000,
"eip658Transition": 5067000
"eip658Transition": 5067000,
"wasmActivationTransition": 6600000
},
"genesis": {
"seal": {
Expand Down
4 changes: 2 additions & 2 deletions util/version/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ build = "build.rs"
track = "stable"

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

# Latest supported fork blocks for various networks. Used ONLY by auto-updater.
[package.metadata.forks]
foundation = 4370000
ropsten = 10
kovan = 5067000
kovan = 6600000

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

0 comments on commit 6ee872a

Please sign in to comment.