-
Notifications
You must be signed in to change notification settings - Fork 389
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
Conversation
* add range table * replace Range256Table of rlp_circuit_fsm * replace u16_table of tx_circuit * use TableColumn * add type alias * use type alias * annotate lookup column
prune debug prints and lint
* speedup ci using verify_at_rows * use verify_at_rows to speedup super circuit ci tests
Co-authored-by: kunxian xia <[email protected]>
@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 |
Only the last comment is potential vulnerability while the others are primarily related to docs. |
…scroll-tech/zkevm-circuits into 711-remove-num_chunks-from-public-input
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.
One last problem is that is_final
cells are not exported and not enforced to be true.
fixed in 2401449 |
* 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]>
Description
new features
integrated fixes in
Issue Link
Type of change
Contents
Rationale
[design decisions and extended information]
How Has This Been Tested?