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
Copy file name to clipboardExpand all lines: stacks-signer/CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,21 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
8
8
## [Unreleased]
9
9
10
10
## Added
11
-
- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.
12
11
13
12
- 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.
14
13
15
14
## Changed
16
15
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database
17
16
- Signers now listen to new block events from the stacks node to determine whether a block has been successfully appended to the chain tip
18
17
18
+
# [3.1.0.0.2.1]
19
+
20
+
## Added
21
+
22
+
## Changed
23
+
24
+
- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.
0 commit comments