Skip to content

Commit 32a47ce

Browse files
committed
Merge branch 'develop' of https://github.com/stacks-network/stacks-core into feat/last-active-timestamp
2 parents f7bc7d6 + 91a1398 commit 32a47ce

Some content is hidden

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

76 files changed

+1850
-1758
lines changed

.github/workflows/bitcoin-tests.yml

Lines changed: 94 additions & 149 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,27 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
88
## [Unreleased]
99

1010
### 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.
11+
12+
### Changed
13+
14+
### Fixed
15+
16+
## [3.1.0.0.5]
17+
18+
### Added
19+
20+
- 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
1621

1722
### Changed
1823

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

2133
## [3.1.0.0.4]
2234

0 commit comments

Comments
 (0)