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.
- export
ErrorMappingtype (#446) - Add hardware wallet connection types and improved error handling (#456)
- Add
HardwareWalletType,ConnectionStatus,DeviceEventenums andHardwareWalletConnectionState,DeviceEventPayloadtypes. - Add Ledger error mappings for device locked and Ethereum app closed states.
- Add
isHardwareWalletErrorstatic method toHardwareWalletErrorclass for type-safe error checking.
- Add
- Add
DeviceUnresponsiveerror code and Ledger mapping for unresponsive device state (#442)