Skip to content

Commit c6c38ee

Browse files
authored
Merge branch 'develop' into feat/update-cargo-versions
2 parents dcb36a2 + 64bbb91 commit c6c38ee

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+1887
-1663
lines changed

Diff for: .github/workflows/bitcoin-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ jobs:
8383
- tests::neon_integrations::start_stop_bitcoind
8484
- tests::should_succeed_handling_malformed_and_valid_txs
8585
- tests::nakamoto_integrations::simple_neon_integration
86-
- tests::nakamoto_integrations::flash_blocks_on_epoch_3
86+
# Disable this flaky test. We don't need continue testing Epoch 2 -> 3 transition
87+
# - tests::nakamoto_integrations::flash_blocks_on_epoch_3_FLAKY
8788
- tests::nakamoto_integrations::mine_multiple_per_tenure_integration
8889
- tests::nakamoto_integrations::block_proposal_api_endpoint
8990
- tests::nakamoto_integrations::miner_writes_proposed_block_to_stackerdb
@@ -134,6 +135,7 @@ jobs:
134135
- tests::signer::v0::block_commit_delay
135136
- tests::signer::v0::continue_after_fast_block_no_sortition
136137
- tests::signer::v0::block_validation_response_timeout
138+
- tests::signer::v0::block_validation_check_rejection_timeout_heuristic
137139
- tests::signer::v0::block_validation_pending_table
138140
- tests::signer::v0::new_tenure_while_validating_previous_scenario
139141
- tests::signer::v0::tenure_extend_after_bad_commit
@@ -170,6 +172,7 @@ jobs:
170172
- tests::nakamoto_integrations::v3_blockbyheight_api_endpoint
171173
- tests::nakamoto_integrations::mine_invalid_principal_from_consensus_buff
172174
- tests::nakamoto_integrations::test_tenure_extend_from_flashblocks
175+
- tests::nakamoto_integrations::restarting_miner
173176
# TODO: enable these once v1 signer is supported by a new nakamoto epoch
174177
# - tests::signer::v1::dkg
175178
# - tests::signer::v1::sign_request_rejected

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,20 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- 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
13+
1014
### Changed
1115

1216
- Miner will include other transactions in blocks with tenure extend transactions (#5760)
17+
- Add `block_rejection_timeout_steps` to miner configuration for defining rejections-based timeouts while waiting for signers response (#5705)
18+
- Miner will not issue a tenure extend until at least half of the block budget has been spent (#5757)
19+
20+
### Fixed
21+
22+
- Miners who restart their nodes immediately before a winning tenure now correctly detect that
23+
they won the tenure after their nodes restart ([#5750](https://github.com/stacks-network/stacks-core/issues/5750)).
1324

1425
## [3.1.0.0.4]
1526

0 commit comments

Comments
 (0)