github stacks-network/stacks-core signer-3.1.0.0.7.0
Release signer-3.1.0.0.7.0

19 hours ago

This release contains several bugfixes and improvements in the stacks-node binary, ensuring more consistent block production.
This release is compatible with chainstate directories from 3.x.x.x.x.

Changed

  • Add new reject codes to the signer response for better visibility into why a block was rejected.
  • When allowing a reorg within the reorg_attempts_activity_timeout_ms, the signer will now watch the responses from other signers and if >30% of them reject this reorg attempt, then the signer will mark the miner as invalid, reject further attempts to reorg and allow the previous miner to extend their tenure.

Fixed

  • The signer runloop no longer relies on pubkey reports from the SignerDB event system. This previously led to improper proposal rejections via #5858.

What's Changed

Full Changelog: 3.1.0.0.6...signer-3.1.0.0.7.0

Don't miss a new stacks-core release

NewReleases is sending notifications on new releases.