Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ledger/store): fill bloom filter at store init #457

Closed
wants to merge 1 commit into from

fix(ledger/store): fill bloom filter at store init

f3d1161
Select commit
Loading
Failed to load commit list.
Closed

fix(ledger/store): fill bloom filter at store init #457

fix(ledger/store): fill bloom filter at store init
f3d1161
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 31, 2023 in 0s

64.04% (-0.04%) compared to 78a58db

View this Pull Request on Codecov

64.04% (-0.04%) compared to 78a58db

Details

Codecov Report

Patch coverage: 63.00% and project coverage change: -0.04% ⚠️

Comparison is base (78a58db) 64.07% compared to head (f3d1161) 64.04%.

Additional details and impacted files
@@                Coverage Diff                @@
##           release/v1.10     #457      +/-   ##
=================================================
- Coverage          64.07%   64.04%   -0.04%     
=================================================
  Files                152      152              
  Lines              14142    14241      +99     
=================================================
+ Hits                9062     9121      +59     
- Misses              4488     4514      +26     
- Partials             592      606      +14     
Files Changed Coverage Δ
pkg/storage/sqlstorage/accounts.go 74.15% <61.53%> (-3.16%) ⬇️
pkg/storage/sqlstorage/store_ledger.go 69.76% <65.71%> (-3.31%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.