go-ethereum state iterator utilities.
|
All checks were successful
Test / Run unit tests (pull_request) Successful in 3m29s
|
||
|---|---|---|
| .github/workflows | ||
| internal | ||
| 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.