go-ethereum state iterator utilities.
Go to file
Roy Crihfield c075acace4
All checks were successful
Test / Run unit tests (pull_request) Successful in 3m29s
godoc to trigger action
2024-07-07 14:13:36 +08:00
.github/workflows extra runs for tracker test 2024-07-07 13:17:17 +08:00
internal Add tracker interface and test (#3) 2023-09-26 11:34:41 +00:00
tracker godoc to trigger action 2024-07-07 14:13:36 +08:00
go.mod upgrade go 1.21 2024-07-07 13:14:41 +08:00
go.sum Update Geth to 1.13 (#4) 2024-03-30 08:54:31 +00:00
iterator_test.go Update Geth to 1.13 (#4) 2024-03-30 08:54:31 +00:00
iterator.go Update Geth to 1.13 (#4) 2024-03-30 08:54:31 +00: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.