fix: update testnet compatibility test and bust cache on pinned artifact changes#22429
Merged
Thunkar merged 3 commits intoApr 9, 2026
Merged
Conversation
33bacec to
efd1c2c
Compare
…act changes - Remove SponsoredFPC from genesis computation (testnet deployed without it) - Update expected genesis archive root (verified against on-chain testnet L1) - Mix pinned artifact archive hashes into compatibility test cache prefix so the test cache busts when pinned-protocol-contracts.tar.gz or pinned-build.tar.gz change
efd1c2c to
9c7015a
Compare
alexghr
approved these changes
Apr 9, 2026
Replace cache_content_hash (which requires full CI environment) with git hash-object for hashing pinned archive files directly.
Previous CI failure was unrelated (docs/example/bootstrap.sh), not the cache_content_hash call. Restore the correct approach.
Thunkar
added a commit
that referenced
this pull request
Apr 9, 2026
BEGIN_COMMIT_OVERRIDE cherry-pick: fix(pxe): support custom PrivateKernelProver and unify EmbeddedWalletOptions (#22348) fix: update testnet compatibility test and bust cache on pinned artifact changes (#22429) fix(pxe): support custom PrivateKernelProver and unify EmbeddedWalletOptions (backport #22348) (#22391) refactor!: ephemeral arrays (#22162) 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
Two changes to fix the testnet compatibility test breakage on v4-next:
1. Fix test to match actual testnet deployment
0x15684c8c...(verified against on-chain testnet L1 rollup at0xf6d0...c1on Sepolia)2. Bust test cache when pinned artifacts change
pinned-protocol-contracts.tar.gz,pinned-build.tar.gz(VKs), andmock-protocol-circuits/pinned-build.tar.gzinto the compatibility test cache prefixOn-chain verification