v0.4.0
Pre-release
Pre-release
The first release of bdk-cli
for 2022 is finally out! A notable new reserve
feature enables proof of reserves commands provided by bdk-reserves
. Other changes include replacing the wallet bump_fee command --send_all with the new --shrink option, automatically deriving the wallet name from the descriptor (if no name is provided), and a new cookie authentication option for the rpc blochchain backend.
What's Changed
- Bump version to 0.3.0 by @notmandatory in #49
- update to codecov v2 by @rajarshimaitra in #52
- Replace
wallet bump_fee
command--send_all
with new--shrink
option by @notmandatory in #45 - Update bdk and bdk-macro dependency by @rajarshimaitra in #54
- Update MSRV to current stable, 1.56.1 by @notmandatory in #59
- Update BDK dependency to v0.14.0 by @ulrichard in #60
- adding the commands for proof-of-reserves using the separate repository by @ulrichard in #48
- Update codecov to grcov from Tarpauline by @rajarshimaitra in #58
- [bug] Fix RPC tests by @rajarshimaitra in #56
- Improve error handlings. by @rajarshimaitra in #61
- Un-pin fd-lock version by @notmandatory in #64
- if no wallet name was provided, use one derived from the descriptor by @ulrichard in #57
- Fix repl and wallet help docs by @notmandatory in #69
- Add cookie authentication option for rpc by @rajarshimaitra in #68
Full Changelog: v0.3.0...v0.4.0