go-ethereum/consensus
jwasinger 478012ab23
all: remove TerminalTotalDifficultyPassed (#30609)
rebased https://github.com/ethereum/go-ethereum/pull/29766 . The
downstream branch appears to have been deleted and I don't have perms to
push to that fork.

`TerminalTotalDifficultyPassed` is removed. `TerminalTotalDifficulty`
must now be non-nil, and it is expected that networks are already
merged: we can only import PoW/Clique chains, not produce blocks on
them.

---------

Co-authored-by: stevemilk <wangpeculiar@gmail.com>
2024-10-23 08:26:18 +02:00
..
beacon all: remove TerminalTotalDifficultyPassed (#30609) 2024-10-23 08:26:18 +02:00
clique core/state: move state log mechanism to a separate layer (#30569) 2024-10-23 08:03:36 +02:00
ethash core/state: move state log mechanism to a separate layer (#30569) 2024-10-23 08:03:36 +02:00
misc core/state: move state log mechanism to a separate layer (#30569) 2024-10-23 08:03:36 +02:00
consensus.go core/state: move state log mechanism to a separate layer (#30569) 2024-10-23 08:03:36 +02:00
errors.go consensus/beacon: check that only the latest pow block is valid ttd block (#25187) 2022-06-29 15:13:19 +03:00