Releases: MetaMask/core
Releases · MetaMask/core
663.0.0
662.0.0
661.0.0
@metamask/gator-permissions-controller 0.4.0
Added
- BREAKING: Expose list of pending revocations in state (#7055)
- Add
pendingRevocationsproperty to state - Add
pendingRevocationsgetter to controller, which accesses the same property in state
- Add
- BREAKING: The GatorPermissionsController messenger must allow
TransactionController:transactionConfirmed,TransactionController:transactionFailed, andTransactionController:transactionDroppedevents (#6713) - Add
submitRevocationandaddPendingRevocationmethods to GatorPermissionsController (#6713)- These are also available as actions (
GatorPermissionsController:submitRevocationandGatorPermissionsController:addPendingRevocation)
- These are also available as actions (
Changed
- BREAKING: Add
@metamask/transaction-controlleras peer dependency (#7058)
@metamask/shield-controller 2.0.0
Changed
- BREAKING: Bump
@metamask/signature-controllerfrom^35.0.0to^36.0.0( #4651)
@metamask/signature-controller 36.0.0
Changed
- BREAKING: Bump peer dependency
@metamask/gator-permissions-controllerfrom^0.3.0to^0.4.0(#7057)
660.0.0
659.0.0
@metamask/shield-controller 1.2.0
Changed
- fix: Fix build script not working because of missing
@ts-bridge/clidependency (#7040) - chore(dev-deps): Bump
@ts-bridge/clifrom^0.6.1to^0.6.4(#7039) - Bump
@metamask/transaction-controllerfrom61.0.0to61.1.0. (#7007) - Bump
@metamask/controller-utilsfrom^11.14.1to^11.15.0. (#7003)
Fixed
- Fixed and optimized initiating shield coverage result for transactions. (#7036)
@metamask/subscription-controller 3.2.0
Added
- Added new property,
isSponsorshipSupportedto the ControllerState,pricing.paymentMethods.chains. (#7035) - Added
SubscriptionControllerSubmitSponsorshipIntentsActionin the controller exports. (#7037)
Changed
658.0.0
@metamask/assets-controllers 87.0.0
Added
- Add
AssetsByAccountGroupto list of exported types (#6983) - Added
addAssetsto allow adding multiple assets for non-EVM chains (#7016)
Changed
isNativeis inferred astruefor all non-evm assets with slip44 as its asset namespace (#6983)- BREAKING: Modify DeFi position fetching behaviour (#6944)
- The fetch request to the API times out after 8 seconds and attempts a single retry
- Refresh only updates the selected evm address
KeyringController:unlockno longer starts pollingAccountsController:accountAddedno longer updates DeFi positionsAccountTreeController:selectedAccountGroupChangeupdates DeFi positions for the selected addressTransactionController:transactionConfirmedonly updates DeFi positions if the transaction is for the selected address
Fixed
- Fixed token is not removed from ignored tokens list when added back due to case insensiteivity (#7016)
@metamask/bridge-controller 59.0.0
Added
- Quotes as returned by
fetchQuotesnow include agasSponsoredproperty (#6687)
Changed
- BREAKING: Bump
@metamask/assets-controllerfrom^86.0.0to^87.0.0(#7043)
@metamask/bridge-status-controller 59.0.0
Changed
- BREAKING: Bump
@metamask/bridge-controllerfrom^58.0.0to^59.0.0(#7043)
@metamask/transaction-pay-controller 3.0.0
Changed
657.0.0
@metamask/multichain-account-service 2.1.0
Added
- Add per-provider throttling for non-EVM account creation to improve performance on low-end devices (#7000)
- Solana provider is now limited to 3 concurrent account creations by default when creating multichain account groups.
- Other providers remain unthrottled by default.