quorum/core/vm/runtime
Jeffrey Wilcke 6cace73bea core/vm/runtime: simplified runtime calling mechanism
Implemented `runtime.Call` which uses - unlike Execute - the given state
for the execution and the address of the contract you wish to execute.
Unlike `Execute`, `Call` requires a config.
2016-02-11 10:17:16 +01:00
..
doc.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
env.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
runtime.go core/vm/runtime: simplified runtime calling mechanism 2016-02-11 10:17:16 +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