ipfs-shipyard / ipfs-geoip

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

chore(BREAKING): update dependencies #69

Closed hacdias closed 4 years ago

hacdias commented 4 years ago

License: MIT Signed-off-by: Henrique Dias hacdias@gmail.com

hacdias commented 4 years ago

Tests are passing locally:

> ipfs-geoip@3.0.0 test /Users/henriquedias/Code/ipfs/ipfs-geoip
> aegir test -t node

Test Node.js
Warning: Cannot find any files matching pattern "test/node.js"

  format
    ✓ formats with all details present
    ✓ formats with missing details

  generate
    ✓ parseCountries
    ✓ parseLocations
    ✓ parseBlocks
    ✓ putObject
    ✓ toNode

  lookup
    ✓ fails on 127.0.0.1 (1102ms)
    ✓ looks up 8.8.8.8 (869ms)
    lookupPretty
      ✓ fails on 127.0.0.1
      ✓ looks up 8.8.8.8

  11 passing (6s)

The discovery times on CI seem to be high up.