era-compiler-vyper icon indicating copy to clipboard operation
era-compiler-vyper copied to clipboard

feat: support the IPFS hash

Open hedgar2017 opened this issue 1 year ago • 1 comments

What ❔

Adds the support for IPFS hash.

Why ❔

Requested by a partner: https://github.com/zkSync-Community-Hub/zksync-developers/discussions/194

Checklist

  • [x] PR title corresponds to the body of PR.
  • [x] Tests for the changes have been added / updated.
  • [x] Documentation comments have been added / updated.
  • [x] Code has been formatted via cargo fmt and checked with cargo clippy.

hedgar2017 avatar Aug 17 '24 13:08 hedgar2017

Codecov Report

Attention: Patch coverage is 4.87805% with 78 lines in your changes missing coverage. Please review.

Project coverage is 12.43%. Comparing base (73b4fab) to head (a40f7f7).

Files Patch % Lines
src/project/contract/vyper/mod.rs 0.00% 18 Missing :warning:
src/project/contract/llvm_ir.rs 0.00% 17 Missing :warning:
src/project/contract/eravm_assembly.rs 0.00% 16 Missing :warning:
src/lib.rs 0.00% 8 Missing :warning:
src/zkvyper/arguments.rs 0.00% 6 Missing :warning:
src/zkvyper/main.rs 0.00% 6 Missing :warning:
src/project/contract/mod.rs 0.00% 4 Missing :warning:
src/project/contract/metadata.rs 0.00% 2 Missing :warning:
src/process/mod.rs 0.00% 1 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
- Coverage   12.72%   12.43%   -0.29%     
==========================================
  Files          55       55              
  Lines        4355     4341      -14     
==========================================
- Hits          554      540      -14     
  Misses       3801     3801              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Aug 17 '24 13:08 codecov[bot]