Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

v1.1.0

Compare
Choose a tag to compare
@notatestuser notatestuser released this 11 Apr 05:19
· 40 commits to master since this release

CHANGES

  • Merged with upstream ZondaX/ledger-cosmos-app ~v1.3.2
    • User has to "preview" the tx before signing now
    • Added new ins: INS_GET_ADDR_SECP256K1, INS_SHOW_ADDR_SECP256K1
    • Memory usage improvements
  • Applied decimal formatting for order fields and transfer inputs/outputs
  • Applied pretty printing of long json values (i.e. coins)
  • Reduced max bip32 depth to 5 and checking that all but the last "node" match as expected: m/44'/714'/0'/0/...
  • Validating that bech32 hrp is either tbnb or bnb for "show address"
  • "Show address" main menu option can now scroll through address indexes
  • Some misc usability related UI changes
  • Security: The bip32 path is "locked in" when the user sees the address (either via getting public key, getting the address or showing the address on the device). Trying to sign with a different path (i.e. during a MitM attack) will not work and will instead return an error from the device.

COMPATIBILITY

  • Ledger Nano S firmware v1.5.5
  • U2F transport

TESTS

Test cases for v1.1.0 to be added to binance-chain/javascript-sdk.