Marcin Rataj
Marcin Rataj
In the advent of [Tor tabs in Brave](https://brave.com/tor-tabs-beta/), [Ongoing work on Tor transport for IPFS](https://github.com/ipfs/notes/issues/37) we started thinking about user privacy. First step was to add an option to opt-out...
> AKA checksuming payload as it arrives from untrusted gateway > and checking if it match expected CID ### Context See _Verifiable HTTP Gateway Responses_ at https://github.com/ipfs/in-web-browsers/issues/128 ### Work -...
@aschmahmann thoughts on mentioning this in config docs? IMO has way more utility than the indexer on its own.
First stab at better 'ipfs add --help' docs, based on the feedback from https://discuss.ipfs.io/t/ipfs-for-publishing-research-data-car-files/14748 cc @2color @hsanjuan
> Documenting discussion with @ikreymer, @rangerMauve and @ribasushi We are missing a high level API for concatenating existing UnixFS files into bigger ones. Having it would allow for improved deduplication...
### Version ```Text 0.12.2 ``` (updated to 0.13.0, now waiting to see if it reproduces there too) ### Description > Extracted from https://github.com/ipfs/go-ipfs/issues/8694#issuecomment-1167353280 Running `ipfs files mkdir -p` followed by...
Closes #7702 – should be part of 0.14, keeping as draft so we don't forget.
## tldr Add a configuration option that limits Gateway to trustless Block and CAR response types. More details in the specification at [/ipfs/specs/http-gateways/TRUSTLESS_GATEWAY.md](https://github.com/ipfs/specs/blob/main/http-gateways/TRUSTLESS_GATEWAY.md) ## Details ### Context Kubo 0.13 shipped...
Version: 0.14.x Fetching migration data from IPFS was added in https://github.com/ipfs/kubo/pull/8064, but we did not have https://github.com/ipfs/go-ipfs/pull/8758 at the time and HTTP fetch is still delegating trust to the gateway....
## Context https://github.com/ipfs/go-ipfs/pull/8758 adds support for CAR export via Gateway. It exports entire dag as a CAR stream, which does not cover all use cases. For example, thin clients may...