Ian Davis

Results 12 issues of Ian Davis

Adds a migration that manually adds the hash column, converts all cids to hashes and then removes the cid column. Fix up various places where cid is referenced but this...

Stale

This makes the minimal changes needed to allow the corehttp package to be imported and reused by external applications. Fixes https://github.com/ipfs/go-ipfs/issues/8524 It adds a new interface that defines the minimal...

### Checklist - [X] My issue is specific & actionable. - [X] I am not suggesting a protocol enhancement. - [X] I have searched on the [issue tracker](https://github.com/ipfs/kubo/issues?q=is%3Aissue) for my...

kind/feature

The OTel handler extracts incoming trace headers but does not emit them in responses. This has to be done separately and I chose to add it in our gateway handler....

Fixes https://github.com/ipfs/go-ipfs/issues/8807

### Checklist - [X] My issue is specific & actionable. - [X] I am not suggesting a protocol enhancement. - [X] I have searched on the [issue tracker](https://github.com/ipfs/go-ipfs/issues?q=is%3Aissue) for my...

kind/enhancement
topic/gateway

Running `go test -race ./...` reports the following race in bolt: `fatal error: checkptr: converted pointer straddles multiple allocations`. This kind of race can cause subtle and hard to detect...

P3
kind/maintenance
need/analysis

The definition of 502 Bad Gateway is: > indicates that the server, while acting as a gateway or proxy, received an invalid response from the upstream server. This fits the...

need/triage

Add support for the [Zikade](https://github.com/plprobelab/zikade) Amino DHT implementation as a routing choice.