-
Notifications
You must be signed in to change notification settings - Fork 143
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
UInt64.lt Bug #101
Comments
Thanks for reporting - will check it out |
I found this TODO comment which I think explains the bug: |
This is fixed by #307! |
gabrielbosio
pushed a commit
to lambdaclass/o1js
that referenced
this issue
Nov 17, 2023
…ns-for-prettier-berkeley [berkeley] Add GitHub actions for prettier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There appears to be a bug on UInt64 implementation. When we execute
value.lt(otherValue)
whenotherValue > value
we receive an error.How to recreate:
Error:
The text was updated successfully, but these errors were encountered: