plugeth/core/vm/runtime
Jeffrey Wilcke 342ae7ce7d core, core/vm, tests: changed the initialisation behaviour of the EVM
The EVM was previously initialised and created for every CALL, CALLCODE,
DELEGATECALL and CREATE. This PR changes this behaviour so that the same
EVM can be used through the session and beyond as long as the
Environment sticks around.
2016-03-23 00:04:00 +01:00
..
doc.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
env.go core, core/vm, tests: changed the initialisation behaviour of the EVM 2016-03-23 00:04:00 +01:00
runtime_example_test.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
runtime_test.go core/vm/runtime: simplified runtime calling mechanism 2016-02-11 10:17:16 +01:00
runtime.go core: various typos 2016-03-15 11:08:18 -07:00