• Jeffrey Wilcke's avatar
    core, core/vm: implemented a generic environment (#3348) · 3fc7c978
    Jeffrey Wilcke authored
    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
state_object.go 8.09 KB