Skip to content
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

Should we use SafeMath from OpenZeppelin? #11

Open
acuarica opened this issue Nov 26, 2021 · 0 comments
Open

Should we use SafeMath from OpenZeppelin? #11

acuarica opened this issue Nov 26, 2021 · 0 comments
Labels
review Further information is requested

Comments

@acuarica
Copy link
Contributor

As mentioned in https://blog.openzeppelin.com/openzeppelin-contracts-4-0/

[...] Solidity 0.8 marks the end of the SafeMath era, as overflow checks are now built into the compiler.

You will find that SafeMath is still in the repository, athough it is now just a wrapper over the built-in overflow checks.

See old issue Ethernautas/renpool#86.

@acuarica acuarica added the review Further information is requested label Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant