Commit 6f24ed5
committed
chore: Update Noir to nightly-2026-06-01
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.1 parent 8f34701 commit 6f24ed5
5 files changed
Lines changed: 75 additions & 23 deletions
File tree
- avm-transpiler
- noir-projects/aztec-nr/aztec/src
- note
- utils/array
- noir
- yarn-project
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | | - | |
263 | | - | |
| 261 | + | |
264 | 262 | | |
265 | 263 | | |
266 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1629 | 1629 | | |
1630 | 1630 | | |
1631 | 1631 | | |
1632 | | - | |
| 1632 | + | |
1633 | 1633 | | |
1634 | 1634 | | |
1635 | 1635 | | |
1636 | 1636 | | |
1637 | 1637 | | |
1638 | | - | |
1639 | 1638 | | |
1640 | 1639 | | |
1641 | 1640 | | |
| |||
0 commit comments