aboutsummaryrefslogtreecommitdiffstats
path: root/vm/virtual_machine.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved execution from vm to chain.obscuren2014-12-041-1/+3
| | | | | | | | 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.
* Moved ethvm => vmobscuren2014-10-181-0/+9