plugeth/core/state/snapshot
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
..
account.go core: initial version of state snapshots 2020-02-25 12:51:04 +02:00
conversion.go snapshotter/tests: verify snapdb post-state against trie (#20812) 2020-03-31 10:25:41 +02:00
difflayer_test.go core/state/snapshot: fix various iteration issues due to destruct set 2020-03-04 15:06:04 +02:00
difflayer.go core/state/snapshot: fix various iteration issues due to destruct set 2020-03-04 15:06:04 +02:00
disklayer_test.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
disklayer.go core/state: extend snapshotter to handle account resurrections 2020-03-03 15:52:00 +02:00
generate.go core/state/snapshot, tests: sync snap gen + snaps in consensus tests 2020-03-03 09:17:13 +02:00
iterator_binary.go core: fix broken tests due to API changes + linter 2020-02-25 12:51:16 +02:00
iterator_fast.go core/state/snapshot: handle deleted accounts in fast iterator 2020-03-04 14:38:55 +02:00
iterator_test.go core/state/snapshot: fix various iteration issues due to destruct set 2020-03-04 15:06:04 +02:00
iterator.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
journal.go core/state: extend snapshotter to handle account resurrections 2020-03-03 15:52:00 +02:00
snapshot_test.go core/state: extend snapshotter to handle account resurrections 2020-03-03 15:52:00 +02:00
snapshot.go core/state: extend snapshotter to handle account resurrections 2020-03-03 15:52:00 +02:00
sort.go core: fix broken tests due to API changes + linter 2020-02-25 12:51:16 +02:00
wipe_test.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00
wipe.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00