Skip to content

Latest commit

 

History

History
73 lines (48 loc) · 3.94 KB

File metadata and controls

73 lines (48 loc) · 3.94 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.

Changed

  • Bump @metamask/keyring-api from ^23.0.1 to ^23.1.0 (#538)
  • Bump @metamask/keyring-sdk from ^2.0.1 to ^2.0.2 (#538)

Changed

  • Bump @metamask/account-api from ^1.0.2 to ^1.0.3 (#518)
  • Bump @metamask/keyring-api from ^23.0.0 to ^23.0.1 (#518)
  • Bump @metamask/keyring-sdk from ^2.0.0 to ^2.0.1 (#518)

Fixed

  • Workaround Browserify subpath export for /v2 (#516)

Added

  • Add QrKeyringV2 class implementing KeyringV2 interface (#411), (#447), (#451), (#453), (#478), (#482), (#487), (#496), (#509)
    • Add new dependency @metamask/keyring-api@22.0.0.
    • Add new dependency @metamask/keyring-sdk@1.2.0.
    • Add new dependency @metamask/account-api@1.0.1.
    • Wraps legacy QrKeyring to expose accounts via the unified KeyringV2 API and the KeyringAccount type.
    • Extends EthKeyringWrapper for common Ethereum logic.
  • Add ./v2 subpath export for keyring v2 implementation (#513)
    • QrKeyring, QrKeyringOptions, and QrAccountModeCreateOptions are now available from @metamask/eth-qr-keyring/v2.

Changed

  • BREAKING: Rename and move QrKeyringV2, QrKeyringV2Options, and QrAccountModeCreateOptions to the new ./v2 subpath export (#513)
    • QrKeyringV2 is now QrKeyring from @metamask/eth-qr-keyring/v2.
    • QrKeyringV2Options is now QrKeyringOptions from @metamask/eth-qr-keyring/v2.
  • Bump @metamask/utils from ^11.1.0 to ^11.11.0 (#489), (#483)
  • Bump @metamask/account-api from ^1.0.1 to ^1.0.2 (#515)
  • Bump @metamask/keyring-api from ^22.0.0 to ^23.0.0 (#515)
  • Bump @metamask/keyring-sdk from ^1.2.0 to ^2.0.0 (#515)

Added

  • Export SerializedUR type (#358)

Fixed

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

Added

  • Initial release (#60)