boxo
boxo copied to clipboard
A set of reference libraries for building IPFS applications and implementations in Go.
Per https://github.com/ipfs/specs/pull/431 - there is a desire for clients to be able to signal support for additional semantics in their requests to the gateway handler. https://github.com/ipfs/specs/pull/412 introduced a spec location...
`provider` is eventually consistent and flaky, we could make it not flaky by consistently running a provide operation and accumulating while this is running, so instead of doing nothing for...
It would be nice if at a regular interval (let's say every monday at 3 UTC) a CI job would run with `-count=25` or something else dumb like this. And...
# Goals Find acceptable fix for #432 # Implementation The basic idea here is there's nothing wrong with the connection event manager -- the problem lies in the fact that...
I modified unixfs-file-cid example program so that it could distribute files instead of strings. And, I try to distribute any files with a modified example program. When I try to...
## Problem When we timeout, gateway shows non-actionable error that says "context deadline expired". The `text/html` response returned to browser users is not much better, just prettier. Very often refreshing...
> Extracted from https://github.com/ipfs/kubo/issues/9927#issuecomment-1623791077 Currently, we have basic request counts and durations for `gateway=ipfs` and `gateway=ipns` namespaces in the form of [boxo/gateway/metrics.go](https://github.com/ipfs/boxo/blob/v0.10.2/gateway/metrics.go#L184) metrics: ```ini # HELP ipfs_http_gw_get_duration_seconds The time to...
As mentioned at https://github.com/ipfs/boxo/issues/420, Bitswap apparently still checks wantlists by CID instead of multihash
#### Version information: > go-ipfs version: 0.4.11-dev-48476b292 Repo version: 5 System version: amd64/linux Golang version: go1.8.3 #### Type: Enhancement #### Severity: Implementation: Low Figuring this out: High #### Description: Currently,...
Kubo has the `peering` and `bootstrap` packages which helps setting up a node, people are using it from Kubo even tho we do not mean it for reuse. This is...