Skip to content

40.0.0

Choose a tag to compare

@github-actions github-actions released this 02 Feb 14:09
· 5520 commits to main since this release
03491c0

@metamask/assets-controllers

Fixed

  • Update Nft Controller to add the NFT back to its own group if we are re-importing it (#1082)

@metamask/keyring-controller

Changed

  • BREAKING:: Bump eth-keyring-controller version to @metamask/eth-keyring-controller v10 (#1072)

@metamask/network-controller

Changed

  • BREAKING: Update type of state object by renaming properties property to networkDetails (#1074)
    • Consumers are recommended to add a state migration for this change.
  • BREAKING: Rename NetworkProperties type to NetworkDetails (#1074)
  • Change getEIP1559Compatibility to use async await syntax (#1084)

@metamask/phishing-controller

Fixed

  • Improve performance of phishing list update (#1086)
    • We now use a Set + has method instead of the array includes method for detecting overlap between phishing lists after an update.