* pull changes from geth fork * update deps * remove unused: StartPath, SubtrieIteratorFactory * change module name
8 lines
254 B
Markdown
8 lines
254 B
Markdown
# 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.
|