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

Commit

Permalink
add EIP158 block to genesisInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitry committed Oct 27, 2016
1 parent 2c8757b commit f33e9a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion libethashseal/GenesisInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ R"E(
"homsteadForkBlock": "0xffffffffffffffff",
"daoHardforkBlock": "0xfffffffffffffff",
"EIP150ForkBlock": "0xfffffffffffffff",
"EIP158ForkBlock": "0xfffffffffffffff",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0x1388",
Expand Down Expand Up @@ -161,6 +162,7 @@ R"E(
"homsteadForkBlock": "0x05",
"daoHardforkBlock": "0x08",
"EIP150ForkBlock": "0x0a",
"EIP158ForkBlock": "0x0e",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0x1388",
Expand Down Expand Up @@ -202,6 +204,7 @@ R"E(
"maximumExtraDataSize": "0x20",
"daoHardforkBlock": "0x1d4c00",
"EIP150ForkBlock": "0x259518",
"EIP158ForkBlock": "0x333333",
"minGasLimit": "0x1388",
"maxGasLimit": "7fffffffffffffff",
"tieBreakingGas": false,
Expand Down Expand Up @@ -240,8 +243,9 @@ R"E(
"params": {
"accountStartNonce": "0x00",
"maximumExtraDataSize": "0x20",
"daoHardforkBlock": "0xfffffff",
"daoHardforkBlock": "0xfffffffffffffff",
"EIP150ForkBlock": "0x00",
"EIP158ForkBlock": "0xfffffffffffffff",
"minGasLimit": "0x1388",
"maxGasLimit": "7fffffffffffffff",
"tieBreakingGas": false,
Expand Down Expand Up @@ -282,6 +286,7 @@ R"E(
"homsteadForkBlock": "0x118c30",
"daoHardforkBlock": "0x1d4c00",
"EIP150ForkBlock": "0xfffffffffffffff",
"EIP158ForkBlock": "0xfffffffffffffff",
"maximumExtraDataSize": "0x20",
"tieBreakingGas": false,
"minGasLimit": "0x1388",
Expand Down

0 comments on commit f33e9a7

Please sign in to comment.