Skip to content

Releases: Chia-Network/chia-blockchain

2.4.4-rc1

01 Oct 18:26
0ab7291
Compare
Choose a tag to compare
2.4.4-rc1 Pre-release
Pre-release

What's Changed

Added

Changed

  • [CHIA-299] DL separate DAT files in folders by store id by @fchirica in #17688
  • remove block_height_list from BlockGenerator by @arvidn in #18302
  • Display sync percentage in 'chia show -s' by @aqk in #18388
  • Make 'chia plotnft -f fingerprint -i wallet_id' output JSON by @aqk in #18387
  • CHIA-902 make Program.run() and Program.run_with_cost() default to enabling all the most recent features by @arvidn in #18370
  • bump chia_rs to 0.11.0 by @arvidn in #18429
  • remove soft-fork 4 special cases by @arvidn in #18407
  • CHIA-1087: log the rate at which blocks are added during long sync by @arvidn in #18442
  • Rename Spend to SpendConditions by @matt-o-how in #18438
  • CHIA-420 remove Backend* warning ignores by @altendky in #18112
  • bump chia_rs to 0.12.0 by @arvidn in #18473
  • Replace get_flags_for_height_and_constants() with Rust version by @matt-o-how in #18435
  • get_puzzle_and_solution_for_coin() by @arvidn in #18434
  • pre_validate_blocks_multiprocessing Warm up the cache once per batch by @arvidn in #18484
  • BlockchainInterface as a protocol by @arvidn in #18486
  • CHIA-1101: update BlockGenerator type by @arvidn in #18508
  • BlockchainInterface cleanups by @arvidn in #18522
  • [CHIA-1129] Extract coin splitting logic from CLI -> RPC by @Quexington in #18480
  • Bump chia rs 0.13.0 by @arvidn in #18543
  • update long-reorg tests along with the reorg test chains by @arvidn in #18517
  • CHIA-1291 Switch mempool TX prevalidation to the Rust version by @AmineKhaldi in #18557
  • Remove initial_freeze_period from RPCs by @Quexington in #18563
  • [CHIA-1174] Extract coin combining logic from CLI to RPC by @Quexington in #18536
  • AugmentedBlockchain by @arvidn in #18535
  • [CHIA-1069] Use smarter coin selection algorithm for DAO wallet select_coins_for_asset_type by @Quexington in #18579
  • chore: fix some comments by @pengbanban in #18485
  • multiprocess_validation refactor by @arvidn in #18541
  • CHIA-1362 Deduct block overhead from the mempool's maximum block clvm cost limit by @AmineKhaldi in #18574
  • CHIA-1436: Revert "CHIA-645 Optimize build ancestors table. (#18100)" by @altendky in #18609
  • [CHIA-1486] Update to macOS 13 for build and test by @emlowe in #18640
  • Bump chia rs 0.14.0 by @arvidn in #18643
  • [CHIA-1087] Simplify batch pre validate blocks by @arvidn in #18602
  • [CHIA-1437]: Reduce level log spam when downloading DAT files by @emlowe in #18610
  • [CHIA-1427]: Limit full file creation when processing subscription generations by @emlowe in #18612
  • Update GUI pin to 71bae1c072941217cde26a70e864d9add1de07f9 by @emlowe in #18656

Fixed

New Contributors

Full Changelog: 2.4.3...2.4.4-rc1

2.4.3

21 Aug 17:04
85ca580
Compare
Choose a tag to compare

Added

  • Add the concept of 'action scopes'
  • Add offer expiration to CLI
  • DL query multiple ancestors in upsert.
  • Add WalletActionScope
  • Add support for external signers
  • Add Soft Fork options to simulator config
  • Trusted wallet peer enhancements (thanks @spacefarmers)
  • Add action_scope: WalletActionScope to all tx endpoints
  • Add usage of action scope throughout wallet codebase
  • Add in connect timeout to DL http download
  • Send harvester version in pool partial header (thanks @xearl4)
  • Add get version RPC method for all services
  • Add wEURC.b to the list of known assets (thanks @Yakuhito)

Changed

  • drop support for testnet10
  • Rust BLS cache
  • Optimize build ancestors table.
  • Bump chia rs 0.10.0
  • minor fix for make_spend function (thanks @trepca)
  • remove coroutine never awaited warning ignore
  • Update to macos-12 for build and remove macos-11
  • Optimize min height leaf.
  • Send different uncompact buckets to blueboxes.
  • simplify hard-fork consensus rules
  • simplify MempoolItem
  • use rust version of SpendBundle
  • Drop unknown tables when resetting wallet sync DB
  • remove the original block compression
  • Use poetry for package management
  • default flags for Program.run() and Program.run_with_cost()
  • Add prune old peers functionality for crawler
  • Remove ALERTS_URL and CHIA_ALERTS_PUBKEY
  • Update all selected_network config values when setting up simulator
  • Changed: Enhance DataLayer Plugin Registration System for Improved Third-Party Integration (thanks @MichaelTaylor3D)
  • In cmd class framework: help -> short_help
  • Stop auto-subscribing to local stores
  • Bump the GUI submodule ref

Fixed

  • Removed lerna from build_scripts
  • (pylint) == -> is
  • Use tx_config in cancel_pending_trades
  • Fixed an issue where npx --no lerna clean -f didn't work
  • Fix for freebsd (thanks @alghmma)
  • Fix backwards compatibility for add_private_key
  • Fix timelord log spam.
  • Fix duplicate connection log spam.
  • Fix conversion error in fee calculation
  • Fix CATWallet pending_change calculation
  • Add a better clawback auto claim test and fix related issue
  • chore: remove repetitive words (thanks @peicuiping)
  • Conform to CHIP-0029
  • Use launcher_id as the primary key when updating (current) pool config.
  • Remove dangling reference to twine
  • Fix wallet observer mode log in while non-observer keys are present
  • Set public key when you find private key in wallet node

2.4.3-rc3

12 Aug 19:13
30e59a6
Compare
Choose a tag to compare
2.4.3-rc3 Pre-release
Pre-release

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.4.2...2.4.3-rc3

2.4.3-rc2

07 Aug 18:55
d1464da
Compare
Choose a tag to compare
2.4.3-rc2 Pre-release
Pre-release

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.4.2...2.4.3-rc2

2.4.3-rc1

31 Jul 21:59
7e057ca
Compare
Choose a tag to compare
2.4.3-rc1 Pre-release
Pre-release

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.4.2...2.4.3-rc1

2.4.3-b2

18 Jul 20:30
5ec2b54
Compare
Choose a tag to compare
2.4.3-b2 Pre-release
Pre-release

Full Changelog: 2.4.3-b1...2.4.3-b2

2.4.3-b1

18 Jul 16:45
a7ad644
Compare
Choose a tag to compare
2.4.3-b1 Pre-release
Pre-release

What's Changed

Added

Changed

Fixed

New Contributors

Full Changelog: 2.4.2...2.4.3-b1

2.4.2

10 Jul 20:11
6ae45b7
Compare
Choose a tag to compare

Fixed

  • Fix 12-word mnemonic support in keychain (Fixes #18243)
  • Fix backwards compatibility for daemon RPC add_private_key

Deprecated

macOS 12 (Monterey) is deprecated. This release (2.4.2) will be the last release to support macOS 12

2.4.2-rc1

02 Jul 18:16
0970ba7
Compare
Choose a tag to compare
2.4.2-rc1 Pre-release
Pre-release

What's Changed

Changed

  • Update to macos-12 for build and remove macos-11 (cherrypick from main) by @emlowe in #18257

Fixed

  • [CHIA-819] Fix 12-word mnemonic support in keychain by @Quexington in #18246
  • Fix backwards compatibility for add_private_key (cherrypick from main) by @emlowe in #18256

Full Changelog: 2.4.1...2.4.2-rc1

2.4.1

25 Jun 17:08
4572390
Compare
Choose a tag to compare

Fixed

  • Fixed light wallet (wallet only) syncing issues introduced in 2.4.0

Known Issues

  • A breaking backwards compatibility issue was introduced in 2.4.0 in the daemon RPC call add_private_key. We expect to resolve this in a future release.
  • You cannot import or use a 12-word mnemonic key with 2.4.0 or 2.4.1. To import and use a 12-word mnemonic key we recommend you use 2.3.1. This will be resolved in a future release

Deprecated

macOS 11 (Big Sur) is deprecated. This release (2.4.1) will be the last release to support macOS 11