ipfs-shipyard / ipfs-geoip

geoip lookup over DAG-CBOR dataset loaded from IPFS
MIT License
70 stars 21 forks source link

Update to work with latest js-ipfs-http-client #87

Closed lidel closed 1 year ago

lidel commented 2 years ago

@SgtPooki noted that this library does not work with the latest version of https://www.npmjs.com/package/ipfs-http-client.

:point_right: We need ipfs-geoip to work with the latest ipfs-http-client so we can use it in ipfs-webui and have no regressions on Peers screen.

Some thoughts:

lidel commented 1 year ago

This is no longer a concern – #93 introduced support for fetching raw blocks from Gateways and a custom block getter function.