boxo
boxo copied to clipboard
A set of reference libraries for building IPFS applications and implementations in Go.
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) -...
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...
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 -...
## 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...
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 #534