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

v4.60.0

Compare
Choose a tag to compare
@gre gre released this 22 May 18:28
· 859 commits to master since this release
a7607ba
  • bech32 sign transaction supported #362
  • @ledgerhq/logs central library #363

Migrating logs

logs are centralized in library @ledgerhq/logs to make it easier to use across Ledger projects.

  • @ledgerhq/hw-transport (all transports): setDebugMode usage is deprecated and is now a noop.
  • @ledgerhq/hw-transport-node-hid: setListenDevicesDebug usage is deprecated and is now a noop.
  • imports on "@ledgerhq/hw-transport-web-ble/lib/debug" will need to be replaced by @ledgerhq/logs (same for the react-native version)

The way to get logs is by using @ledgerhq/logs library (doc: https://github.com/LedgerHQ/ledgerjs/tree/master/packages/logs )

APDU are logged as type "apdu". This PR also add more logs like for instance the ability to see the hid frames as well.