-
Notifications
You must be signed in to change notification settings - Fork 2
feat: openvm euclid v2 #64
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
60a2f36
feat: openvm euclid v2
354f32f
feat: add prev_msg_queue_hash
yiweichi 1f33a10
update witnesses
a50cde2
rename witnesses to block_witnesses
c38dad0
more renames
ea16370
feat: add log for submit proof (#65)
yiweichi 78d118b
fix: don't resubmit failed proof task
yiweichi fa6b23d
chore: add logs for debugging (#66)
yiweichi 16e0f4b
revert mods imports (#67)
yiweichi 36f1808
fix: build (#69)
yiweichi e27915b
chore: add debug logs when submit proof (#70)
yiweichi f7a0599
add logs for debugging (#68)
yiweichi c81e5f2
fix: submit proof dead loop retry (#71)
yiweichi 45c8c3e
Update depending for new euclid rc.11 (#72)
noel2004 926ff95
add fork_name in chunk task's input_map
2a6c3d4
fix
8006412
Merge branch 'main' into feat/openvm-euclid-v2
colinlyguo e6f5114
fix: ci
yiweichi 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
|---|---|---|
| @@ -1,38 +1,23 @@ | ||
| { | ||
| "prover_name_prefix": "prover_name", | ||
| "keys_dir": "keys", | ||
| "coordinator": { | ||
| "base_url": "https://coordinator-api.scrollsdk", | ||
| "retry_count": 3, | ||
| "retry_wait_time_sec": 5, | ||
| "connection_timeout_sec": 60 | ||
| }, | ||
| "l2geth": { | ||
| "endpoint": "https://l2-rpc.scrollsdk" | ||
| }, | ||
| "prover": { | ||
| "circuit_type": [1,2,3], | ||
| "circuit_version": "v0.13.1", | ||
| "cloud": { | ||
| "base_url": "<CLOUD_PROVING_SERVICE_BASE_URL>", | ||
| "api_key": "<API_KEY>", | ||
| "retry_count": 3, | ||
| "retry_wait_time_sec": 5, | ||
| "connection_timeout_sec": 60 | ||
| }, | ||
| "local": { | ||
| "low_version_circuit": { | ||
| "hard_fork_name": "bernoulli", | ||
| "params_path": "params", | ||
| "assets_path": "assets" | ||
| }, | ||
| "high_version_circuit": { | ||
| "hard_fork_name": "curie", | ||
| "params_path": "params", | ||
| "assets_path": "assets" | ||
| } | ||
| } | ||
| }, | ||
| "db_path": "db" | ||
| } | ||
|
|
||
| "prover_name_prefix": "prover_name", | ||
| "keys_dir": "keys", | ||
| "coordinator": { | ||
| "base_url": "http://localhost:8555", | ||
| "retry_count": 10, | ||
| "retry_wait_time_sec": 10, | ||
| "connection_timeout_sec": 30 | ||
| }, | ||
| "l2geth": { | ||
| "endpoint": "http://localhost:9999" | ||
| }, | ||
| "prover": { | ||
| "circuit_type": 2, | ||
| "supported_proof_types": [ | ||
| 1, | ||
| 2, | ||
| 3 | ||
| ], | ||
| "circuit_version": "v0.13.1" | ||
| }, | ||
| "db_path": "db" | ||
| } | ||
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
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.
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.