quorum/core/state
gary rong 49437a02c9 core/state: make TestSnapshotRandom work again (#3816)
In `touch` operation, only `touched` filed has been changed. Therefore
in the related undo function, only `touched` field should be reverted.
In addition, whether remove this obj from dirty map should depend on
prevDirty flag.
2017-04-05 00:44:16 +02:00
..
dump.go core/state: implement reverts by journaling all changes 2016-10-06 15:32:16 +02:00
iterator.go trie: add difference iterator (#3637) 2017-02-22 23:49:34 +01:00
iterator_test.go all: gofmt -w -s 2017-01-06 15:52:03 +01: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.go core, core/state, core/vm: remove exported account getters (#3618) 2017-02-22 23:29:59 +01:00
managed_state_test.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.go core/state: expose CommitTo 2017-03-23 15:58:42 +01:00
statedb_test.go core/state: make TestSnapshotRandom work again (#3816) 2017-04-05 00:44:16 +02:00
sync.go trie: remove dependency on ethdb 2017-01-06 14:15:22 +01:00
sync_test.go all: fix issues reported by honnef.co/go/simple/cmd/gosimple 2017-01-06 18:18:07 +01:00