go-ethereum/consensus
rjl493456442 cafa5e6c12
core, consensus/beacon: defer trie resolution (#31725)
Previously, the account trie for a given state root was resolved immediately 
when the stateDB was created, implying that the trie was always required
by the stateDB.

However, this assumption no longer holds, especially for path archive nodes, 
where historical states can be accessed even if the corresponding trie data 
does not exist.
2025-06-25 09:42:11 +08:00
..
beacon core, consensus/beacon: defer trie resolution (#31725) 2025-06-25 09:42:11 +08:00
clique core: consolidate BlockChain constructor options (#31925) 2025-06-19 12:21:15 +02:00
ethash consensus: remove clique RPC APIs (#31875) 2025-05-23 11:29:01 +02:00
misc params: add osaka blob schedule (#31174) 2025-02-18 15:03:48 +01:00
consensus.go consensus: remove clique RPC APIs (#31875) 2025-05-23 11:29:01 +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