Highlights of this released are the new Wallet::get_balance()
which returns a detailed breakdown of how much funds are trusted, untrusted or immature and a completely rewritten RpcBlockchain
which removes some of the limitations of the previous implementation. This release also contains many bug fixes and general improvements related to the coin selection and more broadly the transaction creation logic. A big thanks to our past and latest new contributors. See below for all the details.
What's Changed
- Release 0.20.0 by @notmandatory in #657
- Introduce
get_checksum_bytes
method and improvements by @evanlinjin in #671 - Fix: Run README.md examples on the CI by @meryacine in #659
- Test: No address reuse for single descriptor by @evanlinjin in #661
- Fix wallet sync not finding coins of addresses which are not cached by @evanlinjin in #672
- Move change logic to coin_select by @csralvall in #630
- Use T: AsRef as param to SqliteDatabase::new by @vladimirfomene in #675
- Add assertions in the FeeRate constructor by @afilini in #694
- Allow signing only specific leaf hashes by @danielabrozzoni in #645
- Various fixes to the
fee_amount
calculation increate_tx
by @danielabrozzoni in #666 - Add
electrsd/bitcoind_22_0
toexample\rpcwallet
target by @w0xlt in #681 - Consolidate
fee_amount
andamount_needed
by @csralvall in #662 - doc: Document that list_transactions() might return unsorted txs by @w0xlt in #686
- Fix the early InsufficientFunds error in the branch and bound by @afilini in #693
- Fix wallet sync for
RpcBlockchain
by @evanlinjin in #683 - Get balance in categories by @wszdexdrf in #640
New Contributors
- @meryacine made their first contribution in #659
- @csralvall made their first contribution in #630
- @w0xlt made their first contribution in #681
- @wszdexdrf made their first contribution in #640
Full Changelog: v0.20.0...v0.21.0