Skip to content

Commit 0b16c0a

Browse files
authored
Merge branch 'develop' into test/partial-tenure-flake
2 parents 3b1a3e8 + 034a166 commit 0b16c0a

File tree

10 files changed

+279
-154
lines changed

10 files changed

+279
-154
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ 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)

0 commit comments

Comments
 (0)