Skip to content

Commit 33642c3

Browse files
committed
Merge branch 'develop' into feat/block_rejections_heuristic
2 parents fbc3b7d + 7e8f2a3 commit 33642c3

File tree

15 files changed

+526
-149
lines changed

15 files changed

+526
-149
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
- tests::nakamoto_integrations::v3_blockbyheight_api_endpoint
172172
- tests::nakamoto_integrations::mine_invalid_principal_from_consensus_buff
173173
- tests::nakamoto_integrations::test_tenure_extend_from_flashblocks
174+
- tests::nakamoto_integrations::restarting_miner
174175
# TODO: enable these once v1 signer is supported by a new nakamoto epoch
175176
# - tests::signer::v1::dkg
176177
# - tests::signer::v1::sign_request_rejected

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Added
11+
- Add `dry_run` configuration option to `stacks-signer` config toml. Dry run mode will
12+
run the signer binary as if it were a registered signer. Instead of broadcasting
13+
`StackerDB` messages, it logs `INFO` messages. Other interactions with the `stacks-node`
14+
behave normally (e.g., submitting validation requests, submitting finished blocks). A
15+
dry run signer will error out if the supplied key is actually a registered signer.
16+
1017
### Changed
1118

1219
- Miner will include other transactions in blocks with tenure extend transactions (#5760)
1320
- Add `block_rejection_timeout_steps` to miner configuration for defining rejections-based timeouts while waiting for signers response (#5705)
1421

22+
### Fixed
23+
24+
- Miners who restart their nodes immediately before a winning tenure now correctly detect that
25+
they won the tenure after their nodes restart ([#5750](https://github.com/stacks-network/stacks-core/issues/5750)).
26+
1527
## [3.1.0.0.4]
1628

1729
### Added

0 commit comments

Comments
 (0)