Summary
This release of bdk-cli 1.0.0 uses bdk_wallet 1.0.0 and integrates Kyoto, which uses the Kyoto protocol for compact block filters. It sets SQLite as the default database and drops support for sled.
What's Changed
- Update changelog file by @rajarshimaitra in #150
- ci: fix MSRV jobs with cargo update by @notmandatory in #159
- ci: pin tokio to 1.29.1 to build with MSRV 1.57.0 by @notmandatory in #160
- feature: update
bdk-cli
to usebdk_wallet
v1 by @tvpeter in #174 - feat(cbf): add
cbf
feature usingbdk_kyoto
by @tvpeter in #181 - chore(cbf): set kyoto client data dir by @tvpeter in #183
- Implement transaction broadcasting for Kyoto by @rustaceanrob in #182
- ci: fix code coverage workflow by @notmandatory in #186
- docs: update readme by @tvpeter in #187
- Chore/make release by @tvpeter in #188
- chore: update audit workflow to ubuntu-latest by @tvpeter in #189
New Contributors
- @tvpeter made their first contribution in #174
- @rustaceanrob made their first contribution in #182
Full Changelog: v0.27.1...v1.0.0