Skip to content

Update to 5.0.0-nightly.20260715 + show Aztec SDK version in UI - #62

Merged
Thunkar merged 2 commits into
gj/update-to-v5-stablefrom
gj/update-to-v5-nightly
Jul 15, 2026
Merged

Update to 5.0.0-nightly.20260715 + show Aztec SDK version in UI#62
Thunkar merged 2 commits into
gj/update-to-v5-stablefrom
gj/update-to-v5-nightly

Conversation

@Thunkar

@Thunkar Thunkar commented Jul 15, 2026

Copy link
Copy Markdown
Collaborator

Builds on #59 (v5.0.0 stable migration). Base is gj/update-to-v5-stable so the diff below is just the incremental work; GitHub will retarget this to main once #59 merges.

1. Update to the latest v5 nightly

Bumps all @aztec/* packages from 5.0.05.0.0-nightly.20260715 (tonight's release) across every workspace to pick up the latest fixes. No source changes were needed — the v5 migration from #59 is drop-in compatible with the nightly.

2. Show the Aztec SDK version in the UI

Adds a footer at the bottom of the expanded menu drawer showing the Aztec SDK version the wallet is built against — useful for telling which SDK build a running wallet uses when testing nightlies.

  • Version is read from the workspace's pinned @aztec/aztec.js dependency at build time and injected via a Vite define (__AZTEC_SDK_VERSION__) in both the web and Electron-renderer configs — one source of truth that tracks whatever is installed.
  • shared/src/ui/utils/version.ts reads the define, falling back to "unknown" where it isn't applied (e.g. unit tests).
  • The footer sits in the full-height drawer column with mt: auto, so it pins to the bottom.

Verification

Check Result
typecheck (shared/web/app) ✅ pass
extension tsc ✅ pass
test ✅ 31 pass
lint ✅ 0 errors
web build ✅ built; bundle contains injected 5.0.0-nightly.20260715 and the footer, no unreplaced __AZTEC_SDK_VERSION__

The version display was verified via build/bundle inspection (define substituted correctly, label + version present). I did not drive the wallet in a live browser — happy to add a screenshot if useful.

🤖 Generated with Claude Code

Thunkar and others added 2 commits July 15, 2026 17:42
Bump all @aztec/* packages from the 5.0.0 stable release to tonight's
nightly (5.0.0-nightly.20260715) to pick up the latest fixes, across all
workspaces. No source changes were required — the v5 migration on this
branch is drop-in compatible with the nightly (typecheck, tests, extension
compile and web build all pass).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Surface the Aztec SDK version the wallet is built against in a footer at
the bottom of the expanded menu drawer, so it's easy to tell which SDK
build a running wallet is using (handy when testing nightlies).

The version is read from the workspace's pinned @aztec/aztec.js dependency
at build time and injected via a Vite `define` (__AZTEC_SDK_VERSION__) in
both the web and Electron-renderer configs — a single source of truth that
tracks whatever version is installed. shared/src/ui/utils/version.ts reads
the define and falls back to "unknown" where it isn't applied (e.g. tests).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

🚀 Web wallet deployed!

Preview URL: https://demo-wallet-ju36r62tt-thunkars-projects.vercel.app

@Thunkar
Thunkar merged commit 37bc5b8 into gj/update-to-v5-stable Jul 15, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant