bitpay / bitcore

A full stack for bitcoin and blockchain-based applications
https://bitcore.io/
MIT License
4.8k stars 2.07k forks source link

[FEAT] add weth #3651

Closed gabrielbazan7 closed 7 months ago

kajoseph commented 8 months ago

Hey @gabrielbazan7 , I think the test failure(s) are relevant to this PR. Particularly this one

1) Fiat rate service
       #fetch
         should fetch rates from all coins:
     Error: Timeout of 5000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/circleci/bitcore/packages/bitcore-wallet-service/test/integration/fiatrateservice.js)
      at listOnTimeout (node:internal/timers:569:17)
      at processTimers (node:internal/timers:512:7)

I have a feeling that fixing that one might fix all the rest. Sometimes one failure throws others that are unrelated off.