transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
8 stars 7 forks source link

Cache locally whether issuers have been persisted or not already. #169

Closed phbnf closed 3 weeks ago

phbnf commented 3 weeks ago

This saves a few round trips to the IssuerStorage.

Towards #88

codecov-commenter commented 3 weeks ago

Codecov Report

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

Project coverage is 34.22%. Comparing base (46ec9c2) to head (d0e4643). Report is 83 commits behind head on main.

Files Patch % Lines
personalities/sctfe/storage.go 0.00% 36 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ========================================== - Coverage 35.80% 34.22% -1.58% ========================================== Files 16 34 +18 Lines 1363 2992 +1629 ========================================== + Hits 488 1024 +536 - Misses 801 1857 +1056 - Partials 74 111 +37 ```

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