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.
Showing
core/evm.go
0 → 100644
core/execution.go
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
core/vm/interface.go
0 → 100644
core/vm/noop.go
0 → 100644
core/vm/util_test.go
deleted
100644 → 0
Please register or sign in to comment