ref-fvm icon indicating copy to clipboard operation
ref-fvm copied to clipboard

Add syscall for BLS aggregate signatures

Open DrPeterVanNostrand opened this issue 2 years ago • 1 comments

This PR reopens the previously closed PR #1836.

DrPeterVanNostrand avatar Oct 20 '23 19:10 DrPeterVanNostrand

Codecov Report

Merging #1914 (32a3281) into master (97b45db) will decrease coverage by 22.01%. The diff coverage is 16.52%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1914       +/-   ##
===========================================
- Coverage   75.45%   53.45%   -22.01%     
===========================================
  Files         156      156               
  Lines       15234    15357      +123     
===========================================
- Hits        11495     8209     -3286     
- Misses       3739     7148     +3409     
Files Coverage Δ
fvm/src/kernel/mod.rs 0.00% <ø> (-83.34%) :arrow_down:
fvm/src/syscalls/mod.rs 0.00% <0.00%> (-96.88%) :arrow_down:
fvm/src/gas/price_list.rs 32.12% <0.00%> (-46.19%) :arrow_down:
fvm/src/syscalls/context.rs 51.61% <0.00%> (-45.56%) :arrow_down:
fvm/src/syscalls/crypto.rs 0.00% <0.00%> (-100.00%) :arrow_down:
shared/src/crypto/signature.rs 48.37% <54.92%> (-14.99%) :arrow_down:
fvm/src/kernel/default.rs 18.71% <0.00%> (-63.23%) :arrow_down:
sdk/src/crypto.rs 0.00% <0.00%> (ø)

... and 61 files with indirect coverage changes

codecov-commenter avatar Oct 20 '23 19:10 codecov-commenter

Merged in #2003

Stebalien avatar May 08 '24 20:05 Stebalien