Summary
This release introduces saving and reusing wallet configuration, adds support for non-persisted async payjoin, automatic descriptor generator, and shell completions, amongst other improvements.
What's Changed
- Update
bdk_kyototo0.15.1by @rustaceanrob in #222 - fix(pretty-format): use
--prettyin any position by @va-an in #224 - Adding descriptor generator by @AmosOO7 in #180
- feat: add non-persisted Async Payjoin support by @mehmetefeumit in #200
- Fix duplicate wallet creation in non-persistent path by @Mshehu5 in #233
- Add saving wallet config with
bdk-cli wallet configby @tvpeter in #203 - Refactor sync_kyoto_client by @Mshehu5 in #230
- CI: Update
continous_integrationandauditworkflows by @tvpeter in #235 - doc: add installation prerequisite to Readme by @tvpeter in #246
- CI: Replace Coveralls with Codecov for coverage reporting by @tvpeter in #247
- Add additional slash to show ReceivePayjoin cli docs by @nymius in #253
- Enforce use of
1.0.0-rc.1payjoin version by @nymius in #252 - chore: remove remainig MSRV mentions by @va-an in #241
- fix(test): Enable using any client in config test by @tvpeter in #256
- feat: add completions subcommand by @va-an in #237
- Deps: Update transitive dependencies
quinn-protoandaws-lc-sysby @tvpeter in #251 - Bump version to 3.0.0 by @tvpeter in #265
New Contributors
- @AmosOO7 made their first contribution in #180
- @mehmetefeumit made their first contribution in #200
- @Mshehu5 made their first contribution in #233
- @nymius made their first contribution in #253
Full Changelog: v2.0.0...v3.0.0