go-ethereum/triedb
rjl493456442 6490d9897a
cmd, triedb: implement history inspection (#29267)
This pull request introduces a database tool for inspecting the state history. 
It can be used for either account history or storage slot history, within a 
specific block range.

The state output format can be chosen either with

- the "rlp-encoded" values (those inserted into the merkle trie)
- the "rlp-decoded" value (the raw state value)

The latter one needs --raw flag.
2024-03-22 20:12:10 +08:00
..
database all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01:00
hashdb triedb/hashdb: Avoid setting db.cleans on Close (#29309) 2024-03-22 19:38:24 +08:00
pathdb cmd, triedb: implement history inspection (#29267) 2024-03-22 20:12:10 +08:00
database.go all: remove the dependency from trie to triedb (#28824) 2024-02-13 14:49:53 +01: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