Releases: MetaMask/core
Releases · MetaMask/core
329.0.0
@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 throughprocess.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 throughprocess.env
. (#5465)
Fixed
@metamask/bridge-controller
dependency is no longer a peer dependency, just a direct dependency (#5464))
328.0.0
@metamask/assets-controllers 53.1.1
Fixed
- Check if
KeyringController
is unlocked before processing account events inMultichainBalancesController
(#5473)- This is needed since some Snaps might decrypt their state which needs the
KeyringController
to be unlocked.
- This is needed since some Snaps might decrypt their state which needs the
- 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 inMultichainTransactionsController
(#5473)- This is needed since some Snaps might decrypt their state which needs the
KeyringController
to be unlocked.
- This is needed since some Snaps might decrypt their state which needs the
327.0.0
326.0.0
325.0.0
@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
toTransactionType
(#5468) - Add optional batch ID to metadata (#5462)
- Add optional
batchId
property toTransactionMeta
. - Add optional
transactionHash
toTransactionReceipt
. - Add optional
data
toLog
. - Add optional
batchId
toTransactionBatchRequest
. - Add optional
batchId
toaddTransaction
options. - Throw if
batchId
already exists on a transaction.
- Add optional
Changed
- BREAKING: Add optional batch ID to metadata (#5462)
- Change
batchId
inTransactionBatchResult
toHex
. - Return
batchId
fromaddTransactionBatch
if provided. - Generate random batch ID if no
batchId
provided.
- Change
@metamask/user-operation-controller 28.0.0
Changed
- BREAKING: Bump
@metamask/transaction-controller
peer dependency to^49.0.0
(#5471)