Roy Crihfield
6d20ef7c3b
* stripped down Nodeiterator interface * prefix-bound iterator for traversing a specific range of keys * visitor over subtries divided at a specific depth
8 lines
222 B
Modula-2
8 lines
222 B
Modula-2
module github.com/vulcanize/go-eth-state-node-iterator
|
|
|
|
go 1.13
|
|
|
|
require github.com/ethereum/go-ethereum v1.9.11
|
|
|
|
replace github.com/ethereum/go-ethereum v1.9.11 => github.com/vulcanize/go-ethereum v1.9.11-statediff-0.0.2
|