Summary
This release updates bdk_wallet to 2.1.0, adds Taproot descriptor support, and introduces --pretty output formatting. It also adds redb as an alternative database option, improves bdk_kyoto transaction handling, and includes new tooling and examples for easier regtest workflows.
What's Changed
- chore: update README rust version badge to 1.75.0 by @notmandatory in #190
- Fix exit code by @va-an in #173
- Add Justfile command runner by @tvpeter in #198
- Update bdk_wallet dependency to 2.0.0 plus related by @notmandatory in #197
- Docs: add
justexample for using bdk-cli with bitcoind regtest node by @tvpeter in #201 - Kyoto: Remove connection requirement to send tx by @rustaceanrob in #202
- chore(ci): remove MSRV for bdk-cli by @tvpeter in #211
- feat: add redb as an alternative to sqlite by @110CodingP in #206
- feat(pretty-format): add pretty flag to format outputs in a tabular form by @tvpeter in #212
- deps: update bdk_wallet 2.1.0 and related deps by @tvpeter in #214
- Update
compilecommand to support creating taproot descriptors by @va-an in #208 - deps: bump tracing-subscriber to 0.3.20 by @tvpeter in #217
- Bump version to 2.0.0 by @tvpeter in #219
New Contributors
- @va-an made their first contribution in #173
- @110CodingP made their first contribution in #206
Full Changelog: v1.0.0...v2.0.0