go-ethereum/core/forkid
lightclient db5684444a core/forkid: correctly compute forkid when timestamp fork is activated in genesis (#27895)
This changes the forkID calculation to ignore time-based forks that occurred before the
genesis block. It's supposed to be done this way because the spec says:

> If a chain is configured to start with a non-Frontier ruleset already in its genesis, that is NOT considered a fork.
2023-11-10 11:09:46 -06:00
..
forkid.go core/forkid: correctly compute forkid when timestamp fork is activated in genesis (#27895) 2023-11-10 11:09:46 -06:00
forkid_test.go core/forkid: correctly compute forkid when timestamp fork is activated in genesis (#27895) 2023-11-10 11:09:46 -06:00