Skip to content

Commit 87bf96b

Browse files
wjblankeemlowe
andauthored
257relchangewjb (#20241)
* updated changelog * Update changelog for 2.5.7 * fixup some typos --------- Co-authored-by: Earle Lowe <[email protected]>
1 parent 4c1e3a2 commit 87bf96b

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,44 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
for setuptools_scm/PEP 440 reasons.
88

9+
## 2.5.7 Chia blockchain 2025-11-12
10+
11+
## What's Changed
12+
13+
### Added
14+
15+
- New Datalayer delta file format for improved performance
16+
- New Datalayer delta file migration and increased logging
17+
- New Datalayer config option `merkle_blobs_cache_size`
18+
- Work in Progress - preliminary support for V2 plot format (eg: `chia plots check`)
19+
- Add Enum support to `streamable` framework
20+
- New option `-i/--include-pool-rewards` for `chia farm summary` (thanks @wallentx)
21+
22+
### Changed
23+
24+
- Improved Datalayer performance significantly with migration to Rust (via `chia_rs`)
25+
- Improved Mempool performance and fast forward support
26+
- Modified wallet RPC `add_key` to support providing a key label
27+
- Integrated `PLOT_V1_PHASE_OUT` constant
28+
- Optimixed code related to node handling of new peaks
29+
- Simplified `install-gui.sh` script to remove code that attempts to find and install NodeJS
30+
- Bump `chia_rs` to `0.30`
31+
- Bump `chiavdf` to `1.1.13`
32+
- Bump `cryptography` to `45.0.5`
33+
- Bump `cffi` to `1.17.1`
34+
- Bump `markupsafe` to `3.0.2`
35+
36+
### Fixed
37+
38+
- Changed logging of `NO_OVERFLOWS_IN_FIRST_SUB_SLOT_NEW_EPOCH` from `error` to `info` as this is expected in certain situations
39+
- Fixed signage point lookup edge case at genesis in the first slot
40+
- Change default limit for `get_transactions` to 65536 (uint16)
41+
42+
### Removed
43+
44+
- Removed the following unsupported Wallet RPC APIs: `did_update_recovery_ids`, `did_recovery_spend`, `did_get_recovery_list`, `did_create_attest`, `did_get_information_needed_for_recovery`
45+
- Python 3.9 is no longer supported
46+
947
## 2.5.6 Chia blockchain 2025-9-24
1048

1149
## What's Changed

0 commit comments

Comments
 (0)