-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
Introduce EVM version prague
#15152
Introduce EVM version prague
#15152
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.
Still missing in two places:
- List of EVM versions in "Using the compiler".
- Also the
evmVersion
field there has a comment with possible values.
- Also the
test/tools/fuzzer_common.cpp
,test/tools/ossfuzz/yulProto.proto
andtest/tools/ossfuzz/protoToYul.cpp
(unless we're leaving it up to @bshastry)
@bshastry typically handles this on the fuzzer side. |
True, but these are simple enough that it would not hurt if we already added them here. But anyway, mentioning it mostly for completeness. |
9aa33c8
to
11eebaa
Compare
Needs squashing and then it's fine to merge. |
562dd6b
to
85396f4
Compare
closes #15111.