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: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
13
13
cases: when a bitcoin block is produced before the previous bitcoin block's Stacks tenure started.
14
14
Previously, the miner had difficulty restarting their missed tenure and extending into the new
15
15
bitcoin block, leading to 1-2 bitcoin blocks of missed Stacks block production.
16
+
- The event dispatcher now includes `consensus_hash` in the `/new_block` and `/new_burn_block` payloads. ([#5677](https://github.com/stacks-network/stacks-core/pull/5677))
Copy file name to clipboardExpand all lines: stacks-signer/CHANGELOG.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,17 +9,18 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
9
9
10
10
## Added
11
11
12
+
- When a new block proposal is received while the signer is waiting for an existing proposal to be validated, the signer will wait until the existing block is done validating before submitting the new one for validating. ([#5453](https://github.com/stacks-network/stacks-core/pull/5453))
13
+
- Introduced two new prometheus metrics:
14
+
-`stacks_signer_block_validation_latencies_histogram`: the validation_time_ms reported by the node when validating a block proposal
15
+
-`stacks_signer_block_response_latencies_histogram`: the "end-to-end" time it takes for the signer to issue a block response
16
+
12
17
## Changed
13
18
14
19
## [3.1.0.0.3.0]
15
20
16
21
## Added
17
22
18
23
- 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.
19
-
- When a new block proposal is received while the signer is waiting for an existing proposal to be validated, the signer will wait until the existing block is done validating before submitting the new one for validating. ([#5453](https://github.com/stacks-network/stacks-core/pull/5453))
20
-
- Introduced two new prometheus metrics:
21
-
-`stacks_signer_block_validation_latencies_histogram`: the validation_time_ms reported by the node when validating a block proposal
22
-
-`stacks_signer_block_response_latencies_histogram`: the "end-to-end" time it takes for the signer to issue a block response
23
24
24
25
## Changed
25
26
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database
0 commit comments