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(gateway): more explicit IPFSBackend and no multi-range #369

Merged
merged 11 commits into from
Oct 2, 2023

fix(gateway): fix codec range requests

dcd7a19
Select commit
Loading
Failed to load commit list.
Merged

feat(gateway): more explicit IPFSBackend and no multi-range #369

fix(gateway): fix codec range requests
dcd7a19
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 2, 2023 in 2s

34.42% of diff hit (target 66.44%)

View this Pull Request on Codecov

34.42% of diff hit (target 66.44%)

Annotations

Check warning on line 162 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L161-L162

Added lines #L161 - L162 were not covered by tests

Check warning on line 175 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L174-L175

Added lines #L174 - L175 were not covered by tests

Check warning on line 180 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L179-L180

Added lines #L179 - L180 were not covered by tests

Check warning on line 211 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L210-L211

Added lines #L210 - L211 were not covered by tests

Check warning on line 215 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L214-L215

Added lines #L214 - L215 were not covered by tests

Check warning on line 219 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L218-L219

Added lines #L218 - L219 were not covered by tests

Check warning on line 250 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L250

Added line #L250 was not covered by tests

Check warning on line 258 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L258

Added line #L258 was not covered by tests

Check warning on line 271 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L268-L271

Added lines #L268 - L271 were not covered by tests

Check warning on line 275 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L273-L275

Added lines #L273 - L275 were not covered by tests

Check warning on line 279 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L277-L279

Added lines #L277 - L279 were not covered by tests

Check warning on line 283 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L281-L283

Added lines #L281 - L283 were not covered by tests

Check warning on line 285 in gateway/blocks_backend.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/blocks_backend.go#L285

Added line #L285 was not covered by tests

Check warning on line 275 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L274-L275

Added lines #L274 - L275 were not covered by tests

Check warning on line 280 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L280

Added line #L280 was not covered by tests

Check warning on line 283 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L283

Added line #L283 was not covered by tests

Check warning on line 299 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L298-L299

Added lines #L298 - L299 were not covered by tests

Check warning on line 318 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L314-L318

Added lines #L314 - L318 were not covered by tests

Check warning on line 322 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L321-L322

Added lines #L321 - L322 were not covered by tests

Check warning on line 326 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L325-L326

Added lines #L325 - L326 were not covered by tests

Check warning on line 330 in gateway/gateway.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/gateway.go#L329-L330

Added lines #L329 - L330 were not covered by tests

Check warning on line 756 in gateway/handler.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/handler.go#L753-L756

Added lines #L753 - L756 were not covered by tests

Check warning on line 45 in gateway/handler_block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/handler_block.go#L43-L45

Added lines #L43 - L45 were not covered by tests

Check warning on line 49 in gateway/handler_block.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/handler_block.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 76 in gateway/handler_codec.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

gateway/handler_codec.go#L75-L76

Added lines #L75 - L76 were not covered by tests