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