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

Snapsync with p2p #2120

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

fix lint

68209b1
Select commit
Loading
Failed to load commit list.
Open

Snapsync with p2p #2120

fix lint
68209b1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 25, 2024 in 1s

37.22% of diff hit (target 60.00%)

View this Pull Request on Codecov

37.22% of diff hit (target 60.00%)

Annotations

Check warning on line 402 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L399-L402

Added lines #L399 - L402 were not covered by tests

Check warning on line 411 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L405-L411

Added lines #L405 - L411 were not covered by tests

Check warning on line 416 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L414-L416

Added lines #L414 - L416 were not covered by tests

Check warning on line 423 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L420-L423

Added lines #L420 - L423 were not covered by tests

Check warning on line 429 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L426-L429

Added lines #L426 - L429 were not covered by tests

Check warning on line 832 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L827-L832

Added lines #L827 - L832 were not covered by tests

Check warning on line 834 in blockchain/blockchain.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/blockchain.go#L834

Added line #L834 was not covered by tests

Check warning on line 34 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L28-L34

Added lines #L28 - L34 were not covered by tests

Check warning on line 38 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 46 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L41-L46

Added lines #L41 - L46 were not covered by tests

Check warning on line 52 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L50-L52

Added lines #L50 - L52 were not covered by tests

Check warning on line 54 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L54

Added line #L54 was not covered by tests

Check warning on line 69 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L57-L69

Added lines #L57 - L69 were not covered by tests

Check warning on line 72 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L72

Added line #L72 was not covered by tests

Check warning on line 76 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 78 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L78

Added line #L78 was not covered by tests

Check warning on line 93 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L81-L93

Added lines #L81 - L93 were not covered by tests

Check warning on line 96 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L96

Added line #L96 was not covered by tests

Check warning on line 100 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L98-L100

Added lines #L98 - L100 were not covered by tests

Check warning on line 102 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L102

Added line #L102 was not covered by tests

Check warning on line 166 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L164-L166

Added lines #L164 - L166 were not covered by tests

Check warning on line 183 in blockchain/snap_server_interface.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

blockchain/snap_server_interface.go#L180-L183

Added lines #L180 - L183 were not covered by tests

Check warning on line 179 in core/contract.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/contract.go#L175-L179

Added lines #L175 - L179 were not covered by tests

Check warning on line 188 in core/contract.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/contract.go#L182-L188

Added lines #L182 - L188 were not covered by tests

Check warning on line 193 in core/contract.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/contract.go#L190-L193

Added lines #L190 - L193 were not covered by tests