go-ethereum/consensus/beacon
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
..
consensus.go core, consensus/beacon: defer trie resolution (#31725) 2025-06-25 09:42:11 +08:00