Skip to content

Release/900.0.0#8370

Merged
aganglada merged 5 commits intomainfrom
release/900.0.0
Apr 2, 2026
Merged

Release/900.0.0#8370
aganglada merged 5 commits intomainfrom
release/900.0.0

Conversation

@aganglada
Copy link
Copy Markdown
Contributor

@aganglada aganglada commented Apr 2, 2026

Explanation

This release bumps @metamask/compliance-controller from 1.0.2 to 2.0.0.

The major version bump is required due to breaking changes in the compliance controller — see the changelog for full details.

Packages released

Package From To Type
@metamask/compliance-controller 1.0.2 2.0.0 major

Summary of changes

Added

  • generate-action-types CLI tool available as a subpath export via the @metamask/messenger bump (#8264)

Breaking changes

  • Removed proactive bulk-fetch pattern from ComplianceController and ComplianceService (#8365)
    • state.blockedWallets and state.blockedWalletsLastFetched removed — consumers with persisted state must drop these fields on migration
    • init(), updateBlockedWallets() controller methods removed
    • blockedWalletsRefreshInterval constructor option removed
    • ComplianceControllerInitAction, ComplianceControllerUpdateBlockedWalletsAction, ComplianceServiceUpdateBlockedWalletsAction, BlockedWalletsInfo removed from public API
    • checkWalletCompliance / checkWalletsCompliance now fall back to the per-address cache on API failure
    • selectIsWalletBlocked now reads solely from walletComplianceStatusMap

References

  • #8365 — refactor(compliance): remove initial block wallets call

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
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Medium Risk
Release-only changes, but it publishes a new major @metamask/compliance-controller version with breaking API/state removals that downstream consumers must migrate to.

Overview
Bumps the monorepo version to 900.0.0 and releases @metamask/compliance-controller 2.0.0.

Updates the compliance-controller changelog to document the breaking removal of the blocked-wallets bulk-fetch flow and related public API/state fields, and adjusts the [Unreleased]/[2.0.0] compare links accordingly.

Written by Cursor Bugbot for commit 7060084. This will update automatically on new commits. Configure here.

@aganglada aganglada marked this pull request as ready for review April 2, 2026 16:12
@aganglada aganglada requested review from a team as code owners April 2, 2026 16:12
@cryptodev-2s cryptodev-2s changed the title Update Release 900.0.0 Release/900.0.0 Apr 2, 2026
aganglada and others added 2 commits April 2, 2026 18:38
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
Co-authored-by: cryptodev-2s <109512101+cryptodev-2s@users.noreply.github.com>
@aganglada aganglada enabled auto-merge April 2, 2026 16:43
@aganglada aganglada added this pull request to the merge queue Apr 2, 2026
Merged via the queue into main with commit 63a855e Apr 2, 2026
336 checks passed
@aganglada aganglada deleted the release/900.0.0 branch April 2, 2026 16:45
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