aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/statedb_test.go
Commit message (Expand)AuthorAgeFilesLines
* 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