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
- Fix off-by-one error checking coinbase maturity in optional UTxOs by @nymius in #1830
bdk_electrum
: Handle negative heights properly by @evanlinjin in #1837- wallet: Bump bitcoin dependency to v0.32.4 by @stevenroose in #1853
bdk_wallet
: Pinbdk_chain
version to latest release by @evanlinjin in #1860- Make full-scan/sync flow easier to reason about. by @evanlinjin in #1838
- Refactor/use iterators to preselect utxos by @nymius in #1798
- Refactor file store by @nymius in #1684
- docs: update CONTRIBUTING.md with section for new contributors by @notmandatory in #1871
- fix(examples): make regtest default on wallet_example_rpc by @luisschwab in #1872
- chore(examples): make change descriptor optional on example_wallet_rpc by @luisschwab in #1865
- Generalize
add_recipient
to acceptAddress
by @rustaceanrob in #1841 - doc: remove 1.0 roadmap stuff and fix broken links from README by @luisschwab in #1882
- doc: remove persist crate from README by @luisschwab in #1884
- fix(wallet): allow PersistedWallet to be Send + Sync by @notmandatory in #1874
- Introduce
evicted-at
/last-evicted
timestamps by @evanlinjin in #1839 - example_cli: add feerate option to psbt new cmd by @ValuedMammal in #1840
- chore: bump
miniscript
to12.3.1
by @LagginTimes in #1924 - chore: bump bdk_wallet to 1.2.0 by @ValuedMammal in #1925
New Contributors
- @Musab1258 made their first contribution in #1895
Full Changelog: wallet-1.1.0...wallet-1.2.0