Skip to content
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

ProverCommitmentScheme::commit_on_evals() #707

Merged

Conversation

spapinistarkware
Copy link
Contributor

@spapinistarkware spapinistarkware commented Jul 7, 2024

This change is Reviewable

@spapinistarkware spapinistarkware mentioned this pull request Jul 7, 2024
@codecov-commenter
Copy link

codecov-commenter commented Jul 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.20%. Comparing base (2c6cbfd) to head (a4f2daf).

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #707   +/-   ##
=======================================
  Coverage   90.20%   90.20%           
=======================================
  Files          81       81           
  Lines       10354    10356    +2     
  Branches    10354    10356    +2     
=======================================
+ Hits         9340     9342    +2     
  Misses        930      930           
  Partials       84       84           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from cf1e5a0 to 55dd49d Compare July 7, 2024 10:51
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from 55dd49d to 5df2bae Compare July 7, 2024 12:27
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from 5df2bae to 915e924 Compare July 8, 2024 06:58
This was referenced Jul 8, 2024
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from 915e924 to 5fcc423 Compare July 8, 2024 11:46
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from 5fcc423 to c9f154f Compare July 8, 2024 11:52
This was referenced Jul 9, 2024
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from c9f154f to cc0334e Compare July 9, 2024 05:51
@spapinistarkware spapinistarkware changed the base branch from spapini/07-05-eval_framework to eval_framework_info July 9, 2024 05:51
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from cc0334e to c92de45 Compare July 10, 2024 06:39
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from c92de45 to e4cf4fa Compare July 14, 2024 08:57
Copy link
Collaborator

@shaharsamocha7 shaharsamocha7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 3 of 3 files at r1, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @spapinistarkware)


crates/prover/src/core/pcs/prover.rs line 61 at r1 (raw file):

        &mut self,
        evals: ColumnVec<CircleEvaluation<B, BaseField, BitReversedOrder>>,
        channel: &mut Blake2sChannel,

?

Suggestion:

        channel: &mut ProofChannel,

crates/prover/src/core/pcs/prover.rs line 64 at r1 (raw file):

        twiddles: &TwiddleTree<B>,
    ) {
        let span = span!(Level::INFO, "Interpolation").entered();

Do we care that this interpolation is for commitment? and not for constraints?

Suggestion:

        let span = span!(Level::INFO, "Interpolation for commitment").entered();

@spapinistarkware spapinistarkware force-pushed the eval_framework_info branch 2 times, most recently from 0d809f0 to 3f50cef Compare July 14, 2024 11:54
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from e4cf4fa to 7112eba Compare July 14, 2024 11:55
Copy link
Contributor Author

@spapinistarkware spapinistarkware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 3 files at r1.
Reviewable status: 2 of 3 files reviewed, 2 unresolved discussions (waiting on @shaharsamocha7)


crates/prover/src/core/pcs/prover.rs line 61 at r1 (raw file):

Previously, shaharsamocha7 wrote…

?

Done.


crates/prover/src/core/pcs/prover.rs line 64 at r1 (raw file):

Previously, shaharsamocha7 wrote…

Do we care that this interpolation is for commitment? and not for constraints?

Done.

@spapinistarkware spapinistarkware force-pushed the eval_framework_info branch 3 times, most recently from f2e7d1a to 890386f Compare July 14, 2024 12:19
@spapinistarkware spapinistarkware force-pushed the spapini/07-07-provercommitmentscheme_commit_on_evals_ branch from 7112eba to a4f2daf Compare July 14, 2024 12:30
@spapinistarkware spapinistarkware changed the base branch from eval_framework_info to dev July 14, 2024 12:30
Copy link
Collaborator

@shaharsamocha7 shaharsamocha7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @spapinistarkware)

@spapinistarkware spapinistarkware merged commit 9d7aac4 into dev Jul 14, 2024
14 checks passed
@spapinistarkware spapinistarkware mentioned this pull request Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants