-
Notifications
You must be signed in to change notification settings - Fork 173
Replace onchain Nitro cert verification with Automata ZK verifier #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
leopoldjoy
merged 26 commits into
joby.thundil/CHAIN-3293-migrate-multiproof-contracts-to-basecontracts
from
feat/switch-nitro-certificate-verification-to-zk
Mar 5, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
17fcf51
Replace onchain Nitro cert verification with Automata ZK verifier, ad…
leopoldjoy 887cb4d
Integrate multiproof config into standard DeployConfig, fix TEEVerifi…
leopoldjoy 836a75f
Fix fmt
leopoldjoy c8d8e40
Replace aws-nitro-enclave-attestation submodule with no-git dependenc…
leopoldjoy e2ec02c
Consolidate deploy configs: migrate dev scripts to standard DeployCon…
leopoldjoy 70dd367
Regenerate snapshots for updated and new multiproof contracts
leopoldjoy 7a5a3ff
Fix Initializable test: guard ETHLockbox entries for non-interop depl…
leopoldjoy f68ba45
Add test-multiproof recipe to Justfile for CI
leopoldjoy 3bf1d92
Address PR feedback: extract GameType local var, stricter pubKey chec…
leopoldjoy 800ae88
Merge branch 'joby.thundil/CHAIN-3293-migrate-multiproof-contracts-to…
leopoldjoy 6267e4b
Resolve merge conflicts and regenerate semver-lock snapshots
leopoldjoy 93a8766
Regenerate semver-lock with CI profile for correct bytecode hashes
leopoldjoy b30caeb
Regenerate semver-lock with all compiler profiles including dispute
leopoldjoy 6ecdd16
Merge branch 'joby.thundil/CHAIN-3293-migrate-multiproof-contracts-to…
leopoldjoy f8572ca
Merge branch 'joby.thundil/CHAIN-3293-migrate-multiproof-contracts-to…
leopoldjoy fa8011c
Merge branch 'joby.thundil/CHAIN-3293-migrate-multiproof-contracts-to…
leopoldjoy 7fccc73
Regenerate semver-lock.json to remove stale dispute profile entries
leopoldjoy 89d24bc
Fix misleading TEEVerifier comment, require nitroEnclaveVerifier in d…
leopoldjoy 054df85
Reset semvar versioning in SystemConfigGlobal
leopoldjoy bb1dd03
Regenerate semver-lock.json for SystemConfigGlobal and TEEVerifier ch…
leopoldjoy 60e098d
correct SystemConfigGlobal.t.sol testInitialization() test cases to c…
leopoldjoy f56d969
use a proof threshold and allow ZK proofs after TEE nullification (#199)
roger-bai-coinbase 1f6f3a1
Fix stack-too-deep in DeployImplementations and regenerate semver-lock
leopoldjoy ec95a40
add multiproofProofThreshold to DeployConfig.s.sol to fix CI failures
leopoldjoy 759c86e
Correct semver comment
leopoldjoy e7659b3
Regenerate semver-lock following fix
leopoldjoy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -44,5 +44,8 @@ deploy-config/getting-started.json | |
| # IDE | ||
| /.idea/ | ||
|
|
||
| # Foundry | ||
| foundry.lock | ||
|
|
||
| # OS | ||
| .DS_Store | ||
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"SystemConfigGlobal":"0xf8293c0f3a36A746B559a1a51870339B20F60945","TEEVerifier":"0x82453dA61B397EE366fB2129502de9c216480aB6","DisputeGameFactory":"0xfEa8Cb315F75d838b6c76ae336a9255f81df0D50","AnchorStateRegistry":"0x556BD554854504BE2F2023F6531D25eF6f6Fe77D","DelayedWETH":"0xb1FB7f05711d2270cD658448562A29E8c5C95E9E","AggregateVerifier":"0xeeF18F1640fa79f919799B5D629908909e715f97"} |
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.