aboutsummaryrefslogtreecommitdiffstats
path: root/vm/execution.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-231-2/+2
|
* Updated the VM & VM testsobscuren2014-10-231-7/+7
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* added a transfer method to vm envobscuren2014-10-221-8/+8
|
* Moved ethvm => vmobscuren2014-10-181-0/+93