You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- Reference any GitHub issues resolved by this PR -->
Closes
[#2397](#2397 (comment))
## Introduced changes
- Added missing implicits present in Cairo `core` but not ignored by
`forge-runner`: `RangeCheck96`, `AddMod`, `MulMod`
## Checklist
<!-- Make sure all of these are complete -->
- [x] Linked relevant issue
- [ ] Updated relevant documentation
- [ ] Added relevant tests
- [x] Performed self-review of the code
- [ ] Added changes to `CHANGELOG.md`
All tests except for
test_u96
from this file https://github.com/keep-starknet-strange/garaga/blob/7d4571b2dd31ea66951b35ad7a3ab1f91b9880f5/src/src/lib.cairo#L27 lead to compilation failure. Investigate why is this the case.The text was updated successfully, but these errors were encountered: