Skip to content

Commit 5984030

Browse files
authored
Merge pull request #5732 from stacks-network/fix/missing-changelog-3.1.0.0.4
fix: moving and adding to unreleased changelog
2 parents 53e670f + bc037b5 commit 5984030

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1313
cases: when a bitcoin block is produced before the previous bitcoin block's Stacks tenure started.
1414
Previously, the miner had difficulty restarting their missed tenure and extending into the new
1515
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))
1617

1718
## Changed
1819

stacks-signer/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
99

1010
## Added
1111

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+
1217
## Changed
1318

1419
## [3.1.0.0.3.0]
1520

1621
## Added
1722

1823
- 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
2324

2425
## Changed
2526
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database

0 commit comments

Comments
 (0)