nimbus-eth1/nimbus/utils
Jamie Lokier 74253c88e3
Arrow Glacier fork
Add the new [Arrow Glacier fork](https://eips.ethereum.org/EIPS/eip-4345).

Only the difficulty calculation is changed, but as a new fork it still affects
a number of places in the code.

To the best of my knowledge the change is only scheduled on Mainnet.

In addition:

- The fork date comments in `chain_config.nim` have been checked against the
  real networks, set consistently in UTC instead of random timezones, and made
  neater.  Maybe we'll keep these when transferring config to a file someday.

- It's added to forkid hash tests (EIP-2124/EIP-2364), of course.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-12-10 13:40:51 +00:00
..
pow Jordan/pow cache management (#888) 2021-12-10 08:49:57 +00:00
difficulty.nim Arrow Glacier fork 2021-12-10 13:40:51 +00:00
ec_recover.nim implement simple PoA sealing engine 2021-08-24 14:49:13 +07:00
header.nim remove unused calcGasLimit code 2021-08-24 18:30:52 +07:00
lru_cache.nim Feature/implement poa processing (#748) 2021-07-14 16:13:27 +01:00
pow.nim Jordan/pow cache management (#888) 2021-12-10 08:49:57 +00:00
utils_defs.nim #768 Moved/re-implemented ecRecover() from Clique sources to utils/ec_recover 2021-08-05 12:27:10 +07:00