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

#711 + #713 remove num chunks from public input; relax the constraints for the dummy chunk proofs to avoid dummy chunk proofgen time #712

Merged
merged 37 commits into from
Aug 4, 2023

Conversation

zhenfeizhang
Copy link

@zhenfeizhang zhenfeizhang commented Aug 2, 2023

Description

Issue Link

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Contents

  • [item]

Rationale

[design decisions and extended information]

How Has This Been Tested?

  • real prover over dynamic number of mock chunks

@zhenfeizhang zhenfeizhang marked this pull request as ready for review August 2, 2023 20:39
@zhenfeizhang zhenfeizhang changed the title 711 remove num chunks from public input 711 + 713 remove num chunks from public input; relax the constraints for the dummy chunk proofs to avoid dummy chunk proofgen time Aug 2, 2023
@zhenfeizhang zhenfeizhang self-assigned this Aug 2, 2023
@kunxian-xia
Copy link

@zhenfeizhang The pr #686 is still buggy. And can you change the base branch of these sub-PRs to this branch? This will make sure that all changes in the sub-PRs are included in this PR.

@zhenfeizhang
Copy link
Author

@zhenfeizhang The pr #686 is still buggy. And can you change the base branch of these sub-PRs to this branch? This will make sure that all changes in the sub-PRs are included in this PR.

Oh missed that comment. will address

@zhenfeizhang zhenfeizhang mentioned this pull request Aug 4, 2023
4 tasks
aggregator/README.md Show resolved Hide resolved
aggregator/README.md Outdated Show resolved Hide resolved
aggregator/src/core.rs Outdated Show resolved Hide resolved
aggregator/src/core.rs Outdated Show resolved Hide resolved
aggregator/src/core.rs Outdated Show resolved Hide resolved
aggregator/src/core.rs Show resolved Hide resolved
aggregator/src/core.rs Outdated Show resolved Hide resolved
@kunxian-xia
Copy link

Only the last comment is potential vulnerability while the others are primarily related to docs.

@kunxian-xia kunxian-xia self-requested a review August 4, 2023 15:20
Copy link

@kunxian-xia kunxian-xia left a comment

Choose a reason for hiding this comment

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

One last problem is that is_final cells are not exported and not enforced to be true.

@zhenfeizhang
Copy link
Author

One last problem is that is_final cells are not exported and not enforced to be true.

fixed in 2401449

@lispc lispc merged commit 8f3e82a into develop Aug 4, 2023
@lispc lispc deleted the 711-remove-num_chunks-from-public-input branch August 4, 2023 17:57
aggregator/README.md Show resolved Hide resolved
aggregator/figures/architecture.jpg Show resolved Hide resolved
aggregator/src/aggregation/rlc/gates.rs Show resolved Hide resolved
aggregator/src/aggregation/rlc/gates.rs Show resolved Hide resolved
zhenfeizhang added a commit that referenced this pull request Aug 4, 2023
icemelon added a commit that referenced this pull request Aug 9, 2023
* address additional comments on #712

* minor:typo

* address comments: editorial

* Update aggregator/README.md

Co-authored-by: Haichen Shen <[email protected]>

---------

Co-authored-by: Haichen Shen <[email protected]>
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.

Remove num_chunks from public input
7 participants