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: Cancun EVM version #46

Closed
clabby opened this issue Jan 20, 2024 · 1 comment · Fixed by #51
Closed

feat: Cancun EVM version #46

clabby opened this issue Jan 20, 2024 · 1 comment · Fixed by #51

Comments

@clabby
Copy link

clabby commented Jan 20, 2024

Overview

solc recently added Cancun as an EVM version in EVMVersion.h here. EVMVersions' doc comment calls for syncing up, which will unblock further support in foundry.

@mattsse
Copy link
Member

mattsse commented Jan 26, 2024

ref

pub enum EvmVersion {

mattsse pushed a commit that referenced this issue Jan 26, 2024
I believe this is all one has to do.
Note that this does not support `0.8.24` as a Solc version anywhere else
other than the `EvmVersion` enum.
Closes #46
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 a pull request may close this issue.

2 participants