-
Notifications
You must be signed in to change notification settings - Fork 48
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: add Prague evm version #166
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can add this to the enum because solc already has support for this
but we can't add it to normalize_version_solc
yet because we don't know the version yet and 0.8.26 is incorrect I believe because that's the latest release:
good catch, I see in solidity's repo that the |
69cc744
to
d01269f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Adds Prague spec.
TODO: PragueEOF support is needed.