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

removed SafeMath #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

0xWildhare
Copy link

updated readme .md and dextemplate.sol to remove safemath, which is not necessary as of solidity 8.0

corrected the cd after git clone to point at correct folder

added a second "extra challenge" to checkpoint 6 to make the approval generated when the deposit button is pushed always approve the correct number of tokens

@codenamejason
Copy link

why are we removing safeMath?

@0xWildhare
Copy link
Author

why are we removing safeMath?

solidity 8.0^ has overflow protection built in. so its not necessary.

@codenamejason
Copy link

Oh yeah, didn't even look at the pragma version, thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants