Closed piotr-roslaniec closed 9 months ago
Attention: 51 lines
in your changes are missing coverage. Please review.
Comparison is base (
72b8484
) 78.28% compared to head (6b90715
) 78.17%. Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
ferveo/src/bindings_python.rs | 65.11% | 45 Missing :warning: |
ferveo/src/bindings_wasm.rs | 0.00% | 5 Missing :warning: |
ferveo/src/dkg.rs | 98.21% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Type of PR:
Required reviews:
What this does:
validators.len()
] to be considered a successful ceremonyshares_num
is effectively replaced byvalidators.len()
, and from now on shares_num denotes the minimum number of shares (or validators) that the DKG ceremony accommodatesIssues fixed/closed:
Notes for reviewers: