Releases: MetaMask/core
Releases · MetaMask/core
217.0.0
216.0.0
215.0.0
214.0.0
213.0.0
212.0.0
@metamask/transaction-controller 37.2.0
Added
- Add optional
incomingTransactions.etherscanApiKeysByChainId
constructor property to support API keys in requests to Etherscan (#4748)
Fixed
211.0.0
@metamask/notification-services-controller 0.8.2
Added
- Add
resetNotifications
option during the notification creation flow (#4738)
@metamask/profile-sync-controller 0.9.4
Fixed
- Account syncing performance issues and bugs (#4746)
- Batch
GET
/PUT
will now encrypt and decrypt sequentially in order to leverage the in-memory cache nameLastUpdatedAt
will stop being saved to user storage if account name is a default namewaitForExpectedValue
has been removed and will stop waiting forAccountsController:accountAdded
callbackrandomBytes
leftover from sync -> async encryption migration was removed
- Batch
210.0.0
@metamask/queued-request-controller 5.1.0
Changed
- Batch processing now considers both origin and
networkClientId
, ensuring requests targeting different networks are processed separately. (#4718) - Incoming requests to
enqueueRequest
now must include anetworkClientId
; an error is thrown if it's missing. This was previously a required part of the type but since consumers like the extension do not have extensive typescript coverage this wasn't definitively enforced. (#4718)
209.0.0
208.0.0
@metamask/accounts-controller 18.2.2
Changed
- Bump accounts related packages (#4713), (#4728)
- Those packages are now built slightly differently and are part of the accounts monorepo.
- Bump
@metamask/keyring-api
from^8.1.0
to^8.1.4
- Bump
@metamask/eth-snap-keyring
from^4.3.3
to^4.3.6
@metamask/approval-controller 7.1.0
Added
- Add
deleteAfterResult
option to accept method to delay removal of approval request from state (#4715)
@metamask/assets-controllers 38.1.0
Changed
- Parallelization of detected tokens with balance (#4697)
- Bump accounts related packages (#4713), (#4728)
- Those packages are now built slightly differently and are part of the accounts monorepo.
- Bump
@metamask/keyring-api
from^8.1.0
to^8.1.4
@metamask/chain-controller 0.1.3
Changed
- Bump accounts related packages (#4713), (#4728)
- Those packages are now built slightly differently and are part of the accounts monorepo.
- Bump
@metamask/keyring-api
from^8.1.0
to^8.1.4
@metamask/keyring-controller 17.2.2
Changed
- Bump accounts related packages (#4713), (#4728)
- Those packages are now built slightly differently and are part of the accounts monorepo.
- Bump
@metamask/keyring-api
from^8.1.0
to^8.1.4
- Bump
@metamask/eth-hd-keyring
from^7.0.1
to^7.0.4
- Bump
@metamask/eth-simple-keyring
from^6.0.1
to^6.0.5
@metamask/notification-controller 7.0.0
Changed
- BREAKING: The
show
function now uses an option bag rather than a singlestring
(#4682)- This will be used to persist the extra properties needed to show JSX content in Snap notifications.
@metamask/notification-services-controller 0.8.1
Changed
- Bump
@metamask/keyring-controller
from^17.2.1
to^17.2.2
. (#4731) - Bump
@metamask/profile-sync-controller
from^0.9.1
to^0.9.2
. (#4731)
@metamask/profile-sync-controller 0.9.2
Changed
- Bump accounts related packages (#4713), (#4728)
- Those packages are now built slightly differently and are part of the accounts monorepo.
- Bump
@metamask/keyring-api
from^8.1.0
to^8.1.4
@metamask/transaction-controller 37.1.0
Added
- Populate
submitHistory
in state when submitting transactions to network (#4706) - Export
CHAIN_IDS
,ETHERSCAN_SUPPORTED_NETWORKS
andSPEED_UP_RATE
constants (#4706)
Changed
- Make
getPermittedAccounts
constructor callback optional (#4706) - Bump accounts related packages (#4713), (#4728)
- Those packages are now built slightly differently and are part of the accounts monorepo.
- Bump
@metamask/keyring-api
from^8.1.0
to^8.1.4