Releases: bitcoindevkit/bdk_wallet
Release wallet-1.1.0
Summary
In this release of bdk_wallet v1.1.0 the tx builder is updated to use transaction version 2 by default, and support for wallets using testnet4 is now live. This release also includes important updates to bdk_electrum which has a new MSRV of 1.75.0 to stay current with the latest security fixes, bdk_bitcoind_rpc introduces a new compact block filter module, as well as various bug fixes and improvements.
What's Changed
- test(wallet): small cleanups to test_wallet_transactions_relevant by @notmandatory in bitcoindevkit/bdk#1785
- refactor(wallet): cleanup and remove unused code in create_tx by @notmandatory in bitcoindevkit/bdk#1768
- docs: add architectural decision records (ADR) by @ValuedMammal in bitcoindevkit/bdk#1592
- fix(wallet): improve safety on finalize psbt by @f3r10 in bitcoindevkit/bdk#1790
- feat(wallet): change default tx to version 2 by @benalleng in bitcoindevkit/bdk#1789
- test(wallet): create tx locktime cltv for a specific time by @f3r10 in bitcoindevkit/bdk#1682
- feat(wallet): support Testnet4 in valid networks by @ValuedMammal in bitcoindevkit/bdk#1805
- fix(wallet): use
map_keychaininWallet::build_fee_bumpby @ValuedMammal in bitcoindevkit/bdk#1812 - ci: add secondary MSRV job of 1.75.0 by @oleonardolima in bitcoindevkit/bdk#1803
- ci: apply zizmor security audit by @oleonardolima in bitcoindevkit/bdk#1778
New Contributors
- @f3r10 made their first contribution in bitcoindevkit/bdk#1790
- @benalleng made their first contribution in bitcoindevkit/bdk#1789
- @pluveto made their first contribution in bitcoindevkit/bdk#1738
Full Changelog: bitcoindevkit/bdk@wallet-1.0.0...wallet-1.1.0
Release wallet-1.0.0
Summary
This is the final bdk_wallet 1.0.0 release. It contains small improvements to the wallet transactions function and
next_unused_address API docs. Please thank all the contributors who made this first major release possible and
who's continued effort make the BDK project so awesome!
Changelog
Changed
Wallet::transactionsshould only return relevant transactions. #1779- Minor updates to fix new rustc 1.83.0 clippy warnings. #1776
Documentation
- Reword the
next_unused_addressAPI docs. #1680
What's Changed
- docs(wallet): reword the
next_unused_addressdoc by @oleonardolima in bitcoindevkit/bdk#1680 - chore[chain,wallet]: fix build warnings by @notmandatory in bitcoindevkit/bdk#1774
- ci: automated update to rustc 1.83.0 by @create-pr-actions in bitcoindevkit/bdk#1776
transactionsmethod should only return relevant transactions by @evanlinjin in bitcoindevkit/bdk#1779- Bump bdk_wallet version to 1.0.0 by @notmandatory in bitcoindevkit/bdk#1784
Full Changelog: bitcoindevkit/bdk@v1.0.0-beta.6...wallet-1.0.0