Summary
This minor release of BDK Wallet v2.2.0 includes a new feature for returning events upon applying an update to the Wallet
. It also includes new test facilities for testing persistence, as well as documentation improvements.
*Note that the signer
module has been deprecated and is planned to be removed in a future release.*
The current PSBT signing logic can be found in bitcoin::psbt
module, most notably Psbt::sign
.
What's Changed
- docs: add metadata fields to issue templates for triage by @LagginTimes in #296
- ci: automated update to rustc 1.89.0 by @create-pr-actions[bot] in #298
- docs: (Backport #306) - add wording on required use of xpub for multipath constructor by @thunderbiscuit in #309
- feat: (Backport #300) - Add utilities to test persistence by @ValuedMammal in #311
- feat: Return wallet events when applying updates by @notmandatory in #310
New Contributors
- @LagginTimes made their first contribution in #296
- @110CodingP made their first contribution in #300
Full Changelog: wallet-2.1.0...wallet-2.2.0