aboutsummaryrefslogtreecommitdiffstats
path: root/vm/closure.go
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up objectsobscuren2014-12-191-32/+3
|
* Renames for chain, updated VM, moved methodsobscuren2014-12-041-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 gettersobscuren2014-12-041-31/+26
|
* Moved execution from vm to chain.obscuren2014-12-041-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.obscuren2014-12-021-1/+1
|
* Transaction execution fixesobscuren2014-11-121-0/+4
|
* ethstate => stateobscuren2014-10-311-6/+6
|
* Merge eth-go repository into go-ethereumFelix Lange2014-10-231-2/+2
| | | | mist, etheruem have been moved to cmd/
* Moved ethvm => vmobscuren2014-10-181-0/+140