-
Notifications
You must be signed in to change notification settings - Fork 38
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
Prune non-necessary values from PublicValues
prior 2-to-1 aggregation
#526
Conversation
We may need to expose additional/different data depending on discussions with Hermez, so putting this on hold for now. |
8051706
to
4626501
Compare
@LindaGuiga I think the addition of the consolidated block hashes at the block layer will bring a lot of noise, so perhaps it'd be best to merge this as is and handle the addition in a follow-up PR. If this isn't reviewed by then, I'll just open the second PR against this branch. |
31174c8
to
abf65dd
Compare
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!
Also rename some methods in
proof
module to clarify that they are declaringpublic_inputs
as opposed to arbitrary targets, accordingly to the regular terminology used incircuit_builder
methods on the plonky2 side.closes #525