aboutsummaryrefslogtreecommitdiffstats
path: root/core/state/state_test.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: Hardfork EIP155, EIP161, EIP170Jeffrey Wilcke2016-11-151-3/+3
* [release/1.4.16] core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-4/+4
* [release/1.4.16] core/state: implement reverts by journaling all changesFelix Lange2016-10-061-8/+14
* [release/1.4.15] core/state: track dirty state entries for each objectPéter Szilágyi2016-10-031-7/+7
* [release/1.4.15] cmd, core, internal, light, tests: avoid hashing the code in...Péter Szilágyi2016-10-031-3/+4
* [release/1.4.13] core/state: track all accounts in canon stateFelix Lange2016-09-261-25/+28
* [release 1.4.12] core/state: Fix memory expansion bug by not copying clean ob...Nick 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