You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the AckManager does not replace the Evidence with a ThresholdSignature when enough PartialSignatures are gathered, it merely emits the value.
It may be cleaner to have the Evidence replaced immediately without having to call add_threshold() from signer/actor.rs.
This requires cleaning up some of the flow in signer/actor.rs and rewriting the code (and tests) in ack_manager.rs
The text was updated successfully, but these errors were encountered:
Right now the
AckManager
does not replace theEvidence
with aThresholdSignature
when enoughPartialSignature
s are gathered, it merely emits the value.It may be cleaner to have the
Evidence
replaced immediately without having to calladd_threshold()
fromsigner/actor.rs
.This requires cleaning up some of the flow in
signer/actor.rs
and rewriting the code (and tests) inack_manager.rs
The text was updated successfully, but these errors were encountered: