Skip to content

Commit 962aecf

Browse files
committed
chore: add changelog entry
1 parent 139022f commit 962aecf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

stacks-signer/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- For some rejection reasons, a signer will reconsider a block proposal that it previously rejected ([#5880](https://github.com/stacks-network/stacks-core/pull/5880))
13+
1014
## [3.1.0.0.7.0]
1115

12-
## Changed
16+
### Changed
1317

1418
- Add new reject codes to the signer response for better visibility into why a block was rejected.
1519
- 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.
@@ -20,7 +24,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
2024

2125
## [3.1.0.0.6.0]
2226

23-
## Added
27+
### Added
2428

2529
- Introduced the `reorg_attempts_activity_timeout_ms` configuration option for signers which is used to determine the length of time after the last block of a tenure is confirmed that an incoming miner's attempts to reorg it are considered valid miner activity.
2630
- Add signer configuration option `tenure_idle_timeout_buffer_secs` to specify the number of seconds of buffer the signer will add to its tenure extend time that it sends to miners. The idea is to allow for some clock skew between the miner and signers, preventing the case where the miner attempts to tenure extend too early.

0 commit comments

Comments
 (0)