Skip to content

281.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 22:53
adea818

@metamask/accounts-controller 21.0.0

Changed

  • BREAKING: Add scopes field to KeyringAccount (#5066), (#5136)
    • This field is now required and will be used to identify the supported chains (using CAIP-2 chain IDs) for every accounts.
  • Bump @metamask/base-controller from ^7.0.0 to ^7.1.1 (#5079), (#5135)
  • Bump @metamask/utils to ^11.0.1 (#5080)
  • Bump @metamask/rpc-errors to ^7.0.2 (#5080)

@metamask/assets-controllers 46.0.0

Added

  • Add new MultichainBalancesController (#4965)
    • This controller has been migrated from the MetaMask extension codebase.
  • Added utility function getKeyByValue (#5099)

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^20.0.0 to ^21.0.0 (#5140)
  • Bump @metamask/base-controller from ^7.0.0 to ^7.1.1 (#5079), (#5135)
  • Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#5066)
  • Bump @metamask/utils to ^11.0.1 (#5080)
  • Bump @metamask/rpc-errors to ^7.0.2 (#5080)

Fixed

  • Fix Mantle price when calling fetchMultiExchangeRate (#5099)
  • Fix multicall revert in TokenBalancesController (#5083)
    • TokenBalancesController was fixed to fetch erc20 token balances even if there's an invalid token in state whose address does not point to a smart contract.
  • Fix state changes for ignoreTokens for non-selected networks (#5014)

@metamask/keyring-controller 19.0.3

Changed

  • Bump @metamask/base-controller from ^7.0.0 to ^7.1.1 (#5079), (#5135)
  • Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#5066)
  • Bump @metamask/keyring-internal-api from ^1.0.0 to ^2.0.0 (#5066), (#5136)
  • Bump @metamask/utils to ^11.0.1 (#5080)
  • Bump @metamask/rpc-errors to ^7.0.2 (#5080)

Fixed

  • Make verifySeedPhrase mutually exclusive (#5077)

@metamask/notification-services-controller 0.16.0

Changed

  • BREAKING: Bump peer dependency @metamask/profile-sync-controller from ^3.0.0 to ^4.0.0 (#5140)
  • Bump @metamask/base-controller from ^7.0.0 to ^7.1.0 (#5079)

@metamask/profile-sync-controller 4.0.0

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^20.0.0 to ^21.0.0 (#5140)
  • Bump @metamask/base-controller from 7.1.0 to ^7.1.1 (#5135)
  • Bump @metamask/keyring-api from ^12.0.0 to ^13.0.0 (#5066)
  • Bump @metamask/keyring-internal-api from ^1.0.0 to ^2.0.0 (#5066), (#5136)
  • Bump @metamask/keyring-controller from ^19.0.2 to ^19.0.3 (#5140)

@metamask/transaction-controller 43.0.0

Added

  • Add gasLimitNoBuffer property to TransactionMeta type (#5113)
    • gasLimitNoBuffer is the estimated gas for the transaction without any buffer applied.

Changed

  • BREAKING: Bump @metamask/accounts-controller peer dependency from ^20.0.0 to ^21.0.0 (#5140)
  • Bump @metamask/base-controller from 7.1.0 to ^7.1.1 (#5135)

@metamask/user-operation-controller 22.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency from ^42.0.0 to ^43.0.0 (#5140)
  • Bump @metamask/base-controller from ^7.0.0 to ^7.1.0 (#5079)