aboutsummaryrefslogtreecommitdiffstats
path: root/state/state_object.go
Commit message (Expand)AuthorAgeFilesLines
* Renamed State => StateDBobscuren2014-12-041-1/+1
* Moved execution from vm to chain.obscuren2014-12-041-5/+4
* merge errors fixedobscuren2014-12-021-1/+1
|\
| * Changed the way transactions are being added to the transaction poolobscuren2014-12-021-1/+1
* | Added new iterator and testsobscuren2014-11-191-3/+1
* | Added `chain` tests & minor fixesobscuren2014-11-191-8/+0
|/
* Transaction execution fixesobscuren2014-11-121-2/+2
* Removed debug printobscuren2014-11-041-1/+0
* Added storage root to dumpobscuren2014-11-041-0/+5
* Compress data on db level. Closes #174obscuren2014-11-031-14/+2
* ethtrie => trieobscuren2014-10-311-6/+6
* ethstate => stateobscuren2014-10-311-0/+339