Releases: MetaMask/core
Releases · MetaMask/core
411.0.0
410.0.0
@metamask/multichain-api-middleware 0.4.0
Added
- When
wallet_createSession
handler is called withsolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
(solana mainnet) as a requested scope, but there are not currently any accounts in the wallet supporting this scope, we now add apromptToCreateSolanaAccount
to a metadata object on therequestPermissions
call forwarded to thePermissionsController
.
409.0.0
@metamask/assets-controllers 65.0.0
Added
- BREAKING: Add event listener for
TransactionController:transactionConfirmed
onTokenDetectionController
to trigger token detection (#5859)
Changed
- BREAKING: Add event listener for
KeyringController:accountRemoved
instead ofAccountsController:accountRemoved
inTokenBalancesController
andTokensController
(#5859)
@metamask/bridge-controller 28.0.0
Changed
- BREAKING: Bump
@metamask/assets-controller
peer dependency to^65.0.0
(#5863)
@metamask/bridge-status-controller 25.0.0
Changed
- BREAKING: Bump
@metamask/bridge-controller
peer dependency to^28.0.0
(#5863)
408.0.0
@metamask/assets-controllers 64.0.0
Added
-
BREAKING: Add event listener for
AccountsController:accountRemoved
onTokenBalancesController
to remove token balances for the removed account (#5726) -
BREAKING: Add event listener for
AccountsController:accountRemoved
onTokensController
to remove tokens for the removed account (#5726) -
BREAKING: Add
listAccounts
action toTokensController
(#5726) -
BREAKING: Add
listAccounts
action toTokenBalancesController
(#5726)
Changed
- TokenBalancesController will now check if balances has changed before updating the state (#5726)
@metamask/bridge-controller 27.0.0
Changed
- BREAKING: Bump
@metamask/assets-controller
peer dependency to^64.0.0
(#5854)
@metamask/bridge-status-controller 24.0.0
Changed
- BREAKING: Bump
@metamask/bridge-controller
peer dependency to^27.0.0
(#5845)
407.0.0
@metamask/assets-controllers 63.1.0
Changed
406.0.0
@metamask/transaction-controller 56.2.0
Added
- Add sequential batch support when
publishBatchHook
is not defined (#5762)
Fixed
405.0.0
@metamask/bridge-controller 26.0.0
Added
- BREAKING: Added a required
minimumVersion
to feature flag response schema (#5834)
Changed
- Consume
bridgeConfigV2
in the feature flag response schema for Mobile and exportDEFAULT_FEATURE_FLAG_CONFIG
(#5837)
@metamask/bridge-status-controller 23.0.0
Added
- Subscribe to TransactionController and MultichainTransactionsController tx confirmed and failed events for swaps (#5829)
Changed
404.0.0
@metamask/bridge-status-controller 22.0.0
Added
- Error logs for invalid getTxStatus responses (#5816)
Changed
- Bump
@metamask/bridge-controller
peer dependency to^25.0.1
(#5811) - Bump
@metamask/controller-utils
to^11.9.0
(#5812)
Fixed
- Don't start or restart getTxStatus polling if transaction is a swap (#5831)
403.0.0
@metamask/bridge-controller 25.1.0
Added
- Added optional
isUnifiedUIEnabled
flag to chain-level feature-flagChainConfiguration
type and updated the validation schema to accept the new flag (#5783) - Add and export
calcSlippagePercentage
, a utility that calculates the absolute slippage percentage based on the adjusted return and the sent amount (#5723). - Error logs for invalid getQuote responses (#5816)
Changed
- Bump
@metamask/controller-utils
to^11.9.0
(#5812)
402.0.0
@metamask/multichain-transactions-controller 1.0.0
Changed
- BREAKING: Store transactions by chain IDs (#5756)
- Remove Solana mainnet filtering to support other Solana networks (devnet, testnet) (#5756)
@metamask/selected-network-controller 22.1.0
Added
- Add support for Snaps (#4602)
Changed
- Bump
@metamask/base-controller
from^8.0.0
to^8.0.1
(#5722)