Currently, all the ...Participant tests manually build a quorum of ...Participants. However, we should use the random_quorum method to clean up this code.
Tasks
[ ] Replace manual quorum generation with use of ParticipantConfig::random_quorum in KeygenParticipant, AuxInfoParticipant, and PresignParticipant.
Currently, all the
...Participant
tests manually build a quorum of...Participant
s. However, we should use therandom_quorum
method to clean up this code.Tasks
ParticipantConfig::random_quorum
inKeygenParticipant
,AuxInfoParticipant
, andPresignParticipant
.