-
Notifications
You must be signed in to change notification settings - Fork 231
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: read-only array #899
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this PR contains changes from the dynamic indexing PR. Is it required?
Yes, I have updated the description to indicate that it should be merged after the dynamic indexing PR. |
The PR can now be reviewed as #886 is merged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting fixes to the typo Tom caught and a small simplification
Co-authored-by: Tom French <[email protected]>
…into gd/dynamic_array6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for keeping up with all the small suggestions. Apologies it took so many rounds
np, as long as you keep being reactive, it's fine! |
Description
Summary of changes
Detect when an array is read-only so that fewer constraints are generated
Dependency
This PR relies on the dynamic array indexing PR #886 and must be merged after.
Checklist
cargo fmt
with default settings.Additional context
We should be able to use read-only arrays with barretenberg turbo-plonk implementation.