LLFourn / bdk_core_staging

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

Introduce `KeychainPersist`. #203

Closed evanlinjin closed 1 year ago

evanlinjin commented 1 year ago

Most of this code is copied from the work in https://github.com/bitcoindevkit/bdk/pull/793

@LLFourn mentioned that it makes sense to put the persist module as part of the bdk_chain package.

codecov-commenter commented 1 year ago

Codecov Report

Merging #203 (a7ca6a5) into master (3b26714) will not change coverage. 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     #203   +/-   ##
=======================================
  Coverage   60.43%   60.43%           
=======================================
  Files           9        9           
  Lines         230      230           
=======================================
  Hits          139      139           
  Misses         91       91           
Impacted Files Coverage Δ
bdk_chain/src/keychain.rs 56.89% <ø> (ø)

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

Replaced by #204