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

fix: add explicit overflow checks to math library and tests #15

Open
wants to merge 1 commit into
base: fix/voteCheck
Choose a base branch
from

Conversation

GalloDaSballo
Copy link
Collaborator

@GalloDaSballo GalloDaSballo commented Oct 9, 2024

  • Updates the Math library to have explicit overflow checks
  • Tests the overflow checks
  • Would benefit by another pair of eyes
  • TODO: Prove we can never get a call to abs with the type(int96).min

@jltqy
Copy link
Collaborator

jltqy commented Oct 9, 2024

We can lower the size of int96 to int88 here

@GalloDaSballo
Copy link
Collaborator Author

Please proceed with the change @jltqy

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