forked from cerc-io/plugeth
99853ac3ce
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. |
||
---|---|---|
.. | ||
.ethtest | ||
address.go | ||
analysis.go | ||
asm.go | ||
closure.go | ||
common.go | ||
debugger.go | ||
environment.go | ||
errors.go | ||
main_test.go | ||
stack.go | ||
types.go | ||
virtual_machine.go | ||
vm_debug.go | ||
vm_test.go | ||
vm.go |