aboutsummaryrefslogtreecommitdiffstats
path: root/state/dump.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' into conversionobscuren2015-03-191-0/+1
|\
| * Fixed mkdnode & added some testsobscuren2015-03-191-0/+1
| |
* | block conversionobscuren2015-03-171-1/+0
| |
* | conversion stateobscuren2015-03-171-1/+2
|/
* Moved ethutil => commonobscuren2015-03-161-5/+5
|
* Removed some methods from the JS REPLobscuren2015-03-011-2/+5
|
* Fixed consensus issue for refundingobscuren2015-02-271-1/+1
| | | | * Refund should _always_ go to the origin
* Removed exported fields from state object and added proper set/gettersobscuren2015-02-201-2/+2
|
* Refactored ethutil.Config.Db outobscuren2015-01-071-1/+1
|
* Switched to new trieobscuren2014-12-241-12/+14
|
* Renamed State => StateDBobscuren2014-12-041-1/+1
|
* Added `chain` tests & minor fixesobscuren2014-11-191-0/+8
| | | | | | * Fork tests (equal and larger chains) * `chain.link` fields are now exported * moved debug function from state to dump.go
* Transaction execution fixesobscuren2014-11-121-1/+1
|
* Added storage root to dumpobscuren2014-11-041-1/+2
|
* ethstate => stateobscuren2014-10-311-0/+47