aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved execution from vm to chain.obscuren2014-12-041-687/+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.
* Re-org op codesobscuren2014-11-011-2/+2
|
* ethcrypto => cryptoobscuren2014-10-311-3/+3
|
* Implemented LOG. Closes #159obscuren2014-10-271-1/+1
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Updated the VM & VM testsobscuren2014-10-231-4/+0
| | | | | | * 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-1/+1
|
* Moved ethvm => vmobscuren2014-10-181-0/+724