Skip to content

Latest commit

 

History

History
85 lines (55 loc) · 4.1 KB

File metadata and controls

85 lines (55 loc) · 4.1 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

  • BREAKING: Bump @metamask/providers peer dependency from ^18.3.1 to ^19.0.0 (#177)
  • Bump @metamask/keyring-api from ^16.1.0 to ^17.0.0 (#192)
  • Bump @metamask/snaps-sdk dependency from ^6.7.0 to ^6.16.0 (#177)
  • Rename ControllerMessenger to Messenger (#185)

Changed

  • Bump @metamask/keyring-api from ^16.0.0 to ^16.1.0 (#176)

Changed

  • Bump @metamask/keyring-api from ^15.0.0 to ^16.0.0 (#172)
  • Bump @metamask/utils from ^11.0.1 to ^11.1.0 (#167)

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)

Added

  • Add listAccountAssets keyring method (#148)
    • This is inherited from the KeyringClient changes.

Changed

  • BREAKING: Bump @metamask/keyring-api from ^13.0.0 to ^14.0.0 (#155)
    • The CaipAssetType is now more restrictive which affects the existing getAccountBalances method.

Changed

  • BREAKING: Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#101)
    • This change was not properly reported as breaking on the 1.1.0.
    • KeyringAccount has a new required field (scopes) and is part of the public API.
  • BREAKING: Bump @metamask/keyring-snap-client from ^1.0.0 to ^2.0.0 (#135)
    • This change was not properly reported as breaking on the 1.1.0.
    • KeyringAccount has a new required field (scopes) and is part of the public API.

Changed

  • Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#101)
  • Bump @metamask/keyring-snap-client from ^1.0.0 to ^1.1.0 (#101)

Added