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

dev: use checked math #1009

Merged
merged 1 commit into from
Oct 2, 2024
Merged

dev: use checked math #1009

merged 1 commit into from
Oct 2, 2024

Conversation

enitrat
Copy link
Collaborator

@enitrat enitrat commented Oct 2, 2024

uses checked math to prevent eventual overflow risks.
this should not be more costly then regular maths (which abstract the result management with an .expect())


This change is Reviewable

@enitrat enitrat merged commit dcbb421 into main Oct 2, 2024
4 of 5 checks passed
@enitrat enitrat deleted the dev/checked-math branch October 2, 2024 12:30
saimeunt pushed a commit to saimeunt/kakarot-ssj that referenced this pull request Oct 2, 2024
enitrat added a commit that referenced this pull request Oct 2, 2024
* test_kakarot_core_get_starknet_address

* ci: downgrade cairo native (#1008)

* dev: use checked math (#1009)

* fix get_starknet_address test

---------

Co-authored-by: Mathieu <[email protected]>
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.

1 participant