Skip to content

feat(aggregation_mode): aggregate proofs in chunks #1896

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

Open
wants to merge 36 commits into
base: staging
Choose a base branch
from

Conversation

MarcosNicolau
Copy link
Member

@MarcosNicolau MarcosNicolau commented Apr 25, 2025

Description

Split the aggregation of proofs in chunks of 512 items.

Type of change

Please delete options that are not relevant.

  • New feature

Checklist

  • “Hotfix” to testnet, everything else to staging
  • Linked to Github Issue
  • This change depends on code or research by an external entity
    • Acknowledgements were updated to give credit
  • Unit tests added
  • This change requires new documentation.
    • Documentation has been added/updated.
  • This change is an Optimization
    • Benchmarks added/run
  • Has a known issue
  • If your PR changes the Operator compatibility (Ex: Upgrade prover versions)
    • This PR adds compatibility for operator for both versions and do not change batcher/docs/examples
    • This PR updates batcher and docs/examples to the newer version. This requires the operator are already updated to be compatible

@MarcosNicolau MarcosNicolau changed the title Feat/aggregate proofs in chunks feat:aggregate proofs in chunks Apr 25, 2025
@MarcosNicolau MarcosNicolau changed the title feat:aggregate proofs in chunks feat: aggregate proofs in chunks Apr 25, 2025
@MarcosNicolau MarcosNicolau changed the base branch from staging to refactor/agg-mode-redundancies April 25, 2025 18:56
@MarcosNicolau MarcosNicolau marked this pull request as ready for review April 25, 2025 22:04
Base automatically changed from refactor/agg-mode-redundancies to staging April 28, 2025 19:57
Copy link
Contributor

@MauroToscano MauroToscano left a comment

Choose a reason for hiding this comment

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

We need to double check the soundness of this

@MauroToscano
Copy link
Contributor

This is unsound, you need to check if the aggregated proof came from the right ELF, you can test hacking it with another program that has the right public inputs but it's not fro man Agg proof. Also, don't do something that commits and with an if you don't commit in one case, make it more explicit

@JuArce JuArce changed the title feat: aggregate proofs in chunks feat(aggregation_mode): aggregate proofs in chunks May 8, 2025
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.

2 participants