Conversation
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.
Nightly bump of
@aztec/*,.aztecrcand theNargo.tomlpins from5.3.0-nightly.20260827to5.3.0-nightly.20260918.Healthcheck run: https://github.com/AztecProtocol/aztec-packages/actions/runs/35388323568 (tag
v5.3.0-nightly.20260918,next@a2db7b7)Local verification — all green
node scripts/update.jsyarn installcleanyarn workspace @aztec-kit/contracts-aztec buildyarn format:fixyarn buildyarn testNo migration fixes were needed — the bump is a pure repin.
.github/actions/setupinstalls the CLI fromand that object does not exist for any nightly after
5.3.0-nightly.20260909. Probed just now on both the public host and its origin (install.aztec-labs.com):5.3.0-nightly.202609095.3.0-nightly.20260910…20260918The
nightlyandv5-nightlyaliases oninstall.aztec-labs.com/aliases/both still resolve to5.3.0-nightly.20260909, so the toolchain-side release pipeline has not published anything for eight days while npm has kept publishing daily. The per-versionversionsmanifest 404s for the same range.This is not specific to this PR or to the container — CI hits the identical URL, so the
build,integrationande2ejobs will all fail at the setup step until upstream republishes the install assets.To get local signal anyway, the toolchain was assembled by hand: the last published per-version installer (
20260909) is fully generic apart from a hardcodedVERSION=and theversionsmanifest it fetches, so it was re-pointed at5.3.0-nightly.20260918with the20260909manifest (noirv1.0.0-beta.25, foundry1.4.1, node24.12.0) supplied locally. That installs@aztec/aztec@5.3.0-nightly.20260918from npm and the matching native tools;aztec --versionreports5.3.0-nightly.20260918. Every result in the table above comes from that toolchain.Caveat on that workaround: the noir/foundry pins are
20260909's, because the real20260918manifest was never published. Contract compilation and the full e2e suite pass against them, so they look correct, but they are inferred rather than authoritative.Recommended handling: fix the install-asset publishing upstream, then re-run this PR's CI unchanged. The repin itself needs no further work.
Created by claudebox · group:
aztec-kit-nightly· Slack thread