Skip to content

Commit a88ee2b

Browse files
authored
Merge pull request #4806 from stacks-network/chore/2.5.0.0.4-changelog
Adding 2.5.0.0.4 to the changelog
2 parents cf01028 + 5c718ff commit a88ee2b

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,34 @@ 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
8+
## [2.5.0.0.4]
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN apk add --no-cache musl-dev
1212

1313
RUN mkdir /out
1414

15-
RUN cd testnet/stacks-node && cargo build --features monitoring_prom,slog_json --release
15+
RUN cargo build --features monitoring_prom,slog_json --release
1616

1717
RUN cp target/release/stacks-node /out
1818

Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY . .
1010

1111
RUN mkdir /out
1212

13-
RUN cd testnet/stacks-node && cargo build --features monitoring_prom,slog_json --release
13+
RUN cargo build --features monitoring_prom,slog_json --release
1414

1515
RUN cp target/release/stacks-node /out
1616

0 commit comments

Comments
 (0)