boxo
boxo copied to clipboard
A set of reference libraries for building IPFS applications and implementations in Go.
This brings us to a state before #549 back then I also did cleanup in this session code, that I have kept, I only removed the sessions in context feature.
Recently, I observed that when using bitswap for fetching data, there is a large amount of memory consumption and no release after downloading. I use pprof and find most heap...
I had a report from a user complaining about stale IPNS records. After trying out a small repro on my machine, it is fairly easy to have 1h+ sync times...
This replaces #563 and #561. TODO: - [ ] Tests - [ ] Wire bitswap to unwrap the session - [ ] Revert 22fa8b16a3e530b86542286bebba77c08e17487e and wire the gateway to use...
Currently, the `pinning/pinner` package is built in such a way that the internals would technically allow for multiple pins of the same CID, while in practice that is not possible....
Experienced via Lassie's CI suite which has suddenly become flaky with some new workloads. Using the [testing/sws-logging](https://github.com/ipfs/boxo/tree/testing/sws-logging) branch here (started by @hannahhoward, continued by me) to diagnose with additional debug...
One hard thing with deduplication over WORM merkle-tree datastructures like unixfs is that we are extremely limited when finding backrefs. Usually deduplication code is able to search for backrefs freely...
If you want to preserve filename in ipfs kubo there is a suggestion in [docs](https://dweb-primer.ipfs.io/files-on-ipfs/wrap-directories-around-content) and [forums](https://discuss.ipfs.tech/t/how-to-keep-orginal-file-name-when-store-it-on-ipfs/4545) to wrap a folder around the file as a workaround but when you...
Maybe add to function `WriteTo` the feature for write to exist directory? two choices: 1. Change exist function: ```go // WriteTo writes the given node to the local filesystem at...