plugeth/core/vm/runtime
Jeffrey Wilcke 3fc7c97827 core, core/vm: implemented a generic environment (#3348)
Environment is now a struct (not an interface). This
reduces a lot of tech-debt throughout the codebase where a virtual
machine environment had to be implemented in order to test or run it.

The new environment is suitable to be used en the json tests, core
consensus and light client.
2016-12-06 02:16:03 +01:00
..
doc.go core/vm/runtime: added simple execution runtime 2015-11-18 16:50:20 +01:00
env.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +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: Added EVM configuration options 2016-03-23 23:02:42 +01:00
runtime.go core, core/vm: implemented a generic environment (#3348) 2016-12-06 02:16:03 +01:00