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
# Description
- [x] Convert `FunctionInput::constant/witness` assertions to solver
errors
## Problem\*
- Resolves#5793
## Summary\*
- Adds assertions
## Additional Context
## Documentation\*
Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.
# PR Checklist\*
- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
---------
Co-authored-by: Tom French <tom@tomfren.ch>
Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com>
Problem
Several of the blackbox functions fail in a variety of ways on inputs with too many bits. See #5614 for examples.
NOTE: this is currently causing non-deterministic failures, see Maxim's comment below
Happy Case
As per Maxim's comments on #5614:
OpcodeResolutionError<F>::BlackBoxFunctionFailed
Workaround
None
Workaround Description
No response
Additional Context
No response
Project Impact
Nice-to-have
Blocker Context
It's similar to overflow checks for blackbox function inputs
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: