feat(standard-contracts): pin compiled artifacts for release-branch reproducibility check#23262
Draft
dbanks12 wants to merge 1 commit into
Draft
Conversation
This was referenced May 13, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
d2f6d24 to
c662d17
Compare
966fca5 to
3702cda
Compare
c662d17 to
e4f8cb3
Compare
c291b97 to
91cba07
Compare
2a01c1e to
7e4e2fa
Compare
991fe58 to
c312b64
Compare
b584d56 to
6fee021
Compare
536846d to
bded191
Compare
6fee021 to
3ebe06c
Compare
…eproducibility check
3ebe06c to
d17d039
Compare
bded191 to
1e72115
Compare
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.

Commits the freshly-built artifact JSON for each demoted standard contract (
auth_registry,public_checks,multi_call_entrypoint) underyarn-project/standard-contracts/src/<name>/pinned/, plus a per-contractreproducibility.test.tsthat compares the pinned artifact's sha256 against the freshly-built artifact's sha256.The tests are
it.skip(...)'d by default; CI onnextstays green. To enable on a release branch, drop the.skip(or run the test manually:yarn workspace @aztec/standard-contracts test src/<name>/reproducibility.test.ts).