bitpay / bitcore-lib

A pure and powerful JavaScript Bitcoin library
https://bitcore.io/
Other
613 stars 1.03k forks source link

isValid() / toCashAddr() Testnet support #200

Closed micahriggan closed 6 years ago

micahriggan commented 6 years ago

There were a few bugs with isValid(12345, 'regtest')

There were a few bugs with toCashAddress() on testnet addresses.

Added tests for these scenarios