aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/state_test.go
Commit message (Expand)AuthorAgeFilesLines
* Rebrand as tangerine-network/go-tangerineWei-Ning Huang2019-09-171-3/+3
* Change import go github.com/dexon-foundation/dexonWei-Ning Huang2019-06-121-3/+3
* core, params: polish net gas metering PR a bitPéter Szilágyi2018-09-181-22/+36
* common: improve documentation comments (#16701)kiel barry2018-05-291-1/+1
* all: get rid of error when creating memory database (#16716)gary rong2018-05-091-3/+2
* core, trie: intermediate mempool between trie and database (#15857)Péter Szilágyi2018-02-061-3/+3
* core/state: access trie through Database interface, track errors (#14589)Felix Lange2017-06-271-22/+17
* core, core/state, core/vm: remove exported account getters (#3618)Jeffrey Wilcke2017-02-231-6/+6
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-3/+3
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-4/+4
* core/state: implement reverts by journaling all changesFelix Lange2016-10-061-8/+14
* core/state: track dirty state entries for each objectPéter Szilágyi2016-10-031-7/+7
* cmd, core, internal, light, tests: avoid hashing the code in the VMPéter Szilágyi2016-10-011-3/+4
* core/state: track all accounts in canon stateFelix Lange2016-09-261-22/+28
* core/state, light: remove unused StateObject.initCodeGustav Simonsson2016-09-191-3/+0
* core/state: Fix memory expansion bug by not copying clean objectsNick Johnson2016-09-191-2/+4
* core/state: fix TestDumpFelix Lange2016-04-151-4/+14
* core: various typosLeif Jurvetson2016-03-161-1/+1
* core/state, core/types use package rlp for state, receipt serialisationFelix Lange2015-12-181-4/+2
* core, core/state: move gas tracking out of core/stateFelix Lange2015-10-171-5/+0
* core/state, core, miner: handle missing root error from state.NewGustav Simonsson2015-10-161-3/+3
* core, core/state: batch-based state syncFelix Lange2015-09-231-2/+1
* core/state: test formatting adhering to Go conventionGustav Simonsson2015-09-091-17/+17
* core/state: deleted field in StateObject Copy() and unit testGustav Simonsson2015-09-081-0/+104
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core, miner, tests: renamed state methodsJeffrey Wilcke2015-07-041-1/+1
* core/state: fixed state testsobscuren2015-06-171-13/+10
* Removed old (unused) argumentobscuren2015-04-021-1/+1
* fixed testsobscuren2015-04-011-1/+1
* moved state and vm to coreobscuren2015-03-231-0/+106