-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: remove dependency on js-ipfs #359
Comments
@SgtPooki : a couple of thoughts:
|
|
There is already some CAR logic in there, so i assume you're talking about fetching blocks instead of fetching CARs
I've got this mostly done now, where I query with helia first, with a 5sec timeout, and then query with the trustless gateway.
It looks like the geoip code is not validating the blocks after retrieving? There isn't any info at https://docs.ipfs.tech/reference/http/gateway/#example-fetching-a-single-raw-block-from-a-public-gateway on how to do that, but I think it's something like:
|
Thanks @SgtPooki . Looking forward to seeing the PR here. For your last question, if you're getting blocked, I would post in #ip-js. I expect various folks can point to the JS way of doing block validation. |
FYI: the verify block functionality is handled by
|
Tasks
The text was updated successfully, but these errors were encountered: