Skip to content

v3.0.0

Latest

Choose a tag to compare

@tvpeter tvpeter released this 26 Mar 23:44
· 2 commits to master since this release
v3.0.0
1dc41d0

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_kyoto to 0.15.1 by @rustaceanrob in #222
  • fix(pretty-format): use --pretty in 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 config by @tvpeter in #203
  • Refactor sync_kyoto_client by @Mshehu5 in #230
  • CI: Update continous_integration and audit workflows 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.1 payjoin 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-proto and aws-lc-sys by @tvpeter in #251
  • Bump version to 3.0.0 by @tvpeter in #265

New Contributors

Full Changelog: v2.0.0...v3.0.0