Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -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 back | obscuren | 2014-12-03 | 1 | -2/+4 |
| | |||||
* | merge | obscuren | 2014-12-03 | 1 | -3/+1 |
|\ | |||||
* | | merge errors fixed | obscuren | 2014-12-02 | 1 | -0/+1 |
|\| | |||||
| * | Added state tests | obscuren | 2014-12-02 | 1 | -0/+1 |
| | | |||||
* | | rework vm | obscuren | 2014-12-01 | 1 | -1/+1 |
|/ | |||||
* | Fixes for PV41/42 | obscuren | 2014-11-14 | 1 | -0/+2 |
| | | | | | | * Don't expand mem on empty value * Removed all coinbase logs for PV42 * Removed C++ bug stuff for LOG* | ||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Chnged to use GetOp instead & added error + checking | obscuren | 2014-10-23 | 1 | -2/+2 |
| | |||||
* | Updated the VM & VM tests | obscuren | 2014-10-23 | 1 | -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 env | obscuren | 2014-10-22 | 1 | -8/+8 |
| | |||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -0/+93 |