LLFourn / bdk_core_staging

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

demonstrate syncing with `block_position` indexing #119

Open rajarshimaitra opened 1 year ago

rajarshimaitra commented 1 year ago

This is an attemted approach at #85 . Not final and can be structured better. Opening up for approach discussions.

Build on top of #77 and demos it over electrum API.

Things Done:

codecov-commenter commented 1 year ago

Codecov Report

Merging #119 (3cf3831) into master (e9ac33e) will decrease coverage by 4.15%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #119      +/-   ##
==========================================
- Coverage   65.30%   61.14%   -4.16%     
==========================================
  Files           8        8              
  Lines         294      314      +20     
==========================================
  Hits          192      192              
- Misses        102      122      +20     
Impacted Files Coverage Δ
bdk_chain/src/chain_data.rs 35.10% <0.00%> (-9.49%) :arrow_down:

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

LLFourn commented 1 year ago

Can you try and re-do this PR on top of master @rajarshimaitra?

rajarshimaitra commented 1 year ago

@LLFourn rebased on master..