Skip to content

Release wallet-2.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ValuedMammal ValuedMammal released this 29 May 12:51
· 84 commits to master since this release
wallet-2.0.0-beta.0
ce70bb7

Summary

This is a beta release in preparation for a final v2.0.0 of BDK wallet. We encourage users to test the release and report any issues.

The 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 release since the bdk_wallet crate moved to a new repository.

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

New Contributors

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