Skip to content

Releases: MetaMask/core

329.0.0

14 Mar 19:42
1559c52
Compare
Choose a tag to compare

@metamask/bridge-controller 7.0.0

Changed

  • Bump @metamask/accounts-controller dev dependency to ^26.1.0 (#5481)
  • BREAKING: Allow changing the Bridge API url through the config param in the constructor. Remove previous method of doing it through process.env. (#5465)

Fixed

  • Make QuoteResponse.approval optional to align with response from API (#5475)
  • Export enums properly rather than as types (#5466)

@metamask/bridge-status-controller 7.0.0

Changed

  • Bump @metamask/accounts-controller dev dependency to ^26.1.0 (#5481)
  • BREAKING: Allow changing the Bridge API url through the config param in the constructor. Remove previous method of doing it through process.env. (#5465)

Fixed

  • @metamask/bridge-controller dependency is no longer a peer dependency, just a direct dependency (#5464))

328.0.0

14 Mar 17:22
ca595ae
Compare
Choose a tag to compare

@metamask/assets-controllers 53.1.1

Fixed

  • Check if KeyringController is unlocked before processing account events in MultichainBalancesController (#5473)
    • This is needed since some Snaps might decrypt their state which needs the KeyringController to be unlocked.
  • Fix runtime error in NFT detection when metadata is null (#5455)

@metamask/multichain-transactions-controller 0.7.1

Fixed

  • Check if KeyringController is unlocked before processing account events in MultichainTransactionsController (#5473)
    • This is needed since some Snaps might decrypt their state which needs the KeyringController to be unlocked.

327.0.0

14 Mar 14:49
177ae0d
Compare
Choose a tag to compare

@metamask/accounts-controller 26.1.0

Changed

  • Simplify account iteration logic (#5445)

326.0.0

14 Mar 10:53
9e3d497
Compare
Choose a tag to compare

@metamask/profile-sync-controller 10.1.0

Added

  • Add primary SRP switching support for AuthenticationController and UserStorageController (#5478)

325.0.0

13 Mar 13:21
b8f3d63
Compare
Choose a tag to compare

@metamask/bridge-controller 6.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency to ^49.0.0 (#5471)

@metamask/bridge-status-controller 6.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency to ^49.0.0 (#5471)

@metamask/transaction-controller 49.0.0

Added

  • Add revertDelegation to TransactionType (#5468)
  • Add optional batch ID to metadata (#5462)
    • Add optional batchId property to TransactionMeta.
    • Add optional transactionHash to TransactionReceipt.
    • Add optional data to Log.
    • Add optional batchId to TransactionBatchRequest.
    • Add optional batchId to addTransaction options.
    • Throw if batchId already exists on a transaction.

Changed

  • BREAKING: Add optional batch ID to metadata (#5462)
    • Change batchId in TransactionBatchResult to Hex.
    • Return batchId from addTransactionBatch if provided.
    • Generate random batch ID if no batchId provided.

@metamask/user-operation-controller 28.0.0

Changed

  • BREAKING: Bump @metamask/transaction-controller peer dependency to ^49.0.0 (#5471)

324.0.0

12 Mar 11:56
d9816ac
Compare
Choose a tag to compare

@metamask/transaction-controller 48.2.0

Changed

  • Normalize gas limit using gas and gasLimit properties (#5396)

323.0.0

11 Mar 20:20
288c82b
Compare
Choose a tag to compare

@metamask/earn-controller 0.8.0

Changed

  • Updated refreshPooledStakingVaultDailyApys days arg default value to 365 (#5453)

322.0.0

11 Mar 20:36
931ba41
Compare
Choose a tag to compare

@metamask/phishing-controller 12.4.1

Fixed

  • Fixed an edge case in PhishingController where empty phishing lists could trigger API requests with invalid -Infinity timestamps (#5385)
  • Fixed RecommendedAction not being exported correctly (#5456)

321.0.0

11 Mar 11:20
4a35600
Compare
Choose a tag to compare

@metamask/transaction-controller 48.1.0

Changed

  • Prevent external transactions to internal accounts if data included (#5418)

320.0.0

07 Mar 18:52
a79aa75
Compare
Choose a tag to compare

@metamask/assets-controllers 53.1.0

Added

  • Add token display data controller for search & discovery (#5307)