good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3fc7c978 authored by Jeffrey Wilcke's avatar Jeffrey Wilcke Committed by Felix Lange
Browse files

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.
parent 7f79d249
No related branches found
No related tags found
No related merge requests found
Showing
with 778 additions and 743 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment