stacks-network / stacks-core

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

Check that stackerdb is set before configuring the signer #5198

Closed jferrant closed 1 week ago

jferrant commented 1 week ago

Closes https://github.com/stacks-network/stacks-core/issues/5195

Signers were sometimes loading their stackerdb configuration too quickly before it had time to update. This ensures that a signer does not configure themselves before the stackerdb config is updated.