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

Unify AggregationChildTarget structs and reduce nb of args in method #188

Merged
merged 3 commits into from
Apr 24, 2024

Conversation

Nashtare
Copy link
Collaborator

@LindaGuiga This is what I meant by relying on AggregationChildTarget<D> instead. The current structs are semantically the same, just the internal fields are named differently.

@Nashtare Nashtare requested a review from LindaGuiga April 24, 2024 15:45
@github-actions github-actions bot added the crate: evm_arithmetization Anything related to the evm_arithmetization crate. label Apr 24, 2024
Copy link
Contributor

@LindaGuiga LindaGuiga left a comment

Choose a reason for hiding this comment

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

Thank you!

@Nashtare Nashtare merged commit 595f796 into all_data_for_zero_bin Apr 24, 2024
6 checks passed
@Nashtare Nashtare deleted the reduce-args branch April 24, 2024 16:17
Nashtare added a commit that referenced this pull request Apr 24, 2024
* Generate all segments prior to proving

* Cleanup

* Add comment

* Apply comments

* Apply suggestions

* Apply more suggestions

* Add MemoryState serialization with BigArray, and fix proof_gen for zero-bin

* Change create_transaction_circuit so that it always takes a lhs and a rhs

* Differentiate aggregation circuits and fix create_transaction_aggregation.

* Fix empty_txn_list and cleanup

* Change generate_all_segments so it generates at least two segments

* Update default size and .env

* Remove extra file

* Improve comments

* Apply comments

* Unify `AggregationChildTarget` structs and reduce nb of args in method (#188)

* Unify types

* Reduce arguments

* Reorder args for consistency

---------

Co-authored-by: Robin Salen <salenrobin@gmail.com>
Co-authored-by: Robin Salen <30937548+Nashtare@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crate: evm_arithmetization Anything related to the evm_arithmetization crate.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants