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. |
||
---|---|---|
.. | ||
types | ||
.gitignore | ||
asm.go | ||
block_manager.go | ||
chain_manager_test.go | ||
chain_manager.go | ||
dagger_test.go | ||
dagger.go | ||
error.go | ||
events.go | ||
execution.go | ||
fees.go | ||
filter_test.go | ||
filter.go | ||
genesis.go | ||
helper_test.go | ||
state_transition.go | ||
transaction_pool.go | ||
vm_env.go |