aboutsummaryrefslogtreecommitdiffstats
path: root/ethstate/state_object.go
Commit message (Collapse)AuthorAgeFilesLines
* ethstate.NewState => ethstate.Newobscuren2014-08-041-3/+3
|
* ethtrie.NewTrie => ethtrie.Newobscuren2014-08-041-21/+3
|
* Old code removed and renamed amount to balanceobscuren2014-07-301-19/+20
|
* 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