go-ethereum/consensus
Felix Lange e5bc789185
consensus/beacon: fix isPostMerge for mainnet (#31191)
This fixes a regression introduced in #31153 where we didn't consider
mainnet to be in PoS, causing #31190.
The problem is, `params.MainnetChainConfig` does not have a defined
`MergeNetsplitBlock`, so it isn't considered to be in PoS in
`CalcDifficulty`.
2025-02-17 07:30:06 +01:00
..
beacon consensus/beacon: fix isPostMerge for mainnet (#31191) 2025-02-17 07:30:06 +01:00
clique all: fix some typos in comments and names (#31023) 2025-01-14 14:16:15 +01:00
ethash core/state: move state log mechanism to a separate layer (#30569) 2024-10-23 08:03:36 +02:00
misc consensus/misc/eip4844: more changes for blob gas calculation (#31128) 2025-02-05 10:35:03 +01:00
consensus.go all: nuke total difficulty (#30744) 2025-01-28 18:55:41 +01: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