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
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
3ebe06c to
d17d039
Compare
1e72115 to
948ba98
Compare
d17d039 to
4fd03ac
Compare
948ba98 to
30edb2f
Compare
4fd03ac to
6bda65c
Compare
30edb2f to
9f8bb05
Compare
6bda65c to
98cbab1
Compare
9f8bb05 to
7e52403
Compare
2b5e859 to
4a6f95e
Compare
7e52403 to
02de6e6
Compare
4a6f95e to
2d3adfe
Compare
02de6e6 to
04b4114
Compare
2d3adfe to
ef02e24
Compare
04b4114 to
85a4440
Compare
…eproducibility check
ef02e24 to
effc890
Compare
85a4440 to
ca91f9b
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).