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

Commit 5162bc2

Browse files
niklasad1s3krit
authored andcommitted
[backport beta]: add eip1344_transition for istanbul (#11304)
* [chainspec]: add `eip1344_transition` for istanbul (#11301) * Update version and CHANGELOG.md
1 parent 4a4edf9 commit 5162bc2

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.6.6](https://github.com/paritytech/parity-ethereum/releases/tag/v2.6.6)
2+
3+
Parity Ethereum v2.6.6-beta 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.6.5](https://github.com/paritytech/parity-ethereum/releases/tag/v2.6.5)
211

312
Parity Ethereum v2.6.5-beta is a patch release that adds block numbers for activating the Istanbul hardfork on mainnet, as well as a large number of various bugfixes, QoL changes, some code cleanup/refactoring and other miscellaneous changes.

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.6.5"
5+
version = "2.6.6"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
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.6.5"
6+
version = "2.6.6"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)