Skip to content

Releases: Chia-Network/chia-blockchain

2.3.0-rc2

10 Apr 22:42
9da7fd2
Compare
Choose a tag to compare
2.3.0-rc2 Pre-release
Pre-release

This release fixes the issues raised in 2.2.1

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.2.1...2.3.0-rc2

2.3.0-rc1

29 Mar 23:24
23288e7
Compare
Choose a tag to compare
2.3.0-rc1 Pre-release
Pre-release

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.2.1...2.3.0-rc1

2.2.1

06 Mar 18:00
b982196
Compare
Choose a tag to compare

Version 2.2.1 is now available for download!

This release fixes the issues raised in 2.2.0, and provides improvements and enhancements to Farming, Wallet and Network improvements, and Developer Tools.

Fixed

  • Fixed issue with finding bladebit and madmax plotters in CLI and GUI (thanks @nanofarmer)
  • Fixed issue with banning peers due to incorrect INVALID_TRANSACTIONS_FILTER_HASH and INVALID_BLOCK_COST log errors (#17620)

If upgrading from version 2.1.4, please also see the release notes from 2.2.0 which are included in this release https://github.com/Chia-Network/chia-blockchain/blob/2.2.1/CHANGELOG.md#220-chia-blockchain-2024-02-28

2.2.0-rc4

21 Feb 20:47
74354b5
Compare
Choose a tag to compare
2.2.0-rc4 Pre-release
Pre-release

Special thanks to @bhorvitz for reporting a mempool slowness issue in the first release candidate! 🎉

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.1.4...2.2.0-rc4

2.2.0-rc3

16 Feb 01:30
f499f9d
Compare
Choose a tag to compare
2.2.0-rc3 Pre-release
Pre-release

Special thanks to @bhorvitz for reporting a mempool slowness issue in the first release candidate! 🎉

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.1.4...2.2.0-rc3

2.2.0-rc2

07 Feb 23:44
654d327
Compare
Choose a tag to compare
2.2.0-rc2 Pre-release
Pre-release

Special thanks to @bhorvitz for reporting a mempool slowness issue in the first release candidate! 🎉

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.1.4...2.2.0-rc2

2.2.0-rc1

01 Feb 16:48
1070ce8
Compare
Choose a tag to compare
2.2.0-rc1 Pre-release
Pre-release

What's Changed

Added

Changed

Fixed

  • Fix TX amount calculation in trade manager by @Quexington in #16934
  • Don't allow DL mirrors with empty urls. by @fchirica in #16969
  • add SerializedProgram.to() to simplify some code by @arvidn in #17022
  • include information for setuptools_scm in git archives by @altendky in #17026
  • fix type mismatch with Optional[bytes] and bytes in wallet/conditions.py by @arvidn in #17030
  • fixed typo, it's -> its by @Abachrombie in #17076
  • DL: Use unsubscribe queue to relax subscriptions lock. by @fchirica in #17068
  • Improve input for DL CLI add_missing_files. by @fchirica in #17060
  • extend the mempool tests for timelocks, and improve error codes by @arvidn in #17105
  • FIXED: Fixed old links that just linked to links, to the new direct links in… by @Abachrombie in #17185
  • add measured sizes for plot check by @wjblanke in #16830
  • Add a few missing type annotations by @Rigidity in #17043
  • Log string header_hash on long validation warnings by @hoffmang9 in #17304
  • Subscribe to DIDs that come into wallet by @Quexington in #17299
  • Fix sorted for dictionary keys of both bytes/xch by @Quexington in #17270
  • extend measured sizes for plot check with value for k39 by @neurosis69 in #17239
  • switch transaction queue completion to a new ValuedEvent by @altendky in #17305
  • Fixed an issue where chia wallet did transfer command mistreats the type of fee by @ChiaMineJP in #15138
  • measured new_signage_point_harvester size with 100 pools for limit by @wjblanke in #17350
  • Remove duplicate short option from make_offer command by @Quexington in #17376
  • undo BlockRecord cache insert, when DB fails by @arvidn in #16909
  • Warn if running install-plotter.sh as root by @ChiaMineJP in #16206

New Contributors

Full Changelog: 2.1.4...2.2.0-rc1

2.1.4

10 Jan 18:00
b5fe502
Compare
Choose a tag to compare

Fixed

  • Update chia_rs to 0.2.15 for AMD K10 architecture (fixes #16386)

Changed

  • improved CPU usage due to tight loop in send_transaction()
  • improve performance of total_mempool_fees() and total_mempool_cost()
  • reduced the default maximum peer count to 40 from 80 (only applies to new configs)
  • changed to normal SQlite db sync option (previously was full)
  • reduced the mempool size to 10 blocks from 50 blocks (improves performance)
  • improve performance of the mempool by batch fetching items from the db

2.1.4-rc2

03 Jan 23:03
66683b9
Compare
Choose a tag to compare
2.1.4-rc2 Pre-release
Pre-release

What's Changed

Fixed

Full Changelog: 2.1.4-rc1...2.1.4-rc2

2.1.4-rc1

22 Dec 22:30
507899f
Compare
Choose a tag to compare
2.1.4-rc1 Pre-release
Pre-release

What's Changed

Changed

Fixed

  • improve performance of total_mempool_fees() and total_mempool_cost() by @arvidn in #17107

Full Changelog: 2.1.3...2.1.4-rc1