Skip to content
  • Jeffrey Wilcke's avatar
    core, core/vm: implemented a generic environment (#3348) · 3fc7c978
    Jeffrey Wilcke authored and Felix Lange's avatar Felix Lange committed
    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.
    3fc7c978