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

Headers fetching via NeoFS BlockFetcher service #3789

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

blockfetcher: add headerSizeMap to GetRange headers accordingly

d94eb81
Select commit
Loading
Failed to load commit list.
Open

Headers fetching via NeoFS BlockFetcher service #3789

blockfetcher: add headerSizeMap to GetRange headers accordingly
d94eb81
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 4, 2025 in 1s

82.82% (-0.20%) compared to 72e0cff

View this Pull Request on Codecov

82.82% (-0.20%) compared to 72e0cff

Details

Codecov Report

Attention: Patch coverage is 41.21864% with 164 lines in your changes missing coverage. Please review.

Project coverage is 82.82%. Comparing base (72e0cff) to head (d94eb81).

Files with missing lines Patch % Lines
pkg/services/blockfetcher/blockfetcher.go 21.25% 61 Missing and 2 partials ⚠️
pkg/network/server.go 27.53% 41 Missing and 9 partials ⚠️
pkg/core/statesync/module.go 67.44% 13 Missing and 1 partial ⚠️
pkg/core/blockchain.go 0.00% 10 Missing and 2 partials ⚠️
pkg/network/bqueue_adapters.go 44.44% 10 Missing ⚠️
pkg/network/bqueue/queue.go 73.52% 8 Missing and 1 partial ⚠️
pkg/core/block/header.go 73.68% 4 Missing and 1 partial ⚠️
pkg/consensus/consensus.go 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3789      +/-   ##
==========================================
- Coverage   83.02%   82.82%   -0.20%     
==========================================
  Files         336      337       +1     
  Lines       47090    47286     +196     
==========================================
+ Hits        39095    39164      +69     
- Misses       6395     6510     +115     
- Partials     1600     1612      +12     

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