Skip to content
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

feat(blobs): re-add brillig gates check to protocol circuits #10754

Open
Tracked by #8955
MirandaWood opened this issue Dec 16, 2024 · 0 comments
Open
Tracked by #8955

feat(blobs): re-add brillig gates check to protocol circuits #10754

MirandaWood opened this issue Dec 16, 2024 · 0 comments

Comments

@MirandaWood
Copy link
Contributor

After a new brillig unconstrained gates check was added to noir (possibly noir-lang/noir#6658), this slowed down the compile time of blob code from ~6mins to ~3hrs. To make it mergeable, I temporarily added --skip-brillig-constraints-check to any build commands.
We definitely want to check and catch underconstrained code in the future. Once this can be run in a reasonable time, removed the above flag from:

  • noir-projects/Earthfile (f420a79)
  • noir-projects/noir-protocol-circuits/bootstrap.sh (e6fc5b5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant