Skip to content

v1.0.0-beta.3

@notmandatory notmandatory tagged this 13 Sep 16:02
Summary

Fixed transaction creation to not skip unused addresses, added function for sorting wallet transactions and option to change default BNB fallback back coin selection. We moved the bdk_hwi crate functionality to the rust-hwi repo.

Changelog

* chore: add `print_stdout`/`print_stderr` lints to workspace level. #1425
* ci: add token for cron-update-rust.yml. #1580
* feat(core): add `TxUpdate::map_anchors`. #1587
* ci: pin `tokio-util` dependency version to build with rust 1.63. #1590
* feat(wallet): add transactions_sort_by function. #1477
* docs: update CONTRIBUTING.md. #1584
* fix(wallet): only mark change address used if `create_tx` succeeds. #1579
* refactor(wallet): use `Amount` everywhere. #1595
* Change methods of `IndexedTxGraph`/`TxGraph`/`Wallet` that insert txs to be more generic. #1586
* fix: typos by @storopoli. #1599
* fix(wallet): do `check_wallet_descriptor` when creating and loading. #1597
* refactor(bdk_hwi): remove `bdk_hwi`, as `HWISigner`'s being moved to `rust-hwi`. #1561
* Allow custom fallback algorithm for bnb. #1581
* fix(core): calling `CheckPoint::insert` with existing block must succeed. #1601
* fix(wallet): fix SingleRandomDraw to error if insufficient funds. #1605
Assets 2
Loading