Skip to content

Conversation

@AugmentedMode
Copy link
Contributor

@AugmentedMode AugmentedMode commented Sep 24, 2025

Explanation

Major Release for @metamask/phishing-controller@14.0.0

Added

  • Add bulk token scanning functionality to detect malicious tokens (#6483)
    • Add bulkScanTokens method to scan multiple tokens for malicious activity
    • Add BulkTokenScanRequest and BulkTokenScanResponse types
    • Add tokenScanCache to PhishingControllerState
    • Add proper action registration for bulkScanTokens method as PhishingControllerBulkScanTokensAction
    • Support for multiple chains including Ethereum, Polygon, BSC, Arbitrum, Avalanche, Base, Optimism, ect...
  • Add token screening from transaction simulation data (#6617)
    • Add #onTransactionControllerStateChange method to handle transaction state changes
    • Add #scanTokensFromSimulation method to extract and scan tokens from transaction simulation data
    • Add start and stop methods to manage Transaction Controller state change subscription
  • Add two new controller state metadata properties: includeInStateLogs and usedInUi (#6587)

Changed

  • BREAKING Changed the result type of the UrlScanCache within the phishing controller
  • Bump @metamask/base-controller from ^8.0.1 to ^8.4.0 (#6284, #6355, #6465, #6632)
  • Bump @metamask/controller-utils from ^11.11.0 to ^11.14.0 (#6303, #6620, #6629)
  • Bump @noble/hashes from ^1.4.0 to ^1.8.0 (#6101)

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

@AugmentedMode AugmentedMode requested review from a team as code owners September 24, 2025 18:40
@AugmentedMode AugmentedMode deleted the release/579.0.0 branch September 24, 2025 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants