go-ethereum state iterator utilities.
This revives the standalone repo for these tools now that we're liberated from the Geth fork. * pulls changes from geth fork * remove unused: StartPath, SubtrieIteratorFactory * changes module name to reflect bundled `tracker` * refactors fixture data into separate module Reviewed-on: #1 |
||
|---|---|---|
| .github/workflows | ||
| tracker | ||
| go.mod | ||
| go.sum | ||
| iterator_test.go | ||
| iterator.go | ||
| README.md | ||
| util.go | ||
go-ethereum iterator utilites
Includes:
PrefixBoundIteratorfor iterating subtries.SubtrieIteratorsfor dividing a state trie into disjoint subtries.trackerpackage for tracking, dumping and restoring the state of open iterators.