Skip to content

290.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 12:22
7290a6d

@metamask/accounts-controller 22.0.0

Added

  • Add AccountsController:account{AssetList,Balances,Transactions}Updated events (#5190)
    • Those events are being sent from Account Snaps (through the Snap keyring) and are being re-published by the AccountController.

Changed

  • BREAKING: Now requires SnapKeyring:account{AssetList,Balances,Transactions}Updated events to be registered on the messenger (#5190)
  • Bump @metamask/keyring-api from ^14.0.0 to ^16.1.0 (#5190), (#5208)
  • Bump @metamask/keyring-internal-api from ^2.0.1 to ^4.0.1 (#5190), (#5208)
  • Bump @metamask/eth-snap-keyring from ^8.1.1 to ^9.1.1 (#5190), (#5208)

@metamask/assets-controllers 47.0.0

Added

  • Add onBreak and onDegraded methods to CodefiTokenPricesServiceV2 (#5109)
    • These serve the same purpose as the onBreak and onDegraded constructor options, but align more closely with the Cockatiel policy API.

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^21.0.0 to ^22.0.0 (#5218)
  • Deprecate ClientConfigApiService constructor options onBreak and onDegraded in favor of methods (#5109)
  • Add @metamask/controller-utils@^11.4.5 as a dependency (#5109)
    • cockatiel should still be in the dependency tree because it's now a dependency of @metamask/controller-utils
  • Re-introduce @metamask/keyring-api as a runtime dependency (#5206)
    • This was required since the introduction of the MultichainBalancesController.
  • Bump @metamask/keyring-api from ^14.0.0 to ^16.1.0 (#5190), (#5208)
  • Bump @metamask/keyring-internal-api from ^2.0.1 to ^4.0.1 (#5190), (#5208)
  • Bump @metamask/keyring-snap-client from ^3.0.0 to ^3.0.3 (#5190), (#5208)

@metamask/keyring-controller 19.0.5

Changed

  • Bump @metamask/keyring-api from ^14.0.0 to ^16.1.0 (#5190), (#5208)

@metamask/multichain-transactions-controller 0.1.0

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^21.0.0 to ^22.0.0 (#5218)
  • Bump @metamask/keyring-api from ^14.0.0 to ^16.1.0 (#5190), (#5208)
  • Bump @metamask/keyring-internal-api from ^2.0.1 to ^4.0.1 (#5190), (#5208)
  • Bump @metamask/keyring-snap-client from ^3.0.0 to ^3.0.3 (#5190), (#5208)

@metamask/notification-services-controller 0.18.0

Changed

  • BREAKING: Bump peer dependency @metamask/profile-sync-controller from ^4.0.0 to ^5.0.0 (#5218)

@metamask/profile-sync-controller 5.0.0

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^21.0.0 to ^22.0.0 (#5218)
  • Bump @metamask/keyring-api from ^14.0.0 to ^16.1.0 (#5190), (#5208)

@metamask/transaction-controller 44.0.0

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^21.0.0 to ^22.0.0 (#5218)

@metamask/user-operation-controller 23.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency from ^43.0.0 to ^44.0.0 (#5218)