This release of BDK adds new the Wallet::get_tx()
function which returns a single transactions made and received by the wallet. It also includes dependency updates to fix recent build and audit issues.
What's Changed
- Downgrade tiny-bip39 to version prior to 0.8.0 by @notmandatory in #444
- Release/0.12.0 by @notmandatory in #445
- Expose get_tx() method from
DB
toWallet
by @rajarshimaitra in #443 - Pin ahash version to 0.7.4 for sqlite feature by @notmandatory in #449
- Make MemoryDatabase Send + Sync by @artfuldev in #448
New Contributors
- @artfuldev made their first contribution in #448
Full Changelog: v0.12.0...v0.13.0