eth-iterator-utils/README.md
Roy Crihfield 6bb6d4e27f Add tracker package, update and clean up
* pull changes from geth fork

* update deps

* remove unused: StartPath, SubtrieIteratorFactory

* change module name
2023-08-03 19:59:33 +08:00

254 B

go-ethereum iterator utilites

Includes:

  • PrefixBoundIterator for iterating subtries.
  • SubtrieIterators for dividing a state trie into disjoint subtries.
  • tracker package for tracking, dumping and restoring the state of open iterators.