-
Notifications
You must be signed in to change notification settings - Fork 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
Prover/Convert projection protocol to a query #585
Open
arijitdutta67
wants to merge
15
commits into
prover/limitless-top-level
Choose a base branch
from
prover/convert-projection-to-query
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.
Open
Prover/Convert projection protocol to a query #585
arijitdutta67
wants to merge
15
commits into
prover/limitless-top-level
from
prover/convert-projection-to-query
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
arijitdutta67
changed the title
added projection query
Prover/Convert projection protocol to a query
Jan 21, 2025
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 21, 2025 13:26 — 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 #585 +/- ##
=============================================================
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. |
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 23, 2025 06:38 — with
GitHub Actions
Error
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 23, 2025 06:59 — with
GitHub Actions
Error
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 23, 2025 07:15 — with
GitHub Actions
Error
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 23, 2025 07:24 — with
GitHub Actions
Error
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 23, 2025 10:02 — with
GitHub Actions
Error
arijitdutta67
temporarily deployed
to
docker-build-and-e2e
January 23, 2025 10:42 — with
GitHub Actions
Inactive
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 24, 2025 07:43 — with
GitHub Actions
Error
jvm-libs/blob-compressor/src/test/resources/net/consensys/linea/nativecompressor/rlp_blocks.bin
Outdated
Show resolved
Hide resolved
…ion-to-query Signed-off-by: Arijit Dutta <[email protected]>
arijitdutta67
had a problem deploying
to
docker-build-and-e2e
January 25, 2025 04:35 — with
GitHub Actions
Error
arijitdutta67
temporarily deployed
to
docker-build-and-e2e
January 25, 2025 04:48 — with
GitHub Actions
Inactive
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 converts the projection protocol to a query of the compiled IOP. This is a prerequisite for horizontal and vertical splitting for the limitless prover.
Checklist