helia
helia copied to clipboard
An implementation of IPFS in JavaScript
## Done Criteria A user can **reliably** author/provide content in a local Kubo node behind a NAT, advertise the content in the public IPFS DHT or an IPNI like cid.contact,...
This is a tracking issue for tracking all the areas that need to be updated once Helia is released and js-ipfs is being phased out. The specific done criteria for...
Replace the codec-specific `.dagWalkers` property with a generic dag walker internally that uses the `Block` interface from the `multicodecs` module. - Removes the `.dagWalkers` property from the Helia interface -...
I have found that there seems to be far more memory allocation in Helia than what is expected when persistent stores are used, the allocation seems to be about equal...
discussed in https://pl-strflt.notion.site/Reliable-retrieval-monitoring-project-plan-formation-ce2190c2ad054a44b8d0fca7d2cf6006?pvs=4 ```[tasklist] ### Tasks - [x] Phase 0: validate with probelab that they can pull from GitHubContainerRegistry - [x] Phase 1: create helia nodejs gateway that can work...
## Title The main goal of this PR is to explicitly support subdomain gateways to avoid getting redirects like we currently do from [`https://4everland.io`](https://4everland.io/ipfs/bafybeifx7yeb55armcsxwwitkymga5xf53dxiarykms3ygqic223w5sk3m) which no longer supports path gateways....
## Title ## Description FYI that I enabled the "sponsorships" feature in settings. ## Notes & open questions Adds sponsorship / funding link for the project ## Change checklist -...
the test case passes, but it shouldn't as the lock is still acquired? Reading more into how mortice works, maybe the test is not running in the WebWorker context. :thinking-face:
## Background Using the Amino DHT from browsers is currently problematic and expensive: -
Hi, I've been finding alot of broken links in the documentation and ran a link checker on it: ``` docker run --rm dcycle/broken-link-checker:3 -r1 https://helia.io > helia.io.csv ``` The CSV...