Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.34 KB

File metadata and controls

38 lines (22 loc) · 1.34 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

  • Add QrKeyringV2 class implementing KeyringV2 interface (#411)
    • Wraps legacy QrKeyring to expose accounts via the unified KeyringV2 API and the KeyringAccount type.
    • Extends EthKeyringWrapper for common Ethereum logic.

Changed

  • Override capabilities getter in QrKeyringV2 to return capabilities dynamically based on device mode (#447)

Added

  • Export SerializedUR type (#358)

Fixed

  • Fix fingerprint derivation for some QR devices (#357)

Added

  • Initial release (#60)