Skip to content

Update Aztec to v4.0.0-devnet.2-patch.1#241

Merged
critesjosh merged 1 commit intonextfrom
update/v4.0.0-devnet.2-patch.1
Feb 23, 2026
Merged

Update Aztec to v4.0.0-devnet.2-patch.1#241
critesjosh merged 1 commit intonextfrom
update/v4.0.0-devnet.2-patch.1

Conversation

@critesjosh
Copy link
Collaborator

Summary

  • Upgrade all Aztec dependencies from 4.0.0-devnet.1-patch.0 to 4.0.0-devnet.2-patch.1
  • Replace removed @aztec/test-wallet package with @aztec/wallets + @aztec/wallet-sdk (TestWalletEmbeddedWallet)
  • Fix breaking Noir import rename: oracle::debug_logoracle::logging
  • Update config files, Dockerfile, CI workflow, README, and AGENTS.md

Test plan

  • Noir TXE tests: 16/16 passed (yarn test:nr)
  • TypeScript E2E tests: 16/16 passed across 3 suites (yarn test:js)
  • Contract compiles and codegen succeeds
  • All TS files resolve without type errors

🤖 Generated with Claude Code

- Bump aztec-nr tag in Nargo.toml
- Bump all @aztec/* packages in package.json
- Replace @aztec/test-wallet (removed) with @aztec/wallets + @aztec/wallet-sdk
- Add @aztec/constants and @aztec/entrypoints dependencies
- Migrate TestWallet → EmbeddedWallet across all TS files
- Fix registerSender() calls (now requires alias argument)
- Fix Noir debug_log import: oracle::debug_log → oracle::logging
- Update config JSON files, Dockerfile, CI workflow, and README
- Simplify multiple_wallet.ts (EmbeddedWallet handles PXE stores internally)
- Update AGENTS.md with accurate testing and setup instructions
- Fix README: install instructions, env var names, test descriptions

All tests pass: 16 Noir TXE + 16 TypeScript E2E.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@critesjosh critesjosh merged commit 5f8ed8d into next Feb 23, 2026
1 check passed
@critesjosh critesjosh deleted the update/v4.0.0-devnet.2-patch.1 branch February 23, 2026 17:23
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