-
Notifications
You must be signed in to change notification settings - Fork 11.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
Support for Solidity 0.8.x #2441
Comments
Hi @andrekorol ! Thanks for the suggestion, it is really appreciated. The project owner will review your suggestion as soon as they can. Please wait until we have discussed this idea before writing any code or submitting a Pull Request, so we can go through the design beforehand. We don’t want you to waste your time! |
Thanks for the quick reply! I already had made the changes on the PR above (#2442), and only now saw your comment, my bad 😅. But I'll wait before making any further changes 😃. |
Support for Solidity 0.8 has been merged to master and will be released later in February. |
Is 0.8 support still going to be released? |
You can start using the release candidate for Solidity 0.4 by installing with
|
🧐 Motivation
Solidity 0.8.0 has been released, and I think it would be a good idea to have openzeppelin-contracts supporting it.
📝 Details
Updating the current contracts to support being compiled with solc-0.8 should be pretty straightforward since most breaking changes can be easily addressed.
The text was updated successfully, but these errors were encountered: