notmandatory
released this
19 Dec 19:22
·
4 commits
to master
since this release
Summary
This is the final bdk_wallet 1.0.0 release. It contains small improvements to the wallet transactions
function and
next_unused_address
API docs. Please thank all the contributors who made this first major release possible and
who's continued effort make the BDK project so awesome!
Changelog
Changed
Wallet::transactions
should only return relevant transactions. #1779- Minor updates to fix new rustc 1.83.0 clippy warnings. #1776
Documentation
- Reword the
next_unused_address
API docs. #1680
What's Changed
- docs(wallet): reword the
next_unused_address
doc by @oleonardolima in #1680 - chore[chain,wallet]: fix build warnings by @notmandatory in #1774
- ci: automated update to rustc 1.83.0 by @create-pr-actions in #1776
transactions
method should only return relevant transactions by @evanlinjin in #1779- Bump bdk_wallet version to 1.0.0 by @notmandatory in #1784
Full Changelog: v1.0.0-beta.6...wallet-1.0.0