feat(zk-backend): two-stage groth16 dry-run#3869
Open
mw2000 wants to merge 1 commit into
Open
Conversation
c57445f to
e990def
Compare
e990def to
f2adb7f
Compare
40549d5 to
e806c5d
Compare
f2adb7f to
983d611
Compare
e806c5d to
53ee3d8
Compare
e9be5b5 to
e4402c9
Compare
mw2000
added a commit
that referenced
this pull request
Jul 8, 2026
Snark dry-run completion lands in the stacked #3869 backend work, so keep the helper able to submit snark_groth16 requests. Co-authored-by: Cursor <cursoragent@cursor.com>
53ee3d8 to
e1c3714
Compare
e4402c9 to
3c54cad
Compare
e1c3714 to
910ebeb
Compare
3c54cad to
02c9eb5
Compare
Base automatically changed from
mw2000/zk-host-groth16-orchestration-host
to
main
July 9, 2026 12:38
Collaborator
🟡 Heimdall Review Status
|
02c9eb5 to
c41af3a
Compare
c41af3a to
c45cb93
Compare
Add two-stage (STARK range -> SNARK aggregation) dry-run support, trim docs/tests to essentials, and re-parent onto the narrowed submit base. Co-authored-by: Cursor <cursoragent@cursor.com>
c45cb93 to
f436fef
Compare
Contributor
Review SummaryPR: feat(zk-backend): two-stage groth16 dry-run This PR extends the dry-run ZK backend to support the two-stage STARK-to-SNARK flow via What looks good
No new issues foundThe existing inline comments from the prior review round have been addressed in the current code. No additional concerns to raise. |
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
SnarkGroth16jobs from the STARK range stage to a SNARK aggregation stage viasubmit_next, storing a per-stage result keyed by backend session id.Made with Cursor