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

Commit b99924d

Browse files
authored
Merge pull request #5808 from ethereum/istanbul-mainnet
Activate Istanbul fork on the mainnet
2 parents 6833641 + 49501d1 commit b99924d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libethashseal/genesis/mainNetwork.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ R"E(
1818
"byzantiumForkBlock": "0x42ae50",
1919
"constantinopleForkBlock": "0x6f1580",
2020
"constantinopleFixForkBlock": "0x6f1580",
21+
"istanbulForkBlock": "0x8a61c8",
2122
"networkID" : "0x01",
2223
"chainID": "0x01",
2324
"maximumExtraDataSize": "0x20",
@@ -49,6 +50,7 @@ R"E(
4950
"0000000000000000000000000000000000000006": { "precompiled": { "name": "alt_bn128_G1_add", "startingBlock": "0x42ae50", "linear": { "base": 500, "word": 0 } } },
5051
"0000000000000000000000000000000000000007": { "precompiled": { "name": "alt_bn128_G1_mul", "startingBlock": "0x42ae50", "linear": { "base": 40000, "word": 0 } } },
5152
"0000000000000000000000000000000000000008": { "precompiled": { "name": "alt_bn128_pairing_product", "startingBlock": "0x42ae50" } },
53+
"0000000000000000000000000000000000000009": { "precompiled": { "name": "blake2_compression", "startingBlock": "0x8a61c8" } },
5254
"3282791d6fd713f1e94f4bfd565eaa78b3a0599d": {
5355
"balance": "1337000000000000000000"
5456
},

0 commit comments

Comments
 (0)