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

Commit fc129b4

Browse files
niklasad1s3krit
authored andcommitted
[stable backport]: add eip1344_transition for istanbul (#11301) (#11303)
* [chainspec]: add `eip1344_transition` for istanbul (#11301) * Update version and CHANGELOG.md
1 parent a071d81 commit fc129b4

File tree

5 files changed

+19
-9
lines changed

5 files changed

+19
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Parity-Ethereum [v2.5.11](https://github.com/paritytech/parity-ethereum/releases/tag/v2.5.11)
2+
3+
Parity Ethereum v2.5.11-stable is an emergency patch release that adds the missing
4+
eip1344_transition for mainnet - Users are advised to update as soon as possible
5+
to prevent any issues with the imminent Istanbul hardfork
6+
7+
The full list of included changes:
8+
- [chainspec]: add `eip1344_transition` for istanbul (#11301)
9+
110
## Parity-Ethereum [v2.5.10](https://github.com/paritytech/parity-ethereum/releases/tag/2.5.10)
211

312
Parity Ethereum v2.5.10-stable is a patch release that adds block numbers for

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Parity Ethereum client"
33
name = "parity-ethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "2.5.10"
5+
version = "2.5.11"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <[email protected]>"]
88

ethcore/res/ethereum/foundation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@
167167
"eip1283Transition": "0x8a61c8",
168168
"eip1706Transition": "0x8a61c8",
169169
"eip1884Transition": "0x8a61c8",
170-
"eip2028Transition": "0x8a61c8"
170+
"eip2028Transition": "0x8a61c8",
171+
"eip1344Transition": "0x8a61c8"
171172
},
172173
"genesis": {
173174
"seal": {

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
6-
version = "2.5.10"
6+
version = "2.5.11"
77
authors = ["Parity Technologies <[email protected]>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)