-
Notifications
You must be signed in to change notification settings - Fork 63
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
prover(conglomeration): implements the proof aggregation mechanism #564
Draft
AlexandreBelling
wants to merge
57
commits into
prover/limitless-top-level
Choose a base branch
from
prover/limitless-conglomeration
base: prover/limitless-top-level
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
prover(conglomeration): implements the proof aggregation mechanism #564
AlexandreBelling
wants to merge
57
commits into
prover/limitless-top-level
from
prover/limitless-conglomeration
Conversation
This file contains 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
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 16, 2025 16:16 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 16, 2025 23:54 — with
GitHub Actions
Error
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## prover/limitless-top-level #564 +/- ##
=============================================================
Coverage 68.49% 68.49%
Complexity 1130 1130
=============================================================
Files 321 321
Lines 12842 12842
Branches 1287 1287
=============================================================
Hits 8796 8796
Misses 3506 3506
Partials 540 540
*This pull request uses carry forward flags. Click here to find out more. |
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 17, 2025 14:49 — with
GitHub Actions
Error
… for every context
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 17, 2025 21:04 — with
GitHub Actions
Error
…xt is self-recursed
* better error message in the verifier of self-recursion * bad condition in AllKeysInProverTranscript * vortex proving from rs encoded matrix * fix how the fs is extracted from the state in conglo * make FiatShamirSetup public * initializes the state in verifier runtime
… prover/limitless-conglomeration
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 19, 2025 14:54 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 19, 2025 14:59 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 20, 2025 13:15 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 20, 2025 13:18 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 20, 2025 15:08 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 20, 2025 17:14 — with
GitHub Actions
Error
AlexandreBelling
had a problem deploying
to
docker-build-and-e2e
January 20, 2025 17:19 — with
GitHub Actions
Error
…rtex-verifier-steps
* minor(wizard): adding GetQuery to the Runtime and GnarkRuntime interface * fixup(conglo): support the case where there are dry rounds in vortex * minor(mpts): using the run GetQuery method * minor(selfrec): better error message * test(conglo): adds a test case for arcane + lookup
AlexandreBelling
requested a deployment
to
docker-build-and-e2e
January 22, 2025 14:55 — with
GitHub Actions
Waiting
AlexandreBelling
changed the title
feat(conglomeration): implements the context translation
prover(conglomeration): implements the proof aggregation mechanism
Jan 24, 2025
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 implements issue(s) #
Checklist