aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/statedb_test.go
Commit message (Expand)AuthorAgeFilesLines
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-20/+20
* core/state: make TestSnapshotRandom work again (#3816)gary rong2017-04-051-1/+0
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-4/+3
* core/vm: move Log to core/typesFelix Lange2017-01-061-2/+2
* core, core/state: fixed consensus issue added touch revertJeffrey Wilcke2016-11-251-0/+20
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-4/+4
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-3/+3
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-39/+274
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-4/+5
* all: update license informationFelix Lange2016-04-151-1/+1
* core/state, ethdb, trie: test intermediate secure key leak, fix memdb bugPéter Szilágyi2016-01-201-0/+68
* core/state, trie: don't leak database writes before commitPéter Szilágyi2016-01-201-0/+52