ipni / go-indexer-core

Core go datastructure of a cid index
Other
14 stars 6 forks source link

Allow multihashes with DBL_SHA2_256 code #197

Closed gammazero closed 7 months ago

gammazero commented 7 months ago

The double hash multicodec code is not dedicated to encrypted records. Therefore we cannot implicitly assume that it represents one.

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 55.69%. Comparing base (c72e65b) to head (be5a34b).

Files Patch % Lines
store/dhstore/dhstore.go 0.00% 9 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #197 +/- ## ========================================== + Coverage 55.50% 55.69% +0.19% ========================================== Files 20 20 Lines 2908 2898 -10 ========================================== Hits 1614 1614 + Misses 1067 1057 -10 Partials 227 227 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.