BitGo / bitgo-utxo-lib

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

Add src/bitgo/keyutil #55

Closed OttoAllmendinger closed 4 years ago

OttoAllmendinger commented 4 years ago

Move custom key conversion methods to subdir.

This makes the ECPair class more compatible with upstream and reduces conflicts when merging upstream changes.

Issue: BLOCK-261

OttoAllmendinger commented 4 years ago

fix for failing tests: https://github.com/BitGo/bitgo-utxo-lib/pull/62

murchandamus commented 4 years ago

Merged #62. Let me know when this passes.