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

Precompiles for BLS12-381 curve operations #9317

Merged
merged 245 commits into from
Jul 4, 2024

fmt

0c50335
Select commit
Loading
Failed to load commit list.
Merged

Precompiles for BLS12-381 curve operations #9317

fmt
0c50335
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 3, 2024 in 0s

71.76% (+0.00%) compared to 5dadd93

View this Pull Request on Codecov

71.76% (+0.00%) compared to 5dadd93

Details

Codecov Report

Attention: Patch coverage is 75.41371% with 104 lines in your changes missing coverage. Please review.

Project coverage is 71.76%. Comparing base (5dadd93) to head (0c50335).

Files Patch % Lines
runtime/runtime-params-estimator/src/lib.rs 0.00% 59 Missing ⚠️
core/parameters/src/view.rs 68.42% 18 Missing ⚠️
...me-params-estimator/src/costs_to_runtime_config.rs 0.00% 18 Missing ⚠️
runtime/near-vm-runner/src/logic/bls12381.rs 98.35% 0 Missing and 4 partials ⚠️
runtime/near-vm-runner/src/logic/logic.rs 62.50% 0 Missing and 3 partials ⚠️
core/primitives-core/src/version.rs 0.00% 1 Missing ⚠️
runtime/near-vm-runner/src/logic/errors.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #9317    +/-   ##
========================================
  Coverage   71.75%   71.76%            
========================================
  Files         791      792     +1     
  Lines      161943   162366   +423     
  Branches   161943   162366   +423     
========================================
+ Hits       116202   116517   +315     
- Misses      40703    40801    +98     
- Partials     5038     5048    +10     

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