aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/environment.go
Commit message (Collapse)AuthorAgeFilesLines
* Fixed most of the testsobscuren2014-10-171-0/+1
|
* Couple of minor issues fixedobscuren2014-10-151-1/+0
| | | | | * CALLVALUE pushed incorrect value to the stack * Set execution model to closure
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-0/+26
Standard VM should be about 10x faster than the debug VM. Some error checking has been removed, all of the log statements and therefor quite some unnecessary if-statements.