Skip to content

Commit 85ca580

Browse files
updated changelog for 2.4.3 (#18503)
* updated changelog for 2.4.3 * fixed release date * Fix for prettier lint error * Give fix changelog item a more descriptive line item --------- Co-authored-by: Starttoaster <[email protected]>
1 parent 30e59a6 commit 85ca580

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,72 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project does not yet adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
77
for setuptools_scm/PEP 440 reasons.
88

9+
## 2.4.3 Chia blockchain 2024-08-21
10+
11+
## What's Changed
12+
13+
### Added
14+
15+
- Add the concept of 'action scopes'
16+
- Add offer expiration to CLI
17+
- DL query multiple ancestors in upsert.
18+
- Add `WalletActionScope`
19+
- Add support for external signers
20+
- Add Soft Fork options to simulator config
21+
- Trusted wallet peer enhancements (thanks @spacefarmers)
22+
- Add action_scope: WalletActionScope to all tx endpoints
23+
- Add usage of action scope throughout wallet codebase
24+
- Add in connect timeout to DL http download
25+
- Send harvester version in pool partial header (thanks @xearl4)
26+
- Add get version RPC method for all services
27+
- Add wEURC.b to the list of known assets (thanks @Yakuhito)
28+
29+
### Changed
30+
31+
- drop support for testnet10
32+
- Rust BLS cache
33+
- Optimize build ancestors table.
34+
- Bump chia rs 0.10.0
35+
- minor fix for make_spend function (thanks @trepca)
36+
- remove coroutine never awaited warning ignore
37+
- Update to macos-12 for build and remove macos-11
38+
- Optimize min height leaf.
39+
- Send different uncompact buckets to blueboxes.
40+
- simplify hard-fork consensus rules
41+
- simplify `MempoolItem`
42+
- use rust version of SpendBundle
43+
- Drop unknown tables when resetting wallet sync DB
44+
- remove the original block compression
45+
- Use `poetry` for package management
46+
- default flags for `Program.run()` and `Program.run_with_cost()`
47+
- Add prune old peers functionality for crawler
48+
- Remove ALERTS_URL and CHIA_ALERTS_PUBKEY
49+
- Update all selected_network config values when setting up simulator
50+
- Changed: Enhance DataLayer Plugin Registration System for Improved Third-Party Integration (thanks @MichaelTaylor3D)
51+
- In cmd class framework: help -> short_help
52+
- Stop auto-subscribing to local stores
53+
- Bump the GUI submodule ref
54+
55+
### Fixed
56+
57+
- Removed `lerna` from build_scripts
58+
- (pylint) `==` -> `is`
59+
- Use tx_config in cancel_pending_trades
60+
- Fixed an issue where `npx --no lerna clean -f` didn't work
61+
- Fix for freebsd (thanks @alghmma)
62+
- Fix backwards compatibility for `add_private_key`
63+
- Fix timelord log spam.
64+
- Fix duplicate connection log spam.
65+
- Fix conversion error in fee calculation
66+
- Fix CATWallet pending_change calculation
67+
- Add a better clawback auto claim test and fix related issue
68+
- chore: remove repetitive words (thanks @peicuiping)
69+
- Conform to CHIP-0029
70+
- Use launcher_id as the primary key when updating (current) pool config.
71+
- Remove dangling reference to twine
72+
- Fix wallet observer mode log in while non-observer keys are present
73+
- Set public key when you find private key in wallet node
74+
975
## 2.4.2 Chia blockchain 2024-07-10
1076

1177
## What's Changed

0 commit comments

Comments
 (0)