Marcin Rataj
Marcin Rataj
Thank you for reporting this – it is a bug in ipfs-webui – moving to the correct repo. It reads Gateway address from go-ipfs config but does not seem to...
Additional design work needs to happen here, and probably some dev on the browser vendor side as well. Open problems: - [PoC validator extension made by Cloudflare](https://addons.mozilla.org/en-US/firefox/addon/cloudflare-ipfs-validator/) does not verify...
- Verifiable gateway responses for `/ipfs/cid` are supported since Kubo 0.13 (see [release notes](https://github.com/ipfs/kubo/releases/tag/v0.13.0#support-for-block-and-car-response-formats)) - Learn more: https://docs.ipfs.tech/reference/http/gateway/#trusted-vs-trustless - Cloudflare is looking into adding DNSSEC proofs to DNSLink responses: [we...
I believe it is time to prioritize this. There is enough need and interest around blocking bad bits for this to be part of Kubo, and not just a plugin:...
Another requirement from Infra team: ability to allow / deny specific PeerIDs. This is a real world which I also needed in the past. In many cases, we struggle to...
@rafaelramalho19 the problem with Websockets is that when used from a Secure Context (https or localhost IP) they require the other end to also be a Secure Context, making it...
I will merge this next week unless someone has any concerns.
Pinning services would really like to have this ability to compare DAGs behind two CIDs and get a list of block CIDs for additions and removals, as that would enable...
I know dag-pb is not compatible with ADLs yet (https://github.com/ipld/go-ipld-prime/issues/258), and it may not even be a proper abstraction (since we want low-level dag inspection. Perhaps we could special-case/shim it...
Some additional thoughts on `ipfs dag diff` after looking at dag-pb-specific behaviors in https://github.com/ipfs/go-merkledag/pull/82 ## On operating at the right abstraction level The output of `ipfs object diff` was focused...