go-ethereum state iterator utilities.
```
08:19:37:~/GitHub/cerc/go-eth-state-node-iterator go test ./... -v
=== RUN TestMakePaths
--- PASS: TestMakePaths (0.00s)
=== RUN TestIterator
=== RUN TestIterator/in_bounds
=== RUN TestIterator/in_bounds/case
=== RUN TestIterator/in_bounds/case#01
=== RUN TestIterator/in_bounds/case#02
=== RUN TestIterator/in_bounds/case#03
=== RUN TestIterator/in_bounds/case#04
=== RUN TestIterator/in_bounds/case#05
=== RUN TestIterator/trie_is_covered
=== RUN TestIterator/trie_is_covered/1_bins
=== RUN TestIterator/trie_is_covered/2_bins
=== RUN TestIterator/trie_is_covered/4_bins
=== RUN TestIterator/trie_is_covered/8_bins
=== RUN TestIterator/trie_is_covered/16_bins
=== RUN TestIterator/trie_is_covered/32_bins
--- PASS: TestIterator (0.15s)
--- PASS: TestIterator/in_bounds (0.00s)
--- PASS: TestIterator/in_bounds/case (0.00s)
--- PASS: TestIterator/in_bounds/case#01 (0.00s)
--- PASS: TestIterator/in_bounds/case#02 (0.00s)
--- PASS: TestIterator/in_bounds/case#03 (0.00s)
--- PASS: TestIterator/in_bounds/case#04 (0.00s)
--- PASS: TestIterator/in_bounds/case#05 (0.00s)
--- PASS: TestIterator/trie_is_covered (0.02s)
--- PASS: TestIterator/trie_is_covered/1_bins (0.00s)
--- PASS: TestIterator/trie_is_covered/2_bins (0.00s)
--- PASS: TestIterator/trie_is_covered/4_bins (0.00s)
--- PASS: TestIterator/trie_is_covered/8_bins (0.00s)
--- PASS: TestIterator/trie_is_covered/16_bins (0.01s)
--- PASS: TestIterator/trie_is_covered/32_bins (0.00s)
PASS
ok github.com/vulcanize/go-eth-state-node-iterator 0.325s
? github.com/vulcanize/go-eth-state-node-iterator/fixture [no test files]
```
|
||
|---|---|---|
| fixture | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| iterator_test.go | ||
| iterator.go | ||
| README.md | ||
| util.go | ||