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

fix: enforce paris evm version #1211

Closed

Conversation

dtbuchholz
Copy link

The newest foundry nightly build now uses cancun as the default EVM version (foundry-rs/foundry#9131). This breaks everything in IPC because transient storage opcodes are not supported.

@dtbuchholz dtbuchholz requested a review from a team as a code owner November 21, 2024 17:12
@dtbuchholz
Copy link
Author

question—is the IPC team planning to support Cancun evm compatibility? common tooling like openzeppling and foundry are now releasing tooling that uses Paris by default, so it requires a bit of vigilance to stay on top of it—which is easier for internal teams like Basin, but might be challenging for newcoming devs using Basin.

note: our tests started failing when using the latest nightly foundry, and pinning the evm version fixed it.

@dtbuchholz dtbuchholz closed this Nov 22, 2024
@dtbuchholz dtbuchholz deleted the dtb/fix-foundry branch November 22, 2024 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant