We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running ACVM bitsize checks that throw errors prevent existing Nargo errors for addition and bitwise operations from being thrown:
FunctionInput value has too many bits..
attempt to add with overflow
To prevent this regression, bitsize checks introduced in #5864 are disabled for:
See discussion for more details.
attempt to .. with overflow
too many bits
skip_bitsize_checks
input_to_value
None
No response
Nice-to-have
The text was updated successfully, but these errors were encountered:
FunctionInput
bit_size
No branches or pull requests
Problem
Running ACVM bitsize checks that throw errors prevent existing Nargo errors for addition and bitwise operations from being thrown:
FunctionInput value has too many bits..
attempt to add with overflow
To prevent this regression, bitsize checks introduced in #5864 are disabled for:
See discussion for more details.
Happy Case
attempt to .. with overflow
error is thrown, catch and validate the associated ACVMtoo many bits
errorskip_bitsize_checks
parameter frominput_to_value
in ACVMWorkaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: