Bitcoin-com / bitbox-sdk

BITBOX SDK for Bitcoin Cash
https://developer.bitcoin.com/bitbox
MIT License
85 stars 62 forks source link

Sync `bitcoincashjs-lib` with upstream to get most recent distinct changes #87

Open the-phoenix opened 5 years ago

the-phoenix commented 5 years ago

Its using https://github.com/Bitcoin-com/bitcoincashjs-lib which is fork of bitcoinjs/bitcoinjs-lib. But its still staying at the low version while upstream latest version is 5.x. In upstream, they have outstanding changes like replacing HDNode with bip32 module. https://github.com/bitcoinjs/bitcoinjs-lib/pull/1073

I'd love to see the corresponding update in this repo too.

Roo77 commented 5 years ago

Ola información soy nueva en esto

christroutner commented 4 years ago

Related to Issued #90 and #110.

Updating to a more recent version of bitcoinjs-lib is something we need to investigate. An alternative approach we've discussed is to use the same version of bitcoinjs-lib that we do now, but trim off all the extra stuff that BITBOX is not using.