File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,19 @@ Contributors do not need to change this file but do need to add changelog detail
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## [ wallet-2.4.0]
11+
12+ ### Added
13+
14+ - Add ` get_pre_v1_wallet_keychains ` migration helper to assist with migrating from pre-1.0 bdk sqlite databases #365 , #415
15+ - Add ` Wallet::apply_unconfirmed_txs_events ` method for tracking unconfirmed transaction events #399
16+ - Add ` Wallet::apply_evicted_txs_events ` method for tracking evicted transaction events #399
17+ - Add ` Wallet::events_helper ` method for advanced users to generate ` WalletEvent ` s after custom operations #399
18+
19+ ### Reverted
20+
21+ - Un-deprecate ` wallet::signer ` module #405
22+
1023## [ wallet-2.3.0]
1124
1225### Added
@@ -1358,3 +1371,4 @@ final transaction is created by calling `finish` on the builder.
13581371[ wallet-2.1.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.1.0
13591372[ wallet-2.2.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.2.0
13601373[ wallet-2.3.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.3.0
1374+ [ wallet-2.4.0 ] : https://github.com/bitcoindevkit/bdk/releases/tag/wallet-2.4.0
Original file line number Diff line number Diff line change 11[package ]
22name = " bdk_wallet"
33homepage = " https://bitcoindevkit.org"
4- version = " 2.3 .0"
4+ version = " 2.4 .0"
55repository = " https://github.com/bitcoindevkit/bdk_wallet"
66documentation = " https://docs.rs/bdk_wallet"
77description = " A modern, lightweight, descriptor-based wallet library"
You can’t perform that action at this time.
0 commit comments