-
Notifications
You must be signed in to change notification settings - Fork 96
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
BB panics when proving acir program regression_5045 #1108
Comments
I have investigated this issue as part of another task. It stems from the fact that one of the points that is in the |
# Description ## Problem\* Resolves AztecProtocol/barretenberg#1108 ## Summary\* Barretenberg does not support points that are not all constant or all witness in EC ADD opcode. ## 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. - [ ] I have formatted the changes with [Prettier](https://prettier.io/) and/or `cargo fmt` on default settings.
Panic here: https://github.com/AztecProtocol/aztec-packages/actions/runs/10993886364/job/30521864534?pr=8663
Skipping the test to unblock the noir sync for now
The text was updated successfully, but these errors were encountered: