Roy Crihfield
e0c758f9f6
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
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.
|