aboutsummaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Collapse)AuthorAgeFilesLines
* PoC 7 updatesobscuren2014-10-292-4/+33
| | | | | | * Bloom * Block restructure * Receipts
* Added missing requires on SSTORE SLOADobscuren2014-10-282-12/+17
|
* Refund SSTORE properlyobscuren2014-10-281-1/+2
|
* Implemented LOG. Closes #159obscuren2014-10-277-9/+59
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-2310-21/+21
| | | | mist, etheruem have been moved to cmd/
* Chnged to use GetOp instead & added error + checkingobscuren2014-10-233-5/+56
|
* All Stack requirements are now checked prior to reduring gas.obscuren2014-10-231-37/+19
|
* Updated the VM & VM testsobscuren2014-10-235-18/+9
| | | | | | * 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
|
* added a transfer method to vm envobscuren2014-10-223-9/+29
|
* Renamed block_chain to chain_managerobscuren2014-10-201-1/+1
|
* Moved ethvm => vmobscuren2014-10-1814-0/+2708