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

services: add new block fetching from NeoFS service #3515

Merged
merged 5 commits into from
Sep 12, 2024

services: add new service for fetching blocks from NeoFS

0b31a29
Select commit
Loading
Failed to load commit list.
Merged

services: add new block fetching from NeoFS service #3515

services: add new service for fetching blocks from NeoFS
0b31a29
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 11, 2024 in 1s

36.58% of diff hit (target 85.79%)

View this Pull Request on Codecov

36.58% of diff hit (target 85.79%)

Annotations

Check warning on line 17 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L17

Added line #L17 was not covered by tests

Check warning on line 25 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L25

Added line #L25 was not covered by tests

Check warning on line 28 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L28

Added line #L28 was not covered by tests

Check warning on line 35 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L35

Added line #L35 was not covered by tests

Check warning on line 57 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L57

Added line #L57 was not covered by tests

Check warning on line 61 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L61

Added line #L61 was not covered by tests

Check warning on line 67 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L67

Added line #L67 was not covered by tests

Check warning on line 71 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L71

Added line #L71 was not covered by tests

Check warning on line 80 in cli/server/dump_bin.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/server/dump_bin.go#L80

Added line #L80 was not covered by tests

Check warning on line 151 in pkg/config/application_config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/application_config.go#L151

Added line #L151 was not covered by tests

Check warning on line 121 in pkg/config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/config/config.go#L121

Added line #L121 was not covered by tests

Check warning on line 152 in pkg/network/bqueue/queue.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/bqueue/queue.go#L145-L152

Added lines #L145 - L152 were not covered by tests

Check warning on line 157 in pkg/network/bqueue/queue.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/bqueue/queue.go#L154-L157

Added lines #L154 - L157 were not covered by tests

Check warning on line 231 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L230-L231

Added lines #L230 - L231 were not covered by tests

Check warning on line 233 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L233

Added line #L233 was not covered by tests

Check warning on line 315 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L313-L315

Added lines #L313 - L315 were not covered by tests

Check warning on line 335 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L335

Added line #L335 was not covered by tests

Check warning on line 578 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L575-L578

Added lines #L575 - L578 were not covered by tests

Check warning on line 795 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L795

Added line #L795 was not covered by tests

Check warning on line 818 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L818

Added line #L818 was not covered by tests

Check warning on line 1139 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L1138-L1139

Added lines #L1138 - L1139 were not covered by tests

Check warning on line 1470 in pkg/network/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/network/server.go#L1470

Added line #L1470 was not covered by tests

Check warning on line 91 in pkg/services/blockfetcher/blockfetcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/blockfetcher/blockfetcher.go#L88-L91

Added lines #L88 - L91 were not covered by tests

Check warning on line 95 in pkg/services/blockfetcher/blockfetcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/blockfetcher/blockfetcher.go#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 100 in pkg/services/blockfetcher/blockfetcher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

pkg/services/blockfetcher/blockfetcher.go#L100

Added line #L100 was not covered by tests