ipfs-shipyard / ipfs-geoip

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

feat: prevent outbound network requests #113

Closed SgtPooki closed 9 months ago

SgtPooki commented 9 months ago

Addresses some concerns from https://github.com/ipfs-shipyard/ipfs-geoip/pull/112#discussion_r1398054529 and prevents outbound network requests. We should add e2e tests for verifying that the network can supply the content for the expected CIDs, or have manual verification methods for that.

SgtPooki commented 9 months ago

this is currently failing on nodejs 20.9.0.. able to reproduce locally