LLFourn / bdk_core_staging

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

RPC chain example #155

Closed danielabrozzoni closed 1 year ago

danielabrozzoni commented 1 year ago

This PR rebases and fixes compilation of #89

codecov-commenter commented 1 year ago

Codecov Report

Merging #155 (1954f9f) into master (e6a3755) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #155   +/-   ##
=======================================
  Coverage   64.81%   64.81%           
=======================================
  Files           9        9           
  Lines         378      378           
=======================================
  Hits          245      245           
  Misses        133      133           
Impacted Files Coverage Δ
bdk_chain/src/keychain/keychain_txout_index.rs 0.00% <ø> (ø)

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

Thanks @danielabrozzoni ! Just skimmed through it now, I realized there were some changes to the other modules in this PR that we don't actually want to include anymore :grimacing:

This is a boring task, maybe I can take over?

danielabrozzoni commented 1 year ago

I realized there were some changes to the other modules in this PR that we don't actually want to include anymore grimacing

Mhh, I'm using the same structures in the cbf examples, so I'll need to follow this one anyways to see how to update the cbf :)

This is a boring task, maybe I can take over?

As you wish!

evanlinjin commented 1 year ago

Replaced by #157