[stable] Postpone Kovan hard fork (#8137) (#8152)

* Postpone Kovan hard fork (#8137)

* ethcore: postpone Kovan hard fork

* util: update version fork metadata

* WASM libraries bump (#7970)

* update wasmi, parity-wasm, wasm-utils to latest version

* Update to new wasmi & error handling

* also utilize new stack limiter

* fix typo

* replace dependency url

* Cargo.lock update
This commit is contained in:
Tomasz Drwięga
2018-03-19 18:45:38 +01:00
committed by André Silva
parent 0940fe91e5
commit ff71e787db
2 changed files with 5 additions and 4 deletions

View File

@@ -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" }