stacks-network / stacks-core

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

Miner should pause after a block rejection #5405

Closed obycode closed 3 weeks ago

obycode commented 3 weeks ago

When a miner gets a block rejection, it should pause some amount of time before submitting a new proposal. Without this, it can get into a cycle where it is proposing blocks too quickly, which can overwhelm the signers. Suggestion from @kantai is to wait 5s on the first rejection, then 10s after subsequent rejections.

blockstack-devops commented 2 weeks ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.