This release adds a new configuration option proposal_wait_for_parent_time_secs
, which will wait a default time of 15 seconds if the parent block has not been processed yet.
This release resolves an issue where signers would reject a valid block if the stacks-node associated with the signer has not yet processed the parent block for a block proposal.
This release is compatible with stacks-core releases from 3.x.x.x.x.
Changelog:
[3.1.0.0.8.1]
Added
- The signer will now check if their associated stacks-node has processed the parent block for a block proposal before submitting that block proposal. If it cannot confirm that the parent block has been processed, it waits a default time of 15s before submitting, configurable via
proposal_wait_for_parent_time_secs
in the signer config.toml.