go-ethereum state iterator utilities.
Roy Crihfield
1536322de1
All checks were successful
Test / Run unit tests (push) Successful in 3m37s
I prematurely upgraded Geth to 1.14.5, which causes `plugeth-statediff` modules not to match `plugeth`. This is the simplest solution until Plugeth merges Geth 1.14+. Reviewed-on: #7 |
||
---|---|---|
.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.