-
Notifications
You must be signed in to change notification settings - Fork 369
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
[L14] Solidity compiler version is not pinned and it is not the same for all contracts #5032
Conversation
b6450e5
to
d83c5ce
Compare
d83c5ce
to
adff0a6
Compare
Note, this appears to break Certora tests. Can they not handle 0.5.13, or is it just that they expected a different version and need to be explicitly told to expect the new one? |
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.
What a fascinating diff to look through. Thanks! Please take a look at the Certora issue before merging.
adff0a6
to
941791e
Compare
…for all contracts (#5032) * Pin solc compiler version to 0.5.13 * Bump solc version in certora test
Description
A few sentences describing the overall effects and goals of the pull request's commits.
What is the current behavior, and what is the updated/expected behavior with this PR?
Other changes
Describe any minor or "drive-by" changes here.
Tested
An explanation of how the changes were tested or an explanation as to why they don't need to be.
Related issues
Backwards compatibility
Brief explanation of why these changes are/are not backwards compatible.