aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/vm.go
Commit message (Collapse)AuthorAgeFilesLines
* Added recoverable optionobscuren2014-07-241-9/+13
|
* div 0 errobscuren2014-07-231-1/+3
|
* Minor improvements and fixes to the new vm structureobscuren2014-07-221-6/+2
|
* Refactored state, state object and vmobscuren2014-07-221-0/+848
* The State and StateObject have been moved to their own package * The VM is moved to it's own package