Skip to content

Commit 1408ef9

Browse files
authored
Merge pull request #5798 from stacks-network/release/3.1.0.0.5
Merge 3.1.0.0.5 to develop
2 parents 64bbb91 + 513dbc5 commit 1408ef9

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
## [3.1.0.0.5]
17+
18+
### Added
19+
1220
- Add miner configuration option `tenure_extend_cost_threshold` to specify the percentage of the tenure budget that must be spent before a time-based tenure extend is attempted
1321

1422
### Changed

stacks-signer/CHANGELOG.md

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

1010
### Added
1111

12+
### Changed
13+
14+
## [3.1.0.0.5.0]
15+
16+
### Added
17+
1218
- Add `dry_run` configuration option to `stacks-signer` config toml. Dry run mode will
1319
run the signer binary as if it were a registered signer. Instead of broadcasting
1420
`StackerDB` messages, it logs `INFO` messages. Other interactions with the `stacks-node`
@@ -17,44 +23,44 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1723

1824
## [3.1.0.0.4.0]
1925

20-
## Added
26+
### Added
2127

2228
- 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))
2329
- Introduced two new prometheus metrics:
2430
- `stacks_signer_block_validation_latencies_histogram`: the validation_time_ms reported by the node when validating a block proposal
2531
- `stacks_signer_block_response_latencies_histogram`: the "end-to-end" time it takes for the signer to issue a block response
2632

27-
## Changed
33+
### Changed
2834

2935
## [3.1.0.0.3.0]
3036

31-
## Added
37+
### Added
3238

3339
- 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.
3440

35-
## Changed
41+
### Changed
3642
- Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database
3743
- Signers now listen to new block events from the stacks node to determine whether a block has been successfully appended to the chain tip
3844

39-
# [3.1.0.0.2.1]
45+
## [3.1.0.0.2.1]
4046

41-
## Added
47+
### Added
4248

43-
## Changed
49+
### Changed
4450

4551
- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.
4652

47-
# [3.1.0.0.2.1]
53+
## [3.1.0.0.2.1]
4854

49-
## Added
55+
### Added
5056

51-
## Changed
57+
### Changed
5258

5359
- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.
5460

5561
## [3.1.0.0.2.0]
5662

57-
## Added
63+
### Added
5864

5965
- **SIP-029 consensus rules, activating in epoch 3.1 at block 875,000** (see [SIP-029](https://github.com/will-corcoran/sips/blob/feat/sip-029-halving-alignment/sips/sip-029/sip-029-halving-alignment.md) for details)
6066

0 commit comments

Comments
 (0)