-
Notifications
You must be signed in to change notification settings - Fork 957
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
Making contracts memory-safe
#711
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
Pull Request Test Coverage Report for Build 7475596867
💛 - Coveralls |
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 - if it isn't too much hassle, I would propose to move the returndatasize
changes to a separate PR so that change doesn't get mixed up in this one.
Will make a new issue & PR once this is merged for the Thank you all for reviewing this PR! |
This PR does the following things:
Updates the solc used to 0.8.19 (Need confirmation if this should be done @nlordell / @mmv08 ) for both the project as well as FV using Certora.viaIR
andoptimization
enabled (To check, use.env
file with solidity version and settings with the appropriate values)memory-safe
either through tags explicitly or by using proper free memory allocation.Closes #544