BitGo / bitgo-utxo-lib

UTXO coins functions implemented in pure JavaScript
83 stars 142 forks source link

Skip failing integration test #58

Closed OttoAllmendinger closed 4 years ago

OttoAllmendinger commented 4 years ago

One of the tests calls out to blockchain.info to an extent that we get rate limited by Cloudflare.

The decrease in test coverage is justified by having a meaningful CI result again.

Issue: BLOCK-253

Other Changes:

1a910f9 Make code pass standard linter

Due to alert fatigue this was missed earlier