Skip to content

Releases: Chia-Network/chia-blockchain

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

2.4.1-rc1

21 Jun 23:03
4b2f9f0
Compare
Choose a tag to compare
2.4.1-rc1 Pre-release
Pre-release

What's Changed

Fixed

  • Revert "use rust types for RecentChainData, ProofBlockHeader and WeightProof" #17738 by @emlowe in #18231

Full Changelog: 2.4.0...2.4.1-rc1