@@ -6,13 +6,43 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project does not yet adhere to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
77for setuptools_scm/PEP 440 reasons.
88
9- ## Next Release
9+ ## 2.5.7 Chia blockchain 2025-11-12
1010
1111## What's Changed
1212
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+
1322### Changed
1423
15- - Updated ChiaLisp dependency from 'clvm_tools_rs' to new repo 'chialisp'
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
1646
1747## 2.5.6 Chia blockchain 2025-9-24
1848
0 commit comments