Skip to content

Latest commit

 

History

History
192 lines (126 loc) · 10 KB

File metadata and controls

192 lines (126 loc) · 10 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/snaps-controllers from ^14.0.1 to ^17.2.0 (#422)
  • Bump @metamask/snaps-sdk from ^9.0.0 to ^10.3.0 (#422)
  • Bump @metamask/snaps-utils from ^11.0.0 to ^11.7.0 (#422)

Removed

  • BREAKING: Rename submitRequestV1 method to submitLegacyRequest (#423)

Changed

  • Bump @metamask/keyring-api from ^21.1.0 to ^21.2.0 (#395)
  • Bump @metamask/keyring-snap-client from ^8.1.0 to ^8.2.0 (#395)
  • Bump @metamask/keyring-internal-api from ^9.1.0 to ^9.2.0 (#395)

Changed

  • BREAKING: Migrate KeyringInternalSnapClientMessenger to new Messenger type from @metamask/messenger (#383)

Changed

  • Bump @metamask/keyring-api from ^21.0.0 to ^21.1.0 (#388)
  • Bump @metamask/keyring-snap-client from ^8.0.0 to ^8.1.0 (#388)
  • Bump @metamask/keyring-internal-api from ^9.0.0 to ^9.1.0 (#388)

Changed

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

Changed

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

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.

Changed

  • BREAKING: Bump @metamask/keyring-api from ^18.0.0 to ^19.0.0 (#317)
    • The KeyringAccount.options field is now partially typed.
  • BREAKING: Bump @metamask/keyring-snap-client from ^5.0.0 to ^6.0.0 (#317)
    • The KeyringAccount.options field is now partially typed.
  • BREAKING: Bump @metamask/keyring-internal-api from ^6.2.0 to ^7.0.0 (#317)
    • The InternalAccount.options field is now partially typed.
  • Bump @metamask/keyring-utils from ^3.0.0 to ^3.1.0 (#317)

Added

  • Add KeyringInternalSnapClient.submitRequestV1 method (#291)
  • Add @metamask/keyring-internal-api@^6.2.0 dependency (#291)

Changed

  • Bump @metamask/keyring-api from ^17.4.0 to ^18.0.0 (#277), (#288), (#291)
  • Bump @metamask/keyring-snap-client from ^4.1.0 to ^5.0.0 (#291)
  • Bump @metamask/snaps-sdk dependency from ^6.16.0 to ^7.0.0 (#291)

Changed

  • Bump @metamask/keyring-snap-client from ^4.0.1 to ^4.1.0 (#269)

Changed

  • Bump @metamask/keyring-snap-client from ^4.0.0 to ^4.0.1 (#220)
  • Use ts-bridge/cli@0.6.3 (#214)
    • This new version fixes a bug regarding some missing exports.

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/keyring-snap-client from ^3.0.3 to ^4.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)
  • Bump @metamask/keyring-snap-client from ^3.0.2 to ^3.0.3 (#176)

Changed

  • Bump @metamask/keyring-api from ^15.0.0 to ^16.0.0 (#172)
  • Bump @metamask/keyring-snap-client from ^3.0.1 to ^3.0.2 (#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

  • Use ts-bridge/cli@0.6.1 (#118)
    • This new version fixes a bug with CJS re-exports.
  • Initial release (#24)