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(routing/http)!: delegated peer routing server and client, IPIP 417 #422

Merged
merged 17 commits into from
Aug 25, 2023

docs: cleanup changelog

6c62606
Select commit
Loading
Failed to load commit list.
Merged

feat(routing/http)!: delegated peer routing server and client, IPIP 417 #422

docs: cleanup changelog
6c62606
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 25, 2023 in 1s

65.14% of diff hit (target 66.34%)

View this Pull Request on Codecov

65.14% of diff hit (target 66.34%)

Annotations

Check warning on line 342 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L341-L342

Added lines #L341 - L342 were not covered by tests

Check warning on line 379 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L375-L379

Added lines #L375 - L379 were not covered by tests

Check warning on line 402 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L400-L402

Added lines #L400 - L402 were not covered by tests

Check warning on line 135 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L130-L135

Added lines #L130 - L135 were not covered by tests

Check warning on line 141 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L140-L141

Added lines #L140 - L141 were not covered by tests

Check warning on line 190 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L189-L190

Added lines #L189 - L190 were not covered by tests

Check warning on line 197 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L196-L197

Added lines #L196 - L197 were not covered by tests

Check warning on line 208 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L203-L208

Added lines #L203 - L208 were not covered by tests

Check warning on line 214 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L213-L214

Added lines #L213 - L214 were not covered by tests

Check warning on line 223 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L223

Added line #L223 was not covered by tests

Check warning on line 257 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L256-L257

Added lines #L256 - L257 were not covered by tests

Check warning on line 265 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L262-L265

Added lines #L262 - L265 were not covered by tests

Check warning on line 270 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L267-L270

Added lines #L267 - L270 were not covered by tests

Check warning on line 279 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L272-L279

Added lines #L272 - L279 were not covered by tests

Check warning on line 285 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L281-L285

Added lines #L281 - L285 were not covered by tests

Check warning on line 288 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L287-L288

Added lines #L287 - L288 were not covered by tests

Check warning on line 291 in routing/http/contentrouter/contentrouter.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/contentrouter/contentrouter.go#L291

Added line #L291 was not covered by tests

Check warning on line 167 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L166-L167

Added lines #L166 - L167 were not covered by tests

Check warning on line 219 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L217-L219

Added lines #L217 - L219 were not covered by tests

Check warning on line 231 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L229-L231

Added lines #L229 - L231 were not covered by tests

Check warning on line 253 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 286 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L284-L286

Added lines #L284 - L286 were not covered by tests

Check warning on line 343 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L343

Added line #L343 was not covered by tests

Check warning on line 355 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L355

Added line #L355 was not covered by tests

Check warning on line 370 in routing/http/server/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/server/server.go#L370

Added line #L370 was not covered by tests