feat: update default Aztec version to v5.0.0-rc.1#26
Draft
critesjosh wants to merge 2 commits into
Draft
Conversation
Bump DEFAULT_AZTEC_VERSION from v4.3.0 to v5.0.0-rc.1 to match the version testnet is currently running. Verified via git ls-remote that the v5.0.0-rc.1 tag exists on every version-tagged repo (aztec-packages, aztec-examples, aztec-starter, demo-wallet). The versioned-docs sparse path resolves to docs/developer_versioned_docs/version-v5.0.0-rc.1, which exists on the `next` branch (alongside version-v4.3.1 — note the old v4.3.0 default pointed at a directory that no longer exists there). Also updated the JSDoc, tool description, and README examples for consistency. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Caught in Codex review — the manual smoke script (not wired into CI) still pinned v4.3.0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Collaborator
Author
Codex review (gpt-5.5, high reasoning effort)Verdict: REQUEST CHANGES → addressed below.
Codex couldn't reach GitHub (sandboxed) or run Vitest (read-only fs); upstream tag existence was verified separately, and all 306 tests pass locally after the fix. |
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.
What
Bumps
DEFAULT_AZTEC_VERSIONfromv4.3.0→v5.0.0-rc.1, the version testnet is currently running.Version-tag verification
Checked
git ls-remoteagainst every repo the version tag actually applies to —v5.0.0-rc.1exists on all of them:v5.0.0-rc.1matchLatestIncrementalTag, exact tag present)skipVersionTag: true— unaffectedmaster— unaffectedThe
aztec-packagessparse-path override resolvesdocs/developer_versioned_docs/version-{version}→version-v5.0.0-rc.1, which exists on thenextbranch (alongsideversion-v4.3.1). Note the oldv4.3.0default pointed atversion-v4.3.0, a directory that no longer exists onnext— so this is also more correct than before.Changes
src/repos/config.ts—DEFAULT_AZTEC_VERSION(functional) + JSDoc examplesrc/index.ts—aztec_sync_repostool description exampleREADME.md— version examples (×4)Notes
v5.0.0ships, the default will want another bump.DEFAULT_AZTEC_VERSIONlocally, so they're unaffected.)🤖 Generated with Claude Code