Skip to content

Release wallet-2.0.0

Latest
Compare
Choose a tag to compare
@ValuedMammal ValuedMammal released this 04 Jun 23:48
· 2 commits to master since this release
wallet-2.0.0
4c76dc8

Summary

This release includes a bug fix for handling stuck or evicted transactions, performance enhancements for large wallets, more extensive test coverage, and the return of TxDetails. This is the first stable release since the bdk_wallet crate moved to a new repository.

The below bdk chain client crate versions are compatible with this bdk_wallet release:

  • bdk_bitcoind_rpc 0.20.0
  • bdk_electrum 0.23.0
  • bdk_esplora 0.22.0
  • bdk_kyoto 0.11.0

Changes to persisted data

The wallet ChangeSet is extended to include the following (sub-)fields. This change is backwards compatible.

  • tx_graph::ChangeSet::first_seen
  • tx_graph::ChangeSet::last_evicted
  • keychain_txout::ChangeSet::spk_cache

What's Changed

Full Changelog: wallet-1.2.0...wallet-2.0.0