go-ethereum/triedb
rjl493456442 bfda8ae0c6
core: add metrics for state access (#30353)
This pull request adds a few more performance metrics, specifically:

- The average time cost of an account read
- The average time cost of a storage read
- The rate of account reads
- The rate of storage reads
2024-08-26 20:02:10 +08: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/rawdb, triedb, cmd: create an isolated disk namespace for verkle (#30105) 2024-07-16 16:17:58 +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