filecoin-project / go-fil-markets

Shared Implementation of Storage and Retrieval Markets for Filecoin Node Implementations
Other
78 stars 59 forks source link

[WIP] Bitswap retrievals in SPs #674

Open aarshkshah1992 opened 2 years ago

aarshkshah1992 commented 2 years ago

TODO

codecov-commenter commented 2 years ago

Codecov Report

Merging #674 (32aa0a6) into feat/retrieve-any-cid (eb2fe1f) will decrease coverage by 0.46%. The diff coverage is 15.79%.

Impacted file tree graph

@@                    Coverage Diff                    @@
##           feat/retrieve-any-cid     #674      +/-   ##
=========================================================
- Coverage                  59.01%   58.55%   -0.45%     
=========================================================
  Files                         64       64              
  Lines                       5322     5360      +38     
=========================================================
- Hits                        3140     3138       -2     
- Misses                      1845     1882      +37     
- Partials                     337      340       +3     
Impacted Files Coverage Δ
stores/dagstore.go 0.00% <ø> (ø)
retrievalmarket/impl/provider.go 62.86% <15.79%> (-6.45%) :arrow_down:
retrievalmarket/events.go 0.00% <0.00%> (-80.00%) :arrow_down:
retrievalmarket/dealstatus.go 0.00% <0.00%> (-80.00%) :arrow_down:

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 eb2fe1f...32aa0a6. Read the comment docs.