chore(shasta): e2e bridging tests#54
Open
nme-mvasylenko wants to merge 20 commits intofeat/shastafrom
Open
Conversation
nmjustinchan
approved these changes
Jan 16, 2026
2756003 to
a82589c
Compare
f9fe918 to
c033987
Compare
d0587da to
63348d2
Compare
fa57d04 to
602f90d
Compare
7aa49ae to
7a6de75
Compare
gehlotanish
approved these changes
Mar 2, 2026
7a6de75 to
8b88f5d
Compare
…proof requirement
…for CI e2e DEPLOY_RISC0/SP1_RETH_VERIFIER=false prevented ProofVerifierDummy from being registered in SurgeVerifier, causing Surge_InvalidProofBitFlag (0x50b89aa1) on every proveBatches call. PROVER_DUMMY=true returned 0xbb bytes which fail ECDSA recovery in ProofVerifierDummy.verifyProof. Now raiko mock mode generates valid ECDSA signatures using MOCK_KEY=PRIVATE_KEY matching DUMMY_VERIFIER_SIGNER.
…erifier for CI e2e" This reverts commit a9b6c3f.
…for CI e2e Revert NETHERMIND_CLIENT_IMAGE to pinned master-d6befe8 (master tag is unstable). Remove DEPLOY_RISC0/SP1_RETH_VERIFIER=false overrides that prevented ProofVerifierDummy from being registered in SurgeVerifier causing Surge_InvalidProofBitFlag (0x50b89aa1). Remove PROVER_DUMMY=true override: raiko mock mode generates valid ECDSA signatures using MOCK_KEY=PRIVATE_KEY matching DUMMY_VERIFIER_SIGNER=PUBLIC_KEY.
…nned sha" This reverts commit 21334e2.
…ad of pinned sha"" This reverts commit 3e642c9.
…er instead of pinned sha""" This reverts commit bc875fe.
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.
L2->L1 bridge in e2e tests WORKS ONLY WITH
NETHERMIND_CLIENT_IMAGE=nethermindeth/nethermind:master-d6befe8and doesn't work with
nethermind:masteras of Mar-2026