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

Refactor the code structure #155

Merged
merged 6 commits into from
Jun 27, 2023
Merged

Refactor the code structure #155

merged 6 commits into from
Jun 27, 2023

Conversation

silathdiir
Copy link
Contributor

@silathdiir silathdiir commented Jun 22, 2023

This fix affects other pending PRs which use or update zkevm folder.

Summary

According to #145 and discussing with @icemelon , suppose to rename zkevm crate (and folder) to prover first (this PR), then work on this Asana task.

Test

Clone new clean code and test with make test-agg (could pass) on super.

@silathdiir silathdiir force-pushed the rename-zkevm-crate-to-prover branch from c4783ad to 3bdf4e1 Compare June 22, 2023 08:33
@silathdiir silathdiir changed the title [WIP] Rename zkevm crate to prover Rename zkevm crate to prover Jun 22, 2023
@silathdiir silathdiir changed the title Rename zkevm crate to prover Rename zkevm folder to prover Jun 22, 2023
@icemelon icemelon changed the title Rename zkevm folder to prover Refactor the code structure Jun 22, 2023
@@ -19,6 +19,7 @@ pub use outer_proof::AggCircuitProof;
#[cfg(target_os = "linux")]
extern crate procfs;

#[allow(dead_code)]
Copy link
Member

Choose a reason for hiding this comment

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

@lispc should we remove OPT_MEM here given that it's not used anywhere?

Copy link
Collaborator

Choose a reason for hiding this comment

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

ok.. it was a feature when OPT_MEM enabled, release super circuit pk before start agg circuit proving. not needed now.

Copy link
Member

Choose a reason for hiding this comment

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

Got it. So let's keep this line of code for now in case we may use it in the future?

@lispc lispc merged commit 4860ab6 into main Jun 27, 2023
3 checks passed
@lispc lispc deleted the rename-zkevm-crate-to-prover branch June 27, 2023 00:05
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.

3 participants