32150f8aa9
This PR adds support for ArrowGlacier, as defined by https://github.com/ethereum/execution-specs/blob/master/network-upgrades/mainnet-upgrades/arrow-glacier.md https://eips.ethereum.org/EIPS/eip-4345 > Starting with FORK_BLOCK_NUMBER the client will calculate the difficulty based on a fake block number suggesting to the client that the difficulty bomb is adjusting 10,700,000 blocks later than the actual block number. This also adds support for evm t8n to return the calculated difficulty, so it can be used to construct test.
10 lines
276 B
JSON
10 lines
276 B
JSON
{
|
|
"currentCoinbase": "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"currentGasLimit": "0x750a163df65e8a",
|
|
"currentBaseFee": "0x500",
|
|
"currentNumber": "13000000",
|
|
"currentTimestamp": "100015",
|
|
"parentTimestamp" : "99999",
|
|
"parentDifficulty" : "0x2000000000000"
|
|
}
|