stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3k stars 661 forks source link

[stacks-signer] signers should not wait forever for a vote to be successful and should retrigger DKG if a certain timeout is exceeded #4568

Open jferrant opened 4 months ago

jferrant commented 4 months ago

Currently signers just assume that if a threshold weight of responses have not been received for a DKG vote round that they will eventually show up. This could not be the case and they should have some sort of logic in place to trigger DKG if timeout is exceeded.

Duplicates https://github.com/stacks-network/stacks-core/issues/4418

jferrant commented 3 months ago
hstove commented 2 months ago

I'm going to unassign this to keep my assigned issues clean - especially as we don't know when (or if) we will execute this ticket in its current form.