Closed fed-franz closed 1 year ago
Patch coverage: 27.54
% and project coverage change: -0.26
:warning:
Comparison is base (
57c6bbd
) 40.18% compared to head (02868cf
) 39.92%.:exclamation: Current head 02868cf differs from pull request most recent head a49e9a9. Consider uploading reports for the commit a49e9a9 to get more accurate results
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This PR removes the CommitteeSize() function, which computed the committee
size
as the minimum between MaxCommitteeSize and the number of available provisioners. As a result, it makes all functions simply use the constant MaxCommitteeSize as the committee size.The PR also fixes several tests, whose behavior wrongly assumed a correlation between the number of provisioners and the committee size.
Resolves #1520