-
Notifications
You must be signed in to change notification settings - Fork 208
Fix modulo builtin constraints #1841
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
Conversation
…or-sw-fix-version
…or-sw-fix-version
The same value is used in python-vm
0df4cc8 to
399c14c
Compare
2d22ac5 to
8f1a09f
Compare
8f1a09f to
80916e6
Compare
bb4990c to
3da1d2b
Compare
3da1d2b to
bcd5b31
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
pefontana
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @JulianGCalderon !
FrancoGiachetta
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Fix modulo builtin bugs
Closes #1835
Description
This PR changes the modulo builtin to comply with the prover constraints.
It also uploads mod_builtin feature test coverage to codecov.
Checklist