Marcin Rataj
Marcin Rataj
Thank you for filling this. - `ipfs dag` CLI is being fixed in https://github.com/ipfs/go-ipfs/issues/8471 - tl;dr the source of truth is https://github.com/multiformats/multicodec/blob/master/table.csv - The error from screenshot comes from ipfs-webui/ipld-explorer....
@hacdias mind taking a look if we can add support for `dag-json` (and dag-cbor) CIDs? - Supporting them will become critical when https://github.com/ipfs/go-ipfs/issues/8823 lands in go-ipfs 0.14. - We won't...
@hacdias - IPLD Explorer does everything in userland – it will fetch block via `ipfs.block.get` and then parse it locally using own libs - due to this, I believe it...
@hacdias that is a really nice way, was not expecting us to be this lucky :+1: :rocket: Changes from your PR got released as – mind opening a PR against...
- Tagged and switched to release version of the lib: https://github.com/ipfs/go-ipfs-redirects-file/releases/tag/v0.1.0 - Rebased on master, resolved conflicts - Things are green, I will do final pass on this before EOW...
@justincjohnson fysa we are writing end-user docs for docs.ipfs.tech too, PR draft in https://github.com/ipfs/ipfs-docs/pull/1275
### Workaround: manually enable Accelerated DHT Client If your repo is so big that you can't provide fast enough, consider enabling [Accelerated DHT Client](https://github.com/ipfs/go-ipfs/blob/master/docs/experimental-features.md#accelerated-dht-client). ### Solving root problem Bolting on...
@hsn10 mind providing the output of `ipfs repo stat`?
@hsn10 450k objects is not much, you may want to debug go-ipfs performance and/or fill issue in https://github.com/ipfs/go-ipfs/issues (fwiw i have repos with 1m and 12m respectively, and combination of...
My guess is that the manifest of the directory you create gets bigger than the maximum block limit in IPFS, and that forces it to be automatically sharded. The 256...