fix: add @aztec/accounts to backwards compatibility test infra#22490
Merged
Conversation
The legacy Jest resolver was only redirecting artifacts for @aztec/noir-contracts.js and @aztec/noir-test-contracts.js but not @aztec/accounts, causing e2e_fees/account_init.test.ts to fail when running with CONTRACT_ARTIFACTS_VERSION set. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Thunkar
approved these changes
Apr 13, 2026
AztecBot
pushed a commit
that referenced
this pull request
Apr 13, 2026
Collaborator
|
✅ Successfully backported to backport-to-v4-next-staging #22492. |
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Apr 13, 2026
BEGIN_COMMIT_OVERRIDE fix: add @aztec/accounts to backwards compatibility test infra (#22490) END_COMMIT_OVERRIDE
AztecBot
added a commit
that referenced
this pull request
Apr 13, 2026
BEGIN_COMMIT_OVERRIDE cherry-pick: chore: Update Noir to nightly-2026-04-10 (#22393) chore: backport #22393 (Update Noir to nightly-2026-04-10) to v4-next (#22485) fix: add @aztec/accounts to backwards compatibility test infra (#22490) fix(aztec-nr): check_notes_order lexicographic multi-key sort (#21973) END_COMMIT_OVERRIDE
critesjosh
pushed a commit
that referenced
this pull request
Apr 14, 2026
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.
Summary
@aztec/accountsto theREDIRECTEDarray in the legacy Jest resolver so that account contract artifacts (e.g.,SchnorrAccount.json) are also redirected when running backwards compatibility tests withCONTRACT_ARTIFACTS_VERSION.e2e_fees/account_init.test.tsfails because the@aztec/accountsartifacts were not being swapped to the legacy versions.Test plan
CONTRACT_ARTIFACTS_VERSION=<last-nightly> yarn workspace @aztec/end-to-end test:e2e src/e2e_fees/account_init.test.tsand verify it passes@aztec/accountsbeing installed and its artifacts redirected🤖 Generated with Claude Code