input-output-hk / js-cardano-wasm

various cardano javascript using wasm bindings
MIT License
31 stars 21 forks source link

Add Bip44 chain support and remove deprecated sign call #69

Closed SebastienGllmt closed 5 years ago

SebastienGllmt commented 5 years ago

In Yoroi we will need in the future to actually be able to refer to the Bip44 chain as a type so I'm just putting this PR in advance.

I made this as a breaking change (therefore bumping the major version) and since it's a breaking change I figured I might as well remove the deprecated sign function.