Skip to content

Releases: bitcoindevkit/bdk_wallet

Release wallet-1.1.0

17 Apr 03:15
wallet-1.1.0
cc15e5d

Choose a tag to compare

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

New Contributors

Full Changelog: bitcoindevkit/bdk@wallet-1.0.0...wallet-1.1.0

Release wallet-1.0.0

17 Apr 03:16
wallet-1.0.0
03a08bb

Choose a tag to compare

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::transactions should only return relevant transactions. #1779
  • Minor updates to fix new rustc 1.83.0 clippy warnings. #1776

Documentation

  • Reword the next_unused_address API docs. #1680

What's Changed

Full Changelog: bitcoindevkit/bdk@v1.0.0-beta.6...wallet-1.0.0