Bitcoin Core 32.0 enters final testing, official release scheduled for October 10.
September 16: Bitcoin Core 32.0 has entered its final testing phase, with the first release candidate issued on September 14, and the official version scheduled for launch on October 10. This version will not change Bitcoin's consensus rules, primarily adjusting transaction fee estimation, block processing, and the way wallets construct transactions.
The new version will add a fee estimator based on unconfirmed transactions and compare it with historical block estimation results, recommending lower fees when network conditions permit. When validating blocks, nodes can also read the database in parallel using multiple threads, with 8 threads by default, to shorten the time needed to catch up with the blockchain. Four commands related to partially signed Bitcoin transactions will use the PSBT v2 format by default.
Developers also fixed a wallet vulnerability that has existed since Bitcoin Core 24.0 on non-Windows systems, which under certain configurations could allow authorized users to execute host commands. Additionally, a memory exhaustion issue in the new web server was also fixed before the official release.