add Other considerations section

This commit is contained in:
Alfredo Garcia 2021-05-09 08:36:46 -03:00 committed by Deirdre Connolly
parent ce5b4f6eae
commit 7891c9bb01
1 changed files with 4 additions and 0 deletions

View File

@ -297,6 +297,10 @@ Bytes | Field name | Data type
------|------------------|-----------
64 | final_signature | FinalSignature
## Other considerations
- After the dealer sends the initial `MsgDealerBroadcast` to all the participants, the aggregator must wait for signers to send the second message `MsgCommitments`. There is no timeout for this but only after the aggregator received all the commitments the process can continue. These restrictions and event waiting are not detailed in this RFC.
- This implementation considers not only communications between computer devices in the internet but allows the process to be done by other channels, the lack of timers can result in participants waiting forever for a message. It is the participants business to deal with this and it will not be detailed in this RFC.
## Testing plan