go-ethereum state iterator utilities.
Roy Crihfield
7703ac8ea4
Refactors the tracker to expose an interface and an implementation type. Decoupling these will let us inject new state/functionality transparently to the client function. Reviewed-on: #3 |
||
---|---|---|
.github/workflows | ||
internal | ||
tracker | ||
go.mod | ||
go.sum | ||
iterator_test.go | ||
iterator.go | ||
README.md | ||
util.go |
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.