You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-2Lines changed: 21 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,34 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
7
7
8
-
## Unreleased
8
+
## [2.5.0.0.4]
9
9
10
10
### Added
11
11
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
13
23
14
24
### Changed
15
25
16
26
- 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)
0 commit comments