entropyxyz / synedrion

Implementation of Canetti-Gennaro-Goldfeder-Makriyannis-Peled threshold signing scheme
https://docs.rs/synedrion
GNU Affero General Public License v3.0
63 stars 10 forks source link

Threshold integration #116

Closed fjarri closed 5 months ago

fjarri commented 6 months ago

Adds a full integration test for creating and using threshold keyshares.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 89.32039% with 55 lines in your changes are missing coverage. Please review.

Project coverage is 89.89%. Comparing base (0a04277) to head (6a4e59c). Report is 1 commits behind head on master.

Files Patch % Lines
synedrion/src/entities.rs 89.16% 31 Missing :warning:
synedrion-wasm/src/lib.rs 0.00% 21 Missing :warning:
synedrion/src/threshold.rs 97.01% 2 Missing :warning:
synedrion/src/rounds/test_utils.rs 75.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #116 +/- ## ========================================== + Coverage 88.79% 89.89% +1.09% ========================================== Files 44 45 +1 Lines 7535 7855 +320 ========================================== + Hits 6691 7061 +370 + Misses 844 794 -50 ```

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