helios
helios copied to clipboard
refactor: custom EVM support
closes #406
Description
This PR adds a new method on the network_spec called evm() to retrieve the evm with custom handlers and configuration. The evm build is now handled on the respective network implementation that enables support for evms based on the active hard fork.
Note
Basic implementation of the evm method on the network is added currently, but should be modified to suit our requirements before merging