-
Notifications
You must be signed in to change notification settings - Fork 198
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
Put ExpressionWidth
into the circuit definition
#4012
Labels
enhancement
New feature or request
Comments
5 tasks
kevaundray
added a commit
to AztecProtocol/aztec-packages
that referenced
this issue
Feb 5, 2024
Resolves Noir issue noir-lang/noir#4012, by adding ExpressionWidth into acir. The PR simply account for this new field and update the serialisation. It also set the width during csat transformation phase. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
AztecBot
pushed a commit
to AztecProtocol/barretenberg
that referenced
this issue
Feb 6, 2024
Resolves Noir issue noir-lang/noir#4012, by adding ExpressionWidth into acir. The PR simply account for this new field and update the serialisation. It also set the width during csat transformation phase. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
TomAFrench
pushed a commit
to AztecProtocol/aztec-packages
that referenced
this issue
Feb 7, 2024
Resolves Noir issue noir-lang/noir#4012, by adding ExpressionWidth into acir. The PR simply account for this new field and update the serialisation. It also set the width during csat transformation phase. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
Resolves Noir issue noir-lang/noir#4012, by adding ExpressionWidth into acir. The PR simply account for this new field and update the serialisation. It also set the width during csat transformation phase. --------- Co-authored-by: kevaundray <kevtheappdev@gmail.com>
Closing as resolved by AztecProtocol/aztec-packages#4014 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
It is not apparent if a circuit has been reduced or not, just by reading the bytecode
Happy Case
We can move ExpressionWidth into the ACIR structure to make this apparent.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: