aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_debug.go
Commit message (Collapse)AuthorAgeFilesLines
* Implemented LOG. Closes #159obscuren2014-10-271-6/+27
|
* 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-3/+3
|
* All Stack requirements are now checked prior to reduring gas.obscuren2014-10-231-37/+19
|
* Updated the VM & VM testsobscuren2014-10-231-4/+1
| | | | | | * Stack Error shouldn't revert to previous state * Updated VM Test tool * Added Transfer method to VM Env
* Do not set error on recoverobscuren2014-10-231-2/+3
|
* Renamed block_chain to chain_managerobscuren2014-10-201-1/+1
|
* Moved ethvm => vmobscuren2014-10-181-0/+922