Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renames for chain, updated VM, moved methods | obscuren | 2014-12-04 | 1 | -8/+8 |
| | | | | | | * Renamed a couple more chain => core * Updated VM `pc` to be uint64 rather than big int * XEth interface cleanup | ||||
* | Descriptive function names for closure getters | obscuren | 2014-12-04 | 1 | -31/+26 |
| | |||||
* | Moved execution from vm to chain. | obscuren | 2014-12-04 | 1 | -12/+9 |
| | | | | | | | | 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. | ||||
* | Make an attempt to pay for the gas prior to expanding the mem. | obscuren | 2014-12-02 | 1 | -1/+1 |
| | |||||
* | Transaction execution fixes | obscuren | 2014-11-12 | 1 | -0/+4 |
| | |||||
* | ethstate => state | obscuren | 2014-10-31 | 1 | -6/+6 |
| | |||||
* | Merge eth-go repository into go-ethereum | Felix Lange | 2014-10-23 | 1 | -2/+2 |
| | | | | mist, etheruem have been moved to cmd/ | ||||
* | Moved ethvm => vm | obscuren | 2014-10-18 | 1 | -0/+140 |