aboutsummaryrefslogtreecommitdiffstats
path: root/vm/execution.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved execution from vm to chain.obscuren2014-12-041-96/+0
| | | | | | | | This moves call and create to the specified environments. Vms are no longer re-used. Vm uses environment's Call(Code) and Create in order to execute new contracts or transfer value between accounts. State transition now uses the same mechanism described above.
* reverted vm backobscuren2014-12-031-2/+4
|
* mergeobscuren2014-12-031-3/+1
|\
* | merge errors fixedobscuren2014-12-021-0/+1
|\|
| * Added state testsobscuren2014-12-021-0/+1
| |
* | rework vmobscuren2014-12-011-1/+1
|/
* Fixes for PV41/42obscuren2014-11-141-0/+2
| | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG*
* ethstate => stateobscuren2014-10-311-3/+3
|
* 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