Conversation
AztecBot
added a commit
that referenced
this pull request
Jun 1, 2026
Bumps the noir submodule to nightly-2026-06-01 (originally #23487) and bundles the two follow-up changes needed for CI to pass on this bump: - Replace deprecated BoundedVec::from_parts_unchecked with from_parts in aztec-nr (note_getter.nr, subbvec.nr). The bumped noir stdlib deprecates from_parts_unchecked, and aztec-nr's warnings check runs nargo check --deny-warnings, so the two call sites aborted the build. from_parts and from_parts_unchecked have identical signatures/bodies in the current stdlib, so this is a no-op-at-runtime migration. (originally #23689) - Regenerate the @aztec/noir-noir_js file: entry in yarn-project/yarn.lock, whose content hash went stale (294c27 -> 341fef) when the noir packages changed, breaking yarn install --immutable.
36ab7ce to
52892ad
Compare
935e52d to
1fd639c
Compare
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 update of Noir submodule to latest nightly.
Current: unknown
New: nightly-2026-06-02
View changes in noir-lang/noir