Skip to content

Commit 870187b

Browse files
committed
chore: move dry_run info to signer changelog
1 parent 6510184 commit 870187b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- Add `dry_run` configuration option to `stacks-signer` config toml. Dry run mode will
13-
run the signer binary as if it were a registered signer. Instead of broadcasting
14-
`StackerDB` messages, it logs `INFO` messages. Other interactions with the `stacks-node`
15-
behave normally (e.g., submitting validation requests, submitting finished blocks). A
16-
dry run signer will error out if the supplied key is actually a registered signer.
1712
- 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
1813

1914
### Changed

stacks-signer/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

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

1020
## Added

0 commit comments

Comments
 (0)