Skip to content

Commit

Permalink
Merge branch 'develop' into test/partial-tenure-flake
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai authored Jan 30, 2025
2 parents 3b1a3e8 + 034a166 commit 0b16c0a
Show file tree
Hide file tree
Showing 10 changed files with 279 additions and 154 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE

## [Unreleased]

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

### Changed

- Miner will include other transactions in blocks with tenure extend transactions (#5760)
Expand Down
Loading

0 comments on commit 0b16c0a

Please sign in to comment.