Skip to content

23.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jan 17:44
4833acc

@metamask/keyring-api 15.0.0

Added

  • Add account{AssetList,Balances,Transactions}UpdatedEventStruct keyring events (#154)

Changed

  • BREAKING: Make specific *AccountStruct.scopes more strict (#159)

@metamask/keyring-internal-api 3.0.0

Changed

  • BREAKING: Bump @metamask/keyring-api from ^14.0.0 to ^15.0.0 (#160)
    • The scopes from each *AccountStruct types is now more strict which impact all Internal*AccountStruct types.

@metamask/keyring-internal-snap-client 3.0.1

Changed

  • Bump @metamask/keyring-api from ^14.0.0 to ^15.0.0 (#160)
  • Bump @metamask/keyring-snap-client from ^3.0.0 to ^3.0.1 (#160)

@metamask/eth-snap-keyring 9.0.0

Added

  • Add account{AssetList,Balances,Transactions}Updated keyring events and re-publish them through the new Messenger (#154)

Changed

  • BREAKING: Use Messenger instead of SnapsController (#152)
    • This allows to break the runtime dependency we had with some snaps-* pacakges.
  • BREAKING: Make scopes more strict (#159)
    • We now use specific *AccountStucts when checking created/updated accounts to make the scopes sent by the Snap are valid regarding their account type definition.

@metamask/keyring-snap-client 3.0.1

Changed

  • Bump @metamask/keyring-api from ^14.0.0 to ^15.0.0 (#160)

@metamask/keyring-utils 1.3.0

Added

  • Add AccountIdStruct alias (#154)