Release 1.0.0-beta.3
Pre-release
Pre-release
notmandatory
released this
13 Sep 16:14
·
158 commits
to master
since this release
Version Yanked and Replaced by 1.0.0-beta.4
Summary
BDK Wallet 1.0.0-beta.3 is out! 🚀 Fixed transaction creation to not skip unused addresses, added function for sorting wallet transactions and option to change default BNB fallback coin selection. We moved the bdk_hwi crate functionality to the rust-hwi repo.
NOTE: The bdk_wallet
BETA releases are meant for early user testing to find bugs, get feedback on APIs and identify any missing functionality. A final bdk_wallet
1.0.0 release will be available once known bugs are fixed, and tutorial docs and language bindings projects are updated.
What's Changed
- chore: add
print_stdout
/print_stderr
lints to workspace level by @oleonardolima in #1425 - ci: add token for cron-update-rust.yml by @notmandatory in #1580
- feat(core): add
TxUpdate::map_anchors
by @evanlinjin in #1587 - ci: pin
tokio-util
dependency version to build with rust 1.63 by @LagginTimes in #1590 - feat(wallet): add transactions_sort_by function by @notmandatory in #1477
- docs: update CONTRIBUTING.md by @ValuedMammal in #1584
- fix(wallet): only mark change address used if
create_tx
succeeds by @ValuedMammal in #1579 - refactor(wallet): use
Amount
everywhere by @ValuedMammal in #1595 - Change methods of
IndexedTxGraph
/TxGraph
/Wallet
that insert txs to be more generic by @evanlinjin in #1586 - fix: typos by @storopoli in #1599
- fix(wallet): do
check_wallet_descriptor
when creating and loading by @ValuedMammal in #1597 - refactor(bdk_hwi): remove
bdk_hwi
, asHWISigner
's being moved torust-hwi
by @oleonardolima in #1561 - Allow custom fallback algorithm for bnb by @evanlinjin in #1581
- fix(core): calling
CheckPoint::insert
with existing block must succeed by @evanlinjin in #1601 - fix(wallet): fix SingleRandomDraw to error if insufficient funds by @notmandatory in #1605
- Bump bdk_wallet version to 1.0.0-beta.3 by @notmandatory in #1608
Full Changelog: v1.0.0-beta.2...v1.0.0-beta.3