Joel Thorstensson
Joel Thorstensson
@SgtPooki ok, because the link above uses `?format=car` on a sub directory to retrieve data ([as explained here](https://www.reddit.com/r/ipfs/comments/1jqdv85/directories_and_carfiles_as_pseudodatabases/)). If it currently returns too much data, or the wrong root I...
Fwiw, looks like https://dapprank-eth.ipns.inbrowser.link/ now works properly with the recent changes!
Quick notes on reducing bundle size: Use native javascript bigInt ``` npm list bignumber.js └─┬ @reown/[email protected] extraneous └── [email protected] deduped npm list bn.js └─┬ @reown/[email protected] extraneous ├─┬ @wagmi/[email protected] │ └─┬...
What's the purpose of this? Wouldn't the same problem be solved with erc7715?
Why are we using `recon-url` and not `enable-recon` with a boolean? I thought we wanted rust-ceramic to expose the same http server for ipfs (kubo) as well as recon? Maybe...
Ok, thanks for the context @nathanielc. Seems like it might be worth to do that later when we want to migrate users to use rust-ceramic instead of kubo.
@SgtPooki cool. Another approach Adin suggested was to maybe make it a separate deployment, e.g. inbrowser-explorer.link (insert better domain name). So that a param isn't needed, just make it a...
Thanks for this overview @lidel. That all makes sense. Will see when I can follow up with a IPIP. > If we frame this as format=web|no-web (web being implicit default),...
> When you frame it this way, I really think you describe what https://explore.ipld.io/ aims to be: lower level inspector for IPFS ecosystem, for more technical people. Hm, this isn't...
@mansijoshi17 It's already possible to look up any ENS name content by visiting `https://.eth.link`. So it's not a privacy concern.