Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit c4d446f

Browse files
authored
Activate Istanbul on Ropsten (#5758)
Activate Istanbul on Ropsten
2 parents f57fa86 + b2933c1 commit c4d446f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
- Added: [#5705](https://github.com/ethereum/aleth/pull/5705) Istanbul support: EIP 1108 Reduce alt_bn128 precompile gas costs.
2222
- Added: [#5707](https://github.com/ethereum/aleth/pull/5707) Aleth waits for 2 seconds after sending disconnect to peer before closing socket.
2323
- Added: [#5751](https://github.com/ethereum/aleth/pull/5751) Istanbul support: EIP-152 Add BLAKE2 compression function `F` precompile.
24+
- Added: [#5758](https://github.com/ethereum/aleth/pull/5758) Istanbul support: activation in Ropsten config.
2425
- Changed: [#5532](https://github.com/ethereum/aleth/pull/5532) The leveldb is upgraded to 1.22. This is breaking change on Windows and the old databases are not compatible.
2526
- Changed: [#5559](https://github.com/ethereum/aleth/pull/5559) Update peer validation error messages.
2627
- Changed: [#5568](https://github.com/ethereum/aleth/pull/5568) Improve rlpx handshake log messages and create new rlpx log channel.

libethashseal/genesis/ropsten.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ R"E(
2929
"byzantiumForkBlock": "0x19f0a0",
3030
"constantinopleForkBlock": "0x408b70",
3131
"constantinopleFixForkBlock": "0x4b5e82",
32+
"istanbulForkBlock": "0x62f756",
3233
"chainID": "0x03",
3334
"maximumExtraDataSize": "0x20",
3435
"tieBreakingGas": false,
@@ -60,6 +61,7 @@ R"E(
6061
"0000000000000000000000000000000000000006": { "precompiled": { "name": "alt_bn128_G1_add", "startingBlock": "0x19f0a0", "linear": { "base": 500, "word": 0 } } },
6162
"0000000000000000000000000000000000000007": { "precompiled": { "name": "alt_bn128_G1_mul", "startingBlock": "0x19f0a0", "linear": { "base": 40000, "word": 0 } } },
6263
"0000000000000000000000000000000000000008": { "precompiled": { "name": "alt_bn128_pairing_product", "startingBlock": "0x19f0a0" } },
64+
"0000000000000000000000000000000000000009": { "precompiled": { "name": "blake2_compression", "startingBlock": "0x62f756" } },
6365
)E" + R"E(
6466
"0x0000000000000000000000000000000000000011": {
6567
"balance": "0"

0 commit comments

Comments
 (0)