We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.soliditylang.org/en/latest/080-breaking-changes.html says:
Arithmetic operations revert on underflow and overflow. You can use unchecked { ... } to use the previous wrapping behaviour.
unchecked { ... }
However OpenZeppelin are keeping it for reasons explained here:
OpenZeppelin/openzeppelin-contracts#2465
It would be helpful to update this blog to reflect that.
The text was updated successfully, but these errors were encountered:
Yep, thanks for pointing this out. Its on our to-do list to update the entire list based on latest solidity.
Sorry, something went wrong.
No branches or pull requests
https://docs.soliditylang.org/en/latest/080-breaking-changes.html says:
However OpenZeppelin are keeping it for reasons explained here:
OpenZeppelin/openzeppelin-contracts#2465
It would be helpful to update this blog to reflect that.
The text was updated successfully, but these errors were encountered: