@@ -6,6 +6,57 @@ 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+ ## 2.6.0 Chia blockchain 2026-2-11
10+
11+ As this is a soft fork release, upgrading is strongly recommended before height 8,655,000.
12+
13+ ## What's Changed
14+
15+ ### Added
16+
17+ - Update error message for invalid IP and port format to clarify ipv6
18+ - Work in Progress - increased preliminary support for V2 plot format
19+ - Python 3.13 support
20+ - Do not advertise a new transaction with zero cost
21+
22+ ### Changed
23+
24+ - Bump chia_rs to 0.35.2
25+ - Bump chiavdf from 1.1.13 to 1.1.14
26+ - Bump chiabip158 from 1.5.3 to 1.5.4
27+ - Bump chiapos from 2.0.11 to 2.0.12
28+ - Skip fetching additions and removals for non transaction blocks in FullNodeAPI's request_header_blocks
29+ - Tolerate quote related cost mismatch for older nodes
30+ - Use an adapted version of deficit round robin algorithm in TransactionQueue's pop
31+ - Prioritize trusted peers in FullNodeAPI's send_transaction
32+ - Make sure the costs and fees match when a peer notifies us of a new transaction that we saw already
33+ - Remove unnecessary private key access from ` get_public_keys `
34+ - Set minimum to TLSv1.3
35+ - Make sure the fee and cost specified in a NewTransaction match the ones from validating its spend bundle
36+ - Change v1 plot phase-out
37+ - Simplify tx_request_and_timeout and make it iterate over a dynamic list of peers with transactions
38+ - Improve v2-plot support in plot-sync
39+ - Don't allow, or harvest, v2 plots before hard fork activation
40+ - Change Chia Root CA to expire 31 Dec 2037
41+ - Default to single solver thread
42+ - Relax PoS validation in weight proofs
43+ - Advertise requested mempool transactions instead of sending them
44+ - In TransactionQueue, prioritize peer queue transactions by fee per cost
45+ - Eliminate rate limits and bans for exempt peer networks
46+ - Updated GUI translations
47+
48+ ### Fixed
49+
50+ - Fix RPC key deletion endpoints to actually delete intended DBs
51+ - Fix some typos in comments by @rocksload
52+ - Some minor issues in comment by @deepdring
53+ - Fix a large number of spelling issues in comments by @joemicky
54+ - Fix typo for Timelord.\_ check_for_new_sp comments by @wanziforever
55+ - Change GetTransactions to use uint32 to support wallets with very large numbers of transactions
56+ - Fix measurement of harvester lookup times for logging
57+ - Fixed NFT minting RPC parameter (fixes #20360 )
58+ - Fixed CAT names on overview (fixes #20297 )
59+
960## 2.5.7 Chia blockchain 2025-11-12
1061
1162## What's Changed
0 commit comments