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

chore: moves zk_solc.rs and zksolc_manager.rs to common crate #136

Merged
merged 4 commits into from
Nov 3, 2023

Conversation

dutterbutter
Copy link
Collaborator

@dutterbutter dutterbutter commented Oct 31, 2023

What 💻

  • moves zk_solc.rs and zksolc_manager.rs to common crate
  • Adds back commented out code
  • Removes openssl from deny.toml

Why ✋

  • This is to follow the existing foundry project structure, specifically the compile operation live in the common crate so it can be accessible to other crates. This aligns with compile.rs which handles the EVM compilation in common crate.

In addition, this will make adding compile step to script subcommand easier.

  • Removed openssl from deny.toml as its a dep of era-test-node currently. Will need to clarify with foundry team why is was added to the ban list.

Evidence 📷

Include screenshots, screen recordings, or console output here demonstrating that your changes work as intended

Screenshot 2023-10-31 at 5 06 17 PM Screenshot 2023-10-31 at 5 06 28 PM

Copy link
Collaborator

@MexicanAce MexicanAce left a comment

Choose a reason for hiding this comment

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

LGTM

@dutterbutter dutterbutter merged commit 29cab92 into main Nov 3, 2023
10 checks passed
@dutterbutter dutterbutter deleted the db/fix-script-cmd-with-zksolc branch November 3, 2023 19:45
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.

2 participants