1
0
forked from cerc-io/plugeth
plugeth/core/forkid
lightclient 32fde3f838
core/forkid: correctly compute forkid when timestamp fork is activated in genesis ()
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-08-16 23:31:02 +02:00
..
forkid_test.go core/forkid: correctly compute forkid when timestamp fork is activated in genesis () 2023-08-16 23:31:02 +02:00
forkid.go core/forkid: correctly compute forkid when timestamp fork is activated in genesis () 2023-08-16 23:31:02 +02:00