boxo icon indicating copy to clipboard operation
boxo copied to clipboard

A set of reference libraries for building IPFS applications and implementations in Go.

Results 147 boxo issues
Sort by recently updated
recently updated
newest added

Dedicated unixfs implementations are often much more performant and efficient. See for example two of mines: - https://github.com/Jorropo/linux2ipfs (blazingly fast file adder / fastest `ipfs add` implementation that exists) -...

P1

Variadicts in go are just syntactic sugar around passing a slice, that means all go memory reachability rules apply, this force the compiler to heap allocate the variadic slice for...

need/maintainers-input

See https://github.com/ipfs/specs/pull/445

This is a bug I introduced in 9cb5cb54d40b57084d1221ba83b9e6bb3fcc3197 when fixing CVE-2023-25568. Here is a screenshot of our gateway's wantlists: ![Screenshot 2023-12-19 at 13-36-37 View panel - Gateway - Main -...

P1
kind/bug

## Background The point of data transfer sessions is to handle the logic around discovering peers that might have the data you need and which peers to ask for which...

P1
dif/hard
effort/days

I'll add changelog if we decide this is the option we want to go with.

I'll do changelog once we decide on an option.

Based on #535

skip/changelog