You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: do not return when marking current sortition as invalid
The logic for checking the current sortition should be unrelated to the
check of the latest proposal. This is a little unclear, so I added some
comments to help.
Copy file name to clipboardExpand all lines: stacks-signer/CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
18
18
- Signers no longer view any block proposal by a miner in their DB as indicative of valid miner activity.
19
19
- Various index improvements to the signer's database to improve performance.
20
20
- Add new reject codes to the signer response for better visibility into why a block was rejected.
21
-
- 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 allowing the previous miner to extend their tenure.
21
+
- 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.
0 commit comments