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: update to latest foundry-evm and revm #12

Merged
merged 9 commits into from
Mar 8, 2024

Conversation

DaniPopes
Copy link
Member

@DaniPopes DaniPopes commented Feb 29, 2024

Marked as draft as this has a significant perf impact (4x slower) due to the big cost increase in creating a new EVM on each call (boxed instruction table creation and drop). This is fixed with the revm bump in foundry-rs/foundry#7125

@DaniPopes DaniPopes marked this pull request as draft February 29, 2024 23:55
@DaniPopes DaniPopes marked this pull request as ready for review March 8, 2024 18:08
@DaniPopes DaniPopes merged commit 39d8846 into paradigmxyz:master Mar 8, 2024
1 of 2 checks passed
@DaniPopes DaniPopes deleted the update branch March 8, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants