bsc/trie
Martin Holst Swende 6402c42b67
all: simplify and fix database iteration with prefix/start (#20808)
* core/state/snapshot: start fixing disk iterator seek

* ethdb, rawdb, leveldb, memorydb: implement iterators with prefix and start

* les, core/state/snapshot: iterator fixes

* all: remove two iterator methods

* all: rename Iteratee.NewIteratorWith -> NewIterator

* ethdb: fix review concerns
2020-04-15 14:08:53 +03:00
..
committer.go
database_test.go
database.go
encoding_test.go
encoding.go
errors.go
hasher.go
iterator_test.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
iterator.go
node_test.go
node.go
proof_test.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
proof.go
secure_trie_test.go
secure_trie.go
sync_bloom.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
sync_test.go
sync.go
trie_test.go
trie.go