fix: add aztecVersion to PXE schema_tests fixture#22960
Merged
Conversation
benesjan
approved these changes
May 5, 2026
Collaborator
Author
|
❌ Failed to cherry-pick to |
rangozd
pushed a commit
to rangozd/aztec-packages
that referenced
this pull request
May 16, 2026
BEGIN_COMMIT_OVERRIDE refactor: `getPackageVersion` fn cleanup (AztecProtocol#22941) fix(ci): skip acceptance test for canary -commit. tags (AztecProtocol#22951) fix: closing db, correct stub side effects (AztecProtocol#22939) feat: wallet-sdk heartbeat (AztecProtocol#22948) chore: pxe db schema compatibility test (AztecProtocol#22872) feat: stamping aztec version into contract artifacts (AztecProtocol#22550) fix: add aztecVersion to PXE schema_tests fixture (AztecProtocol#22960) feat(pxe): deduplicate class ID verification per contract (AztecProtocol#22966) chore: add noirfmt.toml to noir-contracts and run nargo fmt (AztecProtocol#22971) feat(aztec-nr): Initial handshake registry contract with non interactive handshake function (AztecProtocol#22854) chore: merge next into merge-train/fairies (AztecProtocol#22991) fix(aztec-up): Aztec installer does not shadow user installed binaries on PATH (AztecProtocol#22902) test(ci): drop e2e_kernelless_simulation from backwards-compat e2e (AztecProtocol#23005) feat(ci): notify #team-fairies when backwards-compat e2e fails on nightly (AztecProtocol#23006) chore: merge next into merge-train/fairies (AztecProtocol#23021) fix: better DeployMethod (AztecProtocol#22985) refactor(pxe): batch RPC calls for note and event validation (AztecProtocol#22988) END_COMMIT_OVERRIDE
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
Fixes the merge-train/fairies CI failure introduced by #22550 (
feat: stamping aztec version into contract artifacts). That PR addedaztecVersionas a required field onContractArtifactbut missed updating the hand-rolled fixture inpxe/src/storage/backwards_compatibility_tests/schema_tests.ts, breaking theyarn tsgo -b --emitDeclarationOnlystep:Fix
aztecVersion: 'schema-fixture-version'tobuildSchemaContractArtifact()so the literal satisfiesContractArtifact. Uses a deterministic test-only string (rather thanDEV_VERSION) to keep the snapshot stable across release version bumps.__snapshots__/ContractStore.jsonto include the new field in the serialized hex bytes (insertion is betweennameandfunctions, matching declaration order inContractArtifactSchema).Schema-version impact
ARTIFACT_VERSION_BEFORE_INJECTIONis the schema's default for missingaztecVersion, so this is read-defaultable, not breaking —PXE_DATA_SCHEMA_VERSIONdoes not need bumping.CI log: http://ci.aztec-labs.com/1777999383723761
ClaudeBox log: https://claudebox.work/s/0e57df71aab3db0e?run=1