v0.5.0
Pre-release
Pre-release
This release primarily includes the latest dependency versions bumps for bdk
and corresponding bdk-reserves
to version 0.18
. Also included are initial commits for future new features, in particular support for a build-in regtest node and using a SQLite database instead of the default key-value database. Also check out the new "Resources" section in the README when you want to get started with bdk-cli
.
What's Changed
- Bump version to 0.4.0 and add tag v0.4.0 for release by @notmandatory in #74
- Add resources section to readme by @thunderbiscuit in #72
- Re-licensing to dual MIT and Apache 2.0 and update project name by @notmandatory in #80
- [bug fix] Add
maybe_descriptor_wallet_name()
in repl mode by @rajarshimaitra in #82 - Update to bdk 0.17.0 by @notmandatory in #73
- Auto deploy regtest nodes in background by @rajarshimaitra in #65
- Fetch address index in verbose mode for get_new_address by @rajarshimaitra in #77
- Update miniscript version to 6.1.0 by @notmandatory in #86
- updating bdk and bdk-reserves to v0.18 by @ulrichard in #89
- Add key-value-db and sqlite-db features, separate wallet directories by @notmandatory in #71
- Disable regex tests when repl feature not enabled by @notmandatory in #90
- Release 0.5.0 by @notmandatory in #94
Full Changelog: v0.4.0...v0.5.0