go-ethereum state iterator utilities.
Go to file
2023-09-26 02:45:50 +08:00
.github/workflows Create issues-notion-sync.yml 2022-06-29 09:12:43 -04:00
internal refactor tracker into interface/impl, add test 2023-09-26 02:32:53 +08:00
tracker method not needed 2023-09-26 02:45:50 +08:00
go.mod update deps 2023-09-26 02:33:26 +08:00
go.sum update deps 2023-09-26 02:33:26 +08:00
iterator_test.go refactor tracker into interface/impl, add test 2023-09-26 02:32:53 +08:00
iterator.go expose bounds of iterator 2023-09-26 02:32:53 +08:00
README.md Add tracker package, update and simplify (#1) 2023-09-19 16:58:23 +00:00
util.go Add tracker package, update and simplify (#1) 2023-09-19 16:58:23 +00:00

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.