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

feat(contract-verifier): Add support for zksolc v1.3.15 to contract verifier #291

Closed
wants to merge 1 commit into from

Conversation

perekopskiy
Copy link
Contributor

What ❔

Add support for zksolc v1.3.15 to contract verifier

Why ❔

New zksolc version was released and contract verifier should support it

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).
  • Tests for the changes have been added / updated.
  • Documentation comments have been added / updated.
  • Code has been formatted via zk fmt and zk lint.

@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4a5c54c) 34.40% compared to head (bc71ecb) 34.40%.
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #291   +/-   ##
=======================================
  Coverage   34.40%   34.40%           
=======================================
  Files         519      519           
  Lines       28086    28086           
=======================================
+ Hits         9662     9663    +1     
+ Misses      18424    18423    -1     

see 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -79,6 +79,10 @@ RUN mkdir -p /etc/zksolc-bin/v1.3.14 \
&& wget https://github.com/matter-labs/zksolc-bin/raw/main/linux-amd64/zksolc-linux-amd64-musl-v1.3.14 \
&& mv zksolc-linux-amd64-musl-v1.3.14 /etc/zksolc-bin/v1.3.14/zksolc \
&& chmod +x /etc/zksolc-bin/v1.3.14/zksolc
RUN mkdir -p /etc/zksolc-bin/v1.3.15 \
Copy link
Member

Choose a reason for hiding this comment

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

Probably a negative priority suggestion, but if you're feeling funky, I guess it's justified to write a shell script that will do a loop over vararg to turn it into one-liner.

@perekopskiy
Copy link
Contributor Author

Closing in favor of #296

@perekopskiy perekopskiy deleted the add-zksolc-v1.3.15-to-verifier branch April 16, 2024 09:52
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.

4 participants