LLFourn / bdk_core_staging

Staging area for bdk_core initial development
15 stars 12 forks source link

Move bdk_file_store into its own crate #199

Closed danielabrozzoni closed 1 year ago

danielabrozzoni commented 1 year ago

Closes #197

LLFourn commented 1 year ago

I just did a little cleanup:

codecov-commenter commented 1 year ago

Codecov Report

Merging #199 (6ea32b3) into master (2a11787) will increase coverage by 3.68%. The diff coverage is n/a.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
+ Coverage   56.74%   60.43%   +3.68%     
==========================================
  Files          10        9       -1     
  Lines         252      230      -22     
==========================================
- Hits          143      139       -4     
+ Misses        109       91      -18     
Impacted Files Coverage Δ
bdk_chain/src/lib.rs 100.00% <ø> (ø)
bdk_chain/src/file_store.rs

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

evanlinjin commented 1 year ago

Ummm the bdk_chain/src/file_store.rs file wasn't removed.

evanlinjin commented 1 year ago

I'll fix it in #191 !