84c51bc5ec
This PR adds functionality to the evm t8n to calculate ethash difficulty. If the caller does not provide a currentDifficulty, but instead provides the parentTimestamp (well, semi-optional, will default to 0 if not given), and parentDifficulty, we can calculate it for him. The caller can also provide a parentUncleHash. In most, but not all cases, the parent uncle hash also affects the formula. If no such hash is provided (or, if the empty all-zero hash is provided), it's assumed that there were no uncles.
10 lines
275 B
JSON
10 lines
275 B
JSON
{
|
|
"currentCoinbase": "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
|
|
"currentGasLimit": "0x750a163df65e8a",
|
|
"currentBaseFee": "0x500",
|
|
"currentNumber": "12800000",
|
|
"currentTimestamp": "10015",
|
|
"parentTimestamp" : "99999",
|
|
"parentDifficulty" : "0x2000000000000"
|
|
}
|