ipld / js-ipld-ethereum

JavaScript Implementation of All Ethereum IPLD formats
MIT License
40 stars 11 forks source link

chore: update deps #71

Closed achingbrain closed 3 years ago

achingbrain commented 3 years ago

Updates all deps to pull in new multicodec, multiformats, buffer, etc.

vmx commented 3 years ago

@achingbrain The Travis CI could need an update. What is a good repo to use as a template?

achingbrain commented 3 years ago

I've updated travis - the node tests pass and then... SIGSEGV on linux and MacOS X, very strange.

rvagg commented 3 years ago

it's probably going to be nyc, just remove it from the travis config, this library isn't getting major updates any time soon (will likely be replaced by new work coming out of a grant PL has funded):

script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov

->

script: npm run test:node