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

Add RoutingDHT that implements the routing.Routing interface #947

Closed
wants to merge 1 commit into from

Add RoutingDHT

b2def18
Select commit
Loading
Failed to load commit list.
Closed

Add RoutingDHT that implements the routing.Routing interface #947

Add RoutingDHT
b2def18
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 28, 2023 in 1s

79.24% of diff hit (target 57.54%)

View this Pull Request on Codecov

79.24% of diff hit (target 57.54%)

Annotations

Check warning on line 146 in v2/backend_record.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/backend_record.go#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 180 in v2/backend_record.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/backend_record.go#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 103 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L103

Added line #L103 was not covered by tests

Check warning on line 175 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L175

Added line #L175 was not covered by tests

Check warning on line 178 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L177-L178

Added lines #L177 - L178 were not covered by tests

Check warning on line 186 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 195 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L194-L195

Added lines #L194 - L195 were not covered by tests

Check warning on line 200 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L199-L200

Added lines #L199 - L200 were not covered by tests

Check warning on line 208 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L207-L208

Added lines #L207 - L208 were not covered by tests

Check warning on line 213 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L212-L213

Added lines #L212 - L213 were not covered by tests

Check warning on line 229 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L229

Added line #L229 was not covered by tests

Check warning on line 233 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L233

Added line #L233 was not covered by tests

Check warning on line 243 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L243

Added line #L243 was not covered by tests

Check warning on line 257 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L257

Added line #L257 was not covered by tests

Check warning on line 271 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L271

Added line #L271 was not covered by tests

Check warning on line 329 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L329

Added line #L329 was not covered by tests

Check warning on line 348 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L348

Added line #L348 was not covered by tests

Check warning on line 363 in v2/dht.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/dht.go#L355-L363

Added lines #L355 - L363 were not covered by tests

Check warning on line 16 in v2/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errors.go#L15-L16

Added lines #L15 - L16 were not covered by tests

Check warning on line 21 in v2/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errors.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 17 in v2/errs/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errs/errors.go#L13-L17

Added lines #L13 - L17 were not covered by tests

Check warning on line 21 in v2/errs/errors.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/errs/errors.go#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 72 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L69-L72

Added lines #L69 - L72 were not covered by tests

Check warning on line 100 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L89-L100

Added lines #L89 - L100 were not covered by tests

Check warning on line 107 in v2/internal/coord/brdcst.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

v2/internal/coord/brdcst.go#L104-L107

Added lines #L104 - L107 were not covered by tests