Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: better evm handling #406

Open
ncitron opened this issue Oct 26, 2024 · 0 comments · May be fixed by #502
Open

feat: better evm handling #406

ncitron opened this issue Oct 26, 2024 · 0 comments · May be fixed by #502
Labels
execution Execution-related work. feat New feature or request

Comments

@ncitron
Copy link
Collaborator

ncitron commented Oct 26, 2024

Right now Helios always uses the same EVM (revm). We should be a bit more generic about this to support any evm, and should properly handle setting up revm differently for Ethereum vs OP Stack. We should also properly initialize the evm differently depending on what hard fork is active.

The best spot to put this functionality is probably as a part of NetworkSpec.

@ncitron ncitron added feat New feature or request execution Execution-related work. labels Oct 26, 2024
@Dhruv-2003 Dhruv-2003 linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
execution Execution-related work. feat New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant