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

feat: add active peer probing and a cached addr book #90

Merged
merged 80 commits into from
Dec 18, 2024

chore: re-add comment

62c0d9f
Select commit
Loading
Failed to load commit list.
Merged

feat: add active peer probing and a cached addr book #90

chore: re-add comment
62c0d9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 11, 2024 in 0s

59.88% of diff hit (target 17.74%)

View this Pull Request on Codecov

59.88% of diff hit (target 17.74%)

Annotations

Check warning on line 106 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 117 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L116-L117

Added lines #L116 - L117 were not covered by tests

Check warning on line 144 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L122-L144

Added lines #L122 - L144 were not covered by tests

Check warning on line 168 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L146-L168

Added lines #L146 - L168 were not covered by tests

Check warning on line 179 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L170-L179

Added lines #L170 - L179 were not covered by tests

Check warning on line 184 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L181-L184

Added lines #L181 - L184 were not covered by tests

Check warning on line 188 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L186-L188

Added lines #L186 - L188 were not covered by tests

Check warning on line 210 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L210

Added line #L210 was not covered by tests

Check warning on line 214 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L214

Added line #L214 was not covered by tests

Check warning on line 221 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L220-L221

Added lines #L220 - L221 were not covered by tests

Check warning on line 224 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L224

Added line #L224 was not covered by tests

Check warning on line 310 in cached_addr_book.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cached_addr_book.go#L306-L310

Added lines #L306 - L310 were not covered by tests

Check warning on line 46 in main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

main.go#L41-L46

Added lines #L41 - L46 were not covered by tests

Check warning on line 126 in main.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

main.go#L126

Added line #L126 was not covered by tests

Check warning on line 92 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L84-L92

Added lines #L84 - L92 were not covered by tests

Check warning on line 95 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L95

Added line #L95 was not covered by tests

Check warning on line 100 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L100

Added line #L100 was not covered by tests

Check warning on line 105 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L105

Added line #L105 was not covered by tests

Check warning on line 127 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L124-L127

Added lines #L124 - L127 were not covered by tests

Check warning on line 132 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L132

Added line #L132 was not covered by tests

Check warning on line 239 in server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server.go#L239

Added line #L239 was not covered by tests

Check warning on line 62 in server_cached_router.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server_cached_router.go#L61-L62

Added lines #L61 - L62 were not covered by tests

Check warning on line 80 in server_cached_router.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server_cached_router.go#L79-L80

Added lines #L79 - L80 were not covered by tests

Check warning on line 157 in server_cached_router.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server_cached_router.go#L156-L157

Added lines #L156 - L157 were not covered by tests

Check warning on line 167 in server_cached_router.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

server_cached_router.go#L166-L167

Added lines #L166 - L167 were not covered by tests