chore: Update Noir to nightly-2026-06-01#23765
Open
AztecBot wants to merge 1 commit into
Open
Conversation
TomAFrench
approved these changes
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.
10c75b2 to
6f24ed5
Compare
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
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.
Bumps the noir submodule to
nightly-2026-06-01(originally #23487) plus the two follow-up changes needed for CI to pass on this bump, squashed into a single commit socheck-squashedis satisfied.Contents
nightly-2026-06-01+avm-transpiler/Cargo.lock(from chore: Update Noir to nightly-2026-06-02 #23487).BoundedVec::from_parts_uncheckedwithfrom_partsin aztec-nr (note_getter.nr,subbvec.nr) — cherry-pick of fix: replace deprecated BoundedVec::from_parts_unchecked in aztec-nr #23689. The bumped stdlib deprecatesfrom_parts_unchecked, and aztec-nr's warnings check runsnargo check --deny-warnings, so the two call sites aborted the build.from_partsandfrom_parts_uncheckedhave identical signatures/bodies in the current stdlib, so this is a no-op-at-runtime migration.yarn-project/yarn.lockregen — the@aztec/noir-noir_jsfile:entry's content hash went stale (294c27→341fef) when the noir packages changed, breakingyarn install --immutable. Only that one entry is updated (hash bumped, stale checksum dropped to match the resolution the build now produces).Refs #23487, #23689.