·
55 commits
to master
since this release
Summary
This minor release of BDK Wallet v2.3.0 includes a new feature for returning events upon applying blocks to the Wallet. It also fixes a TxBuilder::build_fee_bump error when a parent of the transaction being fee-bumped isn't found in the wallet.
Changelog
Added
- feat: add
apply_block_eventsandapply_block_connected_to_events#336
Fixed
- fix: (backport #337) - don't fail in
build_fee_bumpfor missing parent txid #349 - ci: pin syn crate to 2.0.106 #338
What's Changed
- ci(msrv): pin syn crate to 2.0.106 by @notmandatory in #338
- Add
apply_block_eventsandapply_block_connected_to_eventsby @tnull in #336 - Backport #337 - fix(wallet): Don't fail in
build_fee_bumpfor missing parent txid by @ValuedMammal in #349 - Bump version to 2.3.0 by @notmandatory in #351
Full Changelog: wallet-2.2.0...wallet-2.3.0