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

AVM: new teal opcodes for the MiMC hash function to support Zero Knowledge Proofs #5978

Merged
merged 21 commits into from
Dec 16, 2024

Fix lint warnings

d9c3282
Select commit
Loading
Failed to load commit list.
Merged

AVM: new teal opcodes for the MiMC hash function to support Zero Knowledge Proofs #5978

Fix lint warnings
d9c3282
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

53.37% (-2.87%) compared to cb4de53

View this Pull Request on Codecov

53.37% (-2.87%) compared to cb4de53

Details

Codecov Report

Attention: Patch coverage is 75.51020% with 12 lines in your changes missing coverage. Please review.

Project coverage is 53.37%. Comparing base (cb4de53) to head (d9c3282).
Report is 22 commits behind head on master.

Files with missing lines Patch % Lines
data/transactions/logic/fields.go 72.72% 5 Missing and 1 partial ⚠️
data/transactions/logic/crypto.go 82.60% 3 Missing and 1 partial ⚠️
data/transactions/logic/fields_string.go 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5978      +/-   ##
==========================================
- Coverage   56.24%   53.37%   -2.87%     
==========================================
  Files         494      494              
  Lines       69946    69995      +49     
==========================================
- Hits        39339    37362    -1977     
- Misses      27928    29906    +1978     
- Partials     2679     2727      +48     

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