Marcin Rataj
Marcin Rataj
@vorburger thank you for reporting this. It looks like you are using unofficial RPM package from https://github.com/taw00/ipfs-rpm Before we spend time investigating, are you able to reproduce problem if you...
Yes, the idea here is to have "quality of life" toggle that disables all delegated routing, and only relies on trustless gateways. You can still do IPNS via trustless gateways...
Descoping from Camp milestone due to impact on DNSLink (see https://github.com/ipfs/service-worker-gateway/pull/303#pullrequestreview-2148664363).
Triage notes based on slack discussion: - `allowLocal` and `allowInsecure` settings ([code](https://github.com/ipfs/helia-verified-fetch/blob/main/packages/verified-fetch/src/index.ts#L761-L784)) are the underlying reason (both `false` by default) - sidenote: filled https://github.com/ipfs/helia/issues/564 - a quick fix on the...
Descoping from Camp milestone due to limtied utility (see Brave issue in https://github.com/ipfs/service-worker-gateway/pull/303#pullrequestreview-2148664363).
@rtxs34 @jc-frosty any idea how reproduce this problem?
I've opened https://github.com/ipfs/kubo/pull/10848 to improve `--help` with clear warning, that users should do manual `ipfs files flush` if they decide to use `--flush=false`. Interestingly, after a closer look, it turns...
Triage notes: - we can't figure this out without a bash script that reproduces the issue - @Rinse12 if you have time, PoC repro would be very helpful - we...
Thank you for taking time to create that repro @Rinse12 and being patient with us. Repro is very useful. @Rinse12 until this is fixed your immediate workaround is what was...
Triage notes: - see if flushing fixes the repro - make a decision if we enforce flush each N operations (and error?) vs autoflush (could be too expensive to implement)...