Skip to content

Release wallet-1.2.0

Compare
Choose a tag to compare
@ValuedMammal ValuedMammal released this 03 Apr 14:08
· 22 commits to master since this release
wallet-1.2.0
5817ed0

Summary

In this release of bdk_wallet 1.2.0 The TxBuilder add_recipient function now accepts anything that implements Into<ScriptBuf>. The wallet considers a coinbase output eligible for selection if it will mature in the next block. Wallets persisted with a rusqlite::Connection are checked to be thread-safe. The bdk_chain dependency is updated to version 0.21.1, plus a number of internal cleanups.

What's Changed

New Contributors

Full Changelog: wallet-1.1.0...wallet-1.2.0