Skip to content

Commit

Permalink
FIx changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Jacinta Ferrant <[email protected]>
  • Loading branch information
jferrant authored and wileyj committed Dec 23, 2024
1 parent 1eb9924 commit d930f44
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion stacks-signer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,21 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
## [Unreleased]

## Added
- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.

- Introduced the `block_proposal_max_age_secs` configuration option for signers, enabling them to automatically ignore block proposals that exceed the specified age in seconds.

## Changed
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database
- Signers now listen to new block events from the stacks node to determine whether a block has been successfully appended to the chain tip

# [3.1.0.0.2.1]

## Added

## Changed

- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.

## [3.1.0.0.2.0]

## Added
Expand Down

0 comments on commit d930f44

Please sign in to comment.