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

Commit

Permalink
[stable backport]: add eip1344_transition for istanbul (#11301) (#1…
Browse files Browse the repository at this point in the history
…1303)

* [chainspec]: add `eip1344_transition` for istanbul (#11301)

* Update version and CHANGELOG.md
  • Loading branch information
niklasad1 authored and s3krit committed Dec 5, 2019
1 parent a071d81 commit fc129b4
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## Parity-Ethereum [v2.5.11](https://github.com/paritytech/parity-ethereum/releases/tag/v2.5.11)

Parity Ethereum v2.5.11-stable is an emergency patch release that adds the missing
eip1344_transition for mainnet - Users are advised to update as soon as possible
to prevent any issues with the imminent Istanbul hardfork

The full list of included changes:
- [chainspec]: add `eip1344_transition` for istanbul (#11301)

## Parity-Ethereum [v2.5.10](https://github.com/paritytech/parity-ethereum/releases/tag/2.5.10)

Parity Ethereum v2.5.10-stable is a patch release that adds block numbers for
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
description = "Parity Ethereum client"
name = "parity-ethereum"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "2.5.10"
version = "2.5.11"
license = "GPL-3.0"
authors = ["Parity Technologies <admin@parity.io>"]

Expand Down
3 changes: 2 additions & 1 deletion ethcore/res/ethereum/foundation.json
Expand Up @@ -167,7 +167,8 @@
"eip1283Transition": "0x8a61c8",
"eip1706Transition": "0x8a61c8",
"eip1884Transition": "0x8a61c8",
"eip2028Transition": "0x8a61c8"
"eip2028Transition": "0x8a61c8",
"eip1344Transition": "0x8a61c8"
},
"genesis": {
"seal": {
Expand Down
2 changes: 1 addition & 1 deletion util/version/Cargo.toml
Expand Up @@ -3,7 +3,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
version = "2.5.10"
version = "2.5.11"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"

Expand Down

0 comments on commit fc129b4

Please sign in to comment.