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] used div_rem when using / and % in same value #219

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

adrianvrj
Copy link
Contributor

This PR will add the usage of div_rem when using / and % in the same value.

Pending: in utils.cairo file, the fast_power function is giving problems for using div_rem.

Copy link

vercel bot commented Sep 16, 2024

@adrianvrj is attempting to deploy a commit to the keep-starknet-strange Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@b-j-roberts b-j-roberts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! LGTM

@b-j-roberts b-j-roberts marked this pull request as ready for review September 18, 2024 00:59
@b-j-roberts b-j-roberts merged commit 4b14e3e into keep-starknet-strange:main Sep 18, 2024
3 of 4 checks passed
j1mbo64 pushed a commit to j1mbo64/shinigami that referenced this pull request Sep 18, 2024
…range#219)

<!-- enter the gh issue after hash -->

- [x] issue keep-starknet-strange#206
- [x] follows contribution
[guide](https://github.com/keep-starknet-strange/shinigami/blob/main/CONTRIBUTING.md)
- [x] code change includes tests

<!-- PR description below -->
This PR will add the usage of div_rem when using / and % in the same
value.

*Pending:* in utils.cairo file, the ``` fast_power ``` function is
giving problems for using div_rem.

Co-authored-by: Brandon Roberts <brandonjroberts22@gmail.com>
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