go-ethereum/cmd/evm/internal
rjl493456442 623b17ba20
core/state: state reader abstraction (#29761)
This pull request introduces a state.Reader interface for state
accessing.

The interface could be implemented in various ways. It can be pure trie
only reader, or the combination of trie and state snapshot. What's more,
this interface allows us to have more flexibility in the future, e.g.
the
archive reader (for accessing archive state).

Additionally, this pull request removes the following metrics

- `chain/snapshot/account/reads`
- `chain/snapshot/storage/reads`
2024-09-05 13:10:47 +03:00
..
compiler asm: remove unused parameter for function Lex (#18058) 2019-03-14 10:35:55 +01:00
t8ntool core/state: state reader abstraction (#29761) 2024-09-05 13:10:47 +03:00