This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +19
-9
lines changed
Expand file tree Collapse file tree 5 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 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
312Parity Ethereum v2.5.10-stable is a patch release that adds block numbers for
Original file line number Diff line number Diff line change 22description = " Parity Ethereum client"
33name = " parity-ethereum"
44# NOTE Make sure to update util/version/Cargo.toml as well
5- version = " 2.5.10 "
5+ version = " 2.5.11 "
66license = " GPL-3.0"
77authors = [" Parity Technologies <admin@parity.io>" ]
88
Original file line number Diff line number Diff line change 167167 "eip1283Transition": "0x8a61c8",
168168 "eip1706Transition": "0x8a61c8",
169169 "eip1884Transition": "0x8a61c8",
170- "eip2028Transition": "0x8a61c8"
170+ "eip2028Transition": "0x8a61c8",
171+ "eip1344Transition": "0x8a61c8"
171172 },
172173 "genesis": {
173174 "seal": {
Original file line number Diff line number Diff line change 33[package ]
44name = " 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 "
77authors = [" Parity Technologies <admin@parity.io>" ]
88build = " build.rs"
99
You can’t perform that action at this time.
0 commit comments