aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/state_object.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactored to new state and vmobscuren2014-07-241-24/+20
|
* Minor improvements and fixes to the new vm structureobscuren2014-07-221-1/+1
|
* Refactored state, state object and vmobscuren2014-07-221-0/+339
* The State and StateObject have been moved to their own package * The VM is moved to it's own package