aboutsummaryrefslogtreecommitdiffstats
path: root/ethvm/closure.go
Commit message (Collapse)AuthorAgeFilesLines
* Couple of minor issues fixedobscuren2014-10-151-0/+1
| | | | | * CALLVALUE pushed incorrect value to the stack * Set execution model to closure
* Refactored VM to two separate VMs; std & debugobscuren2014-10-141-1/+21
| | | | | | 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.
* Implemented POSTobscuren2014-08-251-0/+1
|
* Added message to closure && added change addressesobscuren2014-08-151-5/+6
|
* Updated chain for filteringobscuren2014-08-111-1/+2
|
* Refactored state, state object and vmobscuren2014-07-221-0/+116
* The State and StateObject have been moved to their own package * The VM is moved to it's own package