helios icon indicating copy to clipboard operation
helios copied to clipboard

refactor: custom EVM support

Open Dhruv-2003 opened this issue 11 months ago • 0 comments

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

Dhruv-2003 avatar Jan 31 '25 10:01 Dhruv-2003