bitcoindevkit / bdk-cli

A CLI wallet library and REPL tool to demo and test the BDK library
Other
111 stars 65 forks source link

Release 0.5.0 #94

Closed notmandatory closed 2 years ago

notmandatory commented 2 years ago

Description

Release updates for bdk-cli 0.5.0.

Notes to the reviewers

I had to make the following changes in this branch:

  1. Update MSRV to 1.56.0 to fix http dependency issue after doing cargo update.
  2. Commented out new sqlite-db feature, can't use it until next bdk release fix is in

Checklists

All Submissions:

New Features:

codecov[bot] commented 2 years ago

Codecov Report

Merging #94 (80260e1) into master (51b2b6a) will increase coverage by 0.03%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
+ Coverage   44.05%   44.09%   +0.03%     
==========================================
  Files           2        2              
  Lines        1287     1286       -1     
==========================================
  Hits          567      567              
+ Misses        720      719       -1     
Impacted Files Coverage Δ
src/lib.rs 52.42% <0.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 51b2b6a...80260e1. Read the comment docs.