Skip to content

Commit 5c718ff

Browse files
committed
Update changelog with what's changing in this version
1 parent 0924437 commit 5c718ff

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

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

1010
### Added
1111

12-
- Added support for Clarity 3, with new keywords, `tenure-height` and `stacks-block-height`, and removal of `block-height`
12+
- Adds the solo stacking scenarios to the stateful property-based testing strategy for PoX-4 (#4725)
13+
- Add signer-key to synthetic stack-aggregation-increase event (#4728)
14+
- Implement the assumed total commit with carry-over (ATC-C) strategy for denying opportunistic Bitcoin miners from mining Stacks at a discount (#4733)
15+
- Adding support for stacks-block-height and tenure-height in Clarity 3 (#4745)
16+
- Preserve PeerNetwork struct when transitioning to 3.0 (#4767)
17+
- Implement singer monitor server error (#4773)
18+
- Pull current stacks signer out into v1 implementation and create placeholder v0 mod (#4778)
19+
- Create new block signature message type for v0 signer (#4787)
20+
- Isolate the rusqlite dependency in stacks-common and clarity behind a cargo feature (#4791)
21+
- Add next_initiative_delay config option to control how frequently the miner checks if a new burnchain block has been processed (#4795)
22+
- Various performance improvements and cleanup
1323

1424
### Changed
1525

1626
- Downgraded log messages about transactions from warning to info (#4697)
27+
- Fix race condition between the signer binary and the /v2/pox endpoint (#4738)
28+
- Make node config mock_miner item hot-swappable (#4743)
29+
- Mandates that a burnchain block header be resolved by a BurnchainHeaderReader, which will resolve a block height to at most one burnchain header (#4748)
30+
- Optional config option to resolve DNS of bootstrap nodes (#4749)
31+
- Limit inventory syncs with new peers (#4750)
32+
- Update /v2/fees/transfer to report the median transaction fee estimate for a STX-transfer of 180 bytes (#4754)
33+
- Reduce connection spamming in stackerdb (#4759)
34+
- Remove deprecated signer cli commands (#4772)
35+
1736

1837
## [2.5.0.0.3]
1938

0 commit comments

Comments
 (0)