go-ethereum/triedb
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
..
database trie: relocate state execution logic into pathdb package (#29861) 2024-06-27 20:30:39 +08:00
hashdb trie, triedb: remove unnecessary child resolver interface (#30167) 2024-07-16 18:52:19 +08:00
pathdb core: add metrics for state access (#30353) 2024-08-26 20:02:10 +08:00
database.go core/state: state reader abstraction (#29761) 2024-09-05 13:10:47 +03:00
history.go cmd, triedb: implement history inspection (#29267) 2024-03-22 20:12:10 +08:00
preimages.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00