Merged
Conversation
…oir#6395) fix: make keccak256 work with input lengths greater than 136 bytes (noir-lang/noir#6393) feat: support specifying generics on a struct when calling an associated function (noir-lang/noir#6306) fix: Display every bit in integer tokens (noir-lang/noir#6360) feat: better LSP hover for functions (noir-lang/noir#6376) feat: Add capacities to brillig vectors and use them in slice ops (noir-lang/noir#6332) feat: suggest removing `!` from macro call that doesn't return Quoted (noir-lang/noir#6384) fix: (formatter) correctly format quote delimiters (noir-lang/noir#6377) fix: allow globals in format strings (noir-lang/noir#6382)
Contributor
Changes to public function bytecode sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
Contributor
|
Correctness issue, trying to revert noir-lang/noir#6375 to see if that's generating problems |
Member
Huh, that was included in the last sync (and was causing correctness issues) so not sure why it's reappearing. |
TomAFrench
approved these changes
Oct 30, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated pull of development from the noir programming language, a dependency of Aztec.
BEGIN_COMMIT_OVERRIDE
chore: use array instead of Vec in keccak256 (noir-lang/noir#6395)
fix: make keccak256 work with input lengths greater than 136 bytes (noir-lang/noir#6393)
feat: support specifying generics on a struct when calling an associated function (noir-lang/noir#6306)
fix: Display every bit in integer tokens (noir-lang/noir#6360)
feat: better LSP hover for functions (noir-lang/noir#6376)
feat: Add capacities to brillig vectors and use them in slice ops (noir-lang/noir#6332)
feat: suggest removing
!from macro call that doesn't return Quoted (noir-lang/noir#6384)fix: (formatter) correctly format quote delimiters (noir-lang/noir#6377)
fix: allow globals in format strings (noir-lang/noir#6382)
END_COMMIT_OVERRIDE