3.0 (Preview) Release Notes
Overview
- Release Date: Not yet released.
- Changelog: Link
Notable Changes
See pages in this section for an overview of the candidate features for 3.0:
- Get a list of events after applying an update to the wallet.
- We replaced our old
TxBuilderfor a new workflow, leveraging the new bdk-tx library. - The
Wallettype will not perform transaction siging anymore; this is now handed out to thePsbttype in rust-bitcoin. - Inform the wallet of transactions you intend to broadcast in order to build chains of transactions that respect these intended/future broadcast transactions.
- Lock UTXOs and persist these locks in order to build transactions that do not use these UTXOs.
- Use the
Wallettype to track any number of descriptors as opposed to only 2.