Skip to content

Commit 652f9e3

Browse files
committed
add changelog entry
1 parent 392690f commit 652f9e3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
- 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+
817
## [3.1.0.0.3]
918

1019
### Added
@@ -15,7 +24,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
1524
### Changed
1625

1726
- The RPC endpoint `/v3/block_proposal` no longer will evaluate block proposals more than `block_proposal_max_age_secs` old
18-
- When a transaction is dropped due to replace-by-fee, the `/drop_mempool_tx` event observer payload now includes `new_txid`, which is the transaction that replaced this dropped transaction. When a transaction is dropped for other reasons, `new_txid` is `null`. [#5381](https://github.com/stacks-network/stacks-core/pull/5381)
27+
- When a transaction is dropped due to replauce-by-fee, the `/drop_mempool_tx` event observer payload now includes `new_txid`, which is the transaction that replaced this dropped transaction. When a transaction is dropped for other reasons, `new_txid` is `null`. [#5381](https://github.com/stacks-network/stacks-core/pull/5381)
1928
- Nodes will assume that all PoX anchor blocks exist by default, and stall initial block download indefinitely to await their arrival (#5502)
2029

2130
### Fixed

0 commit comments

Comments
 (0)