Add prove-dryrun script#69
Draft
Kourin1996 wants to merge 3 commits intoKourin1996/cherry-pick-preflight-scriptfrom
Draft
Add prove-dryrun script#69Kourin1996 wants to merge 3 commits intoKourin1996/cherry-pick-preflight-scriptfrom
Kourin1996 wants to merge 3 commits intoKourin1996/cherry-pick-preflight-scriptfrom
Conversation
2c5e623 to
1b6f5ee
Compare
* feat: add preflight check script for fp * docs: update and fix * chore: cleanup * chore: default to .env.preflight * chore: apply comments * docs: add note about altda feature flags * feat: introduce SET_IMPL_BLOCK env var * refactor: make AGG_PROOF_MODE configurable * chore: make USE_KMS_REQUESTER optional * docs: make l1 beacon rpc required * configurable CHUNK_SIZE * fix: effective strategy * fix * cleanup * docs * docs --------- Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com>
7605505 to
00cc287
Compare
Lint code
1b6f5ee to
49ac1e3
Compare
seolaoh
reviewed
Dec 10, 2025
seolaoh
reviewed
Dec 12, 2025
Collaborator
There was a problem hiding this comment.
Isn't it better to place it under scripts/utils/bin as PARALLEL_COST_ESTIMATOR_README.md?
| - `L2_RPC`: L2 execution RPC URL | ||
| - `L2_NODE_RPC`: L2 consensus RPC URL | ||
| - `EIGENDA_PROXY_ADDRESS`: EigenDA proxy URL | ||
| - `USE_KMS_REQUESTER`: If `false`, expects `NETWORK_PRIVATE_KEY` to be an AWS KMS key ARN |
Collaborator
There was a problem hiding this comment.
Suggested change
| - `USE_KMS_REQUESTER`: If `false`, expects `NETWORK_PRIVATE_KEY` to be an AWS KMS key ARN | |
| - `USE_KMS_REQUESTER`: If `true`, expects `NETWORK_PRIVATE_KEY` to be an AWS KMS key ARN |
Comment on lines
+39
to
+40
| - `GAME_TYPE`: Fault dispute game type (e.g., `42`) | ||
| - `PROPOSER_ADDRESS`: Proposer address |
Collaborator
There was a problem hiding this comment.
Do we need these variables?
Suggested change
| - `GAME_TYPE`: Fault dispute game type (e.g., `42`) | |
| - `PROPOSER_ADDRESS`: Proposer address |
44a65a0 to
a8c9241
Compare
Author
|
Changed it as a draft because #68 is blocked (the PR updates ELFs and we shouldn't merge before next release) |
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.
This PR adds
prove-dryruncommand that creates a real proof for specified game and callprovewith the proof in forked Anvil network.This code is based on upstream preflight script (ref: #68)