stacks-core
stacks-core copied to clipboard
Nakamoto Signer[3.0] - stacks-signers should resend their messages if no response is seen within a given timeout
Currently if a coordinator successfully sends a message to stackerdb, it assumes all listening parties have received it and does not ever resend. It would be good if a coordinator could resend these messages such as NonceRequest if it does not get a response back within a certain amount of time just in case there was a network issue and the event got dropped before reaching all listening parties.
Relates to https://github.com/stacks-network/stacks-core/issues/3991
Actual time should be considered for timeout