-
Notifications
You must be signed in to change notification settings - Fork 391
feat: aggregation mode #1840
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
feat: aggregation mode #1840
Conversation
Changes to gas cost
🧾 Summary (10% most significant diffs)
Full diff report 👇
|
| //bytes calldata sp1ProofBytes | ||
| ) external; | ||
|
|
||
| function getAggregatedProof(uint64 proofNumber) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be nice to add docs for this function
| @@ -0,0 +1,40 @@ | |||
| use aligned_sdk::core::types::VerificationData; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add checks to avoid OOM DDoS
JuArce
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There is missing guide to run in /docs/.../setup_aligned, but it can be added in a new PR
Description
Aligned aggregation mode first iteration.
Type of change
Please delete options that are not relevant.
Checklist
testnet, everything else tostaging