Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.56 KB

File metadata and controls

33 lines (21 loc) · 1.56 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • export ErrorMapping type (#446)
  • Add hardware wallet connection types and improved error handling (#456)
    • Add HardwareWalletType, ConnectionStatus, DeviceEvent enums and HardwareWalletConnectionState, DeviceEventPayload types.
    • Add Ledger error mappings for device locked and Ethereum app closed states.
    • Add isHardwareWalletError static method to HardwareWalletError class for type-safe error checking.

Added

  • Add DeviceUnresponsive error code and Ledger mapping for unresponsive device state (#442)

Added

  • Add hardware related error mappings and custom hardware error (#421)
  • Add BLE and mobile error mappings with new error codes for Bluetooth permissions, connection states, and mobile support (#433)