aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/statedb_test.go
Commit message (Expand)AuthorAgeFilesLines
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-5/+5
* core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-4/+4
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-9/+6
* core/state: fix bug in copy of copy StateMartin Holst Swende2018-04-111-0/+16
* core/state: avoid linear overhead on journal dirty listingPéter Szilágyi2018-03-281-2/+2
* core/state: rework dirty handling to avoid quadratic overheadMartin Holst Swende2018-03-281-2/+3
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-8/+6
* all: switch gas limits from big.Int to uint64Péter Szilágyi2018-01-031-2/+2
* core/state: copy trie too, not just contentPéter Szilágyi2017-11-241-0/+51
* 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