Skip to content

Releases: MetaMask/accounts

71.0.0

05 Sep 17:21
caa080a

Choose a tag to compare

@metamask/keyring-internal-snap-client 7.1.0

Changed

  • Bump @metamask/base-controller from ^7.1.1 to ^8.3.0 (#364)

@metamask/eth-snap-keyring 17.1.0

Changed

  • Bump @metamask/base-controller from ^7.1.1 to ^8.3.0 (#364)

70.0.0

02 Sep 20:14
c4462f6

Choose a tag to compare

@metamask/account-api 0.10.0

Added

  • Add group/wallet ID parsing/validation support (#360)
  • Add Bip44AccountProvider type alias (#361)

Changed

  • BREAKING: Bump @metamask/keyring-api to ^21.0.0 (#362)

69.0.0

28 Aug 09:09
cd03860

Choose a tag to compare

@metamask/eth-qr-keyring 1.1.0

Added

  • Export SerializedUR type (#358)

Fixed

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

68.0.0

27 Aug 14:55
d9ce83a

Choose a tag to compare

@metamask/keyring-api 21.0.0

Added

  • BREAKING: Add new bitcoin methods to BtcMethod enum (#355), (#356)
    • This change was not properly reported as breaking on the 20.1.1.

Removed

  • BREAKING: Remove BtcMethod.SendBitcoin method (#355)
    • This change was not properly reported as breaking on the 20.1.1.

@metamask/keyring-internal-api 9.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^20.0.0 to ^21.0.0 (#355), (#356)

@metamask/keyring-internal-snap-client 7.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^20.0.0 to ^21.0.0 (#355), (#356)

@metamask/eth-snap-keyring 17.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^20.0.0 to ^21.0.0 (#355), (#356)

@metamask/keyring-snap-client 8.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^20.0.0 to ^21.0.0 (#355), (#356)

@metamask/keyring-snap-sdk 7.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^20.0.0 to ^21.0.0 (#355), (#356)

67.0.0

25 Aug 19:08
c29ce3d

Choose a tag to compare

@metamask/keyring-api 20.1.1

Added

  • Add new bitcoin methods to BtcMethod enum (#354)

66.0.0

19 Aug 09:52
1ff2eb6

Choose a tag to compare

@metamask/eth-qr-keyring 1.0.0

Added

  • Initial release (#60)

65.0.0

14 Aug 12:36
f91e4f0

Choose a tag to compare

@metamask/keyring-api 20.1.0

Added

  • Add Tron support (#349)

@metamask/keyring-internal-api 8.1.0

Added

  • Add Tron support (#349)

@metamask/eth-snap-keyring 16.1.0

Added

  • Add Tron support (#349)

64.0.0

06 Aug 13:36
66382cd

Choose a tag to compare

@metamask/account-api 0.9.0

Changed

  • BREAKING: Bump @metamask/keyring-api to ^20.0.0 (#348)

63.0.0

06 Aug 11:14
2c7ae42

Choose a tag to compare

@metamask/keyring-api 20.0.0

Changed

  • BREAKING: Add generic account type (#323)
    • This change was not properly reported as breaking on the 19.1.0.
    • The KeyringAccountType union now has a new member type any:account.

@metamask/keyring-internal-api 8.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^19.1.0 to ^20.0.0 (#347)
    • This change was not properly reported as breaking on the 7.1.0.
    • Add generic account type.

@metamask/keyring-internal-snap-client 6.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^19.0.0 to ^20.0.0 (#347)
    • Add generic account type.
  • BREAKING: Bump @metamask/keyring-snap-client from ^6.0.0 to ^7.0.0 (#347)
    • Add generic account type.
  • BREAKING: Bump @metamask/keyring-internal-api from ^7.0.0 to ^8.0.0 (#347)
    • Add generic account type.

@metamask/eth-snap-keyring 16.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^19.0.0 to ^20.0.0 (#347)
    • This is similar to version 15.0.0, but since the @metamask/keyring-api was not versioned as a new major, we have to re-bump it here again.
  • BREAKING: Bump @metamask/keyring-internal-api from ^7.0.0 to ^8.0.0 (#347)
    • This is similar to version 15.0.0, but since the @metamask/keyring-internal-api was not versioned as a new major, we have to re-bump it here again.

@metamask/keyring-snap-client 7.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^19.0.0 to ^20.0.0 (#347)
    • Add generic account type.

@metamask/keyring-snap-sdk 6.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^19.0.0 to ^20.0.0 (#347)
    • Add generic account type.

62.0.0

06 Aug 09:06
76d2f24

Choose a tag to compare

@metamask/account-api 0.8.0

Added

  • Add selectOne and select selectors functions (#342)
    • Those functions can be used to filter a list of accounts using an AccountSelector object.
  • Add common mock account definitions + MockAccountBuilder (#341)
    • You can now import/use them with @metamask/account-api/mocks.
  • Add assertIsBip44Account (#339)

Changed

  • BREAKING: Rename MultichainAccountGroup.index to MultichainAccountGroup.groupIndex (#344)
  • BREAKING: Move get and select methods to the AccountGroup type (#343)