plugeth/core/state
Felix Lange 4047ccad2f trie: add start key to NodeIterator constructors
The 'step' method is split into two parts, 'peek' and 'push'. peek
returns the next state but doesn't make it current.

The end of iteration was previously tracked by setting 'trie' to nil.
End of iteration is now tracked using the 'iteratorEnd' error, which is
slightly cleaner and requires less code.
2017-04-25 02:14:31 +02:00
..
dump.go trie: add start key to NodeIterator constructors 2017-04-25 02:14:31 +02:00
iterator_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
iterator.go trie: add start key to NodeIterator constructors 2017-04-25 02:14:31 +02:00
journal.go core/state: make TestSnapshotRandom work again (#3816) 2017-04-05 00:44:16 +02:00
main_test.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
managed_state_test.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
managed_state.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
state_object.go core/state: make TestSnapshotRandom work again (#3816) 2017-04-05 00:44:16 +02:00
state_test.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
statedb_test.go core/state: make TestSnapshotRandom work again (#3816) 2017-04-05 00:44:16 +02:00
statedb.go trie: add start key to NodeIterator constructors 2017-04-25 02:14:31 +02:00
sync_test.go all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00
sync.go trie: remove dependency on ethdb 2017-01-06 14:15:22 +01:00