Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

v5.3.0

Compare
Choose a tag to compare
@gre gre released this 04 Jan 20:52
· 691 commits to master since this release
7248f65

Update deps: rxjs and dev deps: eslint, flow-bin, lerna, uglify-js

hw-app-btc: big refactoring of the library

More detail: #437

  • signature of createPaymentTransactionNew and signP2SHTransaction is changing. The previous signature is still working but deprecated.
  • hw-app-btc: added a way to track progress events of signing a transaction (onDeviceStreaming, onDeviceSignatureRequested, onDeviceSignatureGranted)
  • Code is more modular and uses async/await.

hw-transport-node-hid-singleton

  • Fixes #434 . usbDetect.stopMonitoring() is now called on 'exit' to allow the process to ends on a SIGINT.