Skip to content

Release/687.0.0#7202

Merged
cryptodev-2s merged 19 commits intomainfrom
release/687.0.0
Nov 20, 2025
Merged

Release/687.0.0#7202
cryptodev-2s merged 19 commits intomainfrom
release/687.0.0

Conversation

@cryptodev-2s
Copy link
Copy Markdown
Contributor

@cryptodev-2s cryptodev-2s commented Nov 20, 2025

See changelog for details.


Note

Adopts JsonRpcEngine V2/InternalProvider across providers/middleware/network and bumps many controllers (network, transaction, keyring, accounts, polling, etc.) with breaking peer versions, plus minor features and fixes.

  • Platform-wide upgrades:
    • Migrate to JsonRpcEngine V2 and InternalProvider in eth-json-rpc-provider, eth-json-rpc-middleware, network-controller, and related packages.
    • Bump monorepo to 687.0.0 and update @metamask/controller-utils to 11.16.0.
  • Breaking dependency bumps:
    • @metamask/network-controller26.0.0, @metamask/transaction-controller62.0.0, @metamask/keyring-controller25.0.0, @metamask/accounts-controller35.0.0, @metamask/polling-controller16.0.0.
    • Broad peer/dep bumps across assets-controllers (90.0.0), bridge/bridge-status (62.0.0), multichain-network-controller (3.0.0), user-operation-controller (41.0.0), signature-controller (37.0.0), gator-permissions-controller (0.6.0), preferences-controller (22.0.0), account-tree-controller (4.0.0), multichain-account-service (4.0.0), etc.
  • Provider/middleware:
    • eth-json-rpc-provider6.0.0; eth-block-tracker15.0.0; eth-json-rpc-middleware22.0.0 (adds providerFromMiddlewareV2/providerAsMiddlewareV2).
  • Features/Fixes:
    • phishing-controller (16.0.0): add scanAddress support.
    • transaction-controller (62.0.0): add getGasFeeTokens action.
    • assets-controllers (90.0.0): optional filtering for Tron staking tokens.
    • bridge-controller: expose getQuotesReceivedProperties util.
    • gas-fee-controller (26.0.0): fix stale network client IDs and other reliability tweaks.

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

mikesposito and others added 13 commits November 19, 2025 11:21
Add blank lines before bullet points in initial release sections
to improve markdown formatting consistency across packages.
Update package name references in older version comparison links
from @metamask/json-rpc-engine to json-rpc-engine format.
…ing-service

- Revert @metamask/base-controller from ^9.0.1 to ^9.0.0
- Revert @metamask/messenger from ^0.3.1 to ^0.3.0
- Revert @metamask/error-reporting-service from ^3.0.1 to ^3.0.0
- Remove changelog entries for reverted versions
- Update all package dependencies and yarn.lock
- Clean up uncategorized sections in various CHANGELOGs
@cryptodev-2s cryptodev-2s requested review from a team as code owners November 20, 2025 09:50
@github-actions

This comment has been minimized.

- Update PR references across all changelog entries
- Adjust version numbers (e.g., address-book-controller 8.0.0 -> 7.0.1)
- Update corresponding version links in changelogs
Update @metamask/controller-utils dependency from ^11.15.1 to ^11.16.0
across all packages and update corresponding changelog entries.
Mrtenz
Mrtenz previously approved these changes Nov 20, 2025
Change version bump type from major (15.0.0) to minor (14.1.0)
and update corresponding changelog entries and dependencies.
Change version bump type from patch (15.0.1) to major (16.0.0)
and update all dependent packages and changelog entries.
@cryptodev-2s cryptodev-2s requested a review from Mrtenz November 20, 2025 10:30
Mrtenz
Mrtenz previously approved these changes Nov 20, 2025
@cryptodev-2s cryptodev-2s added this pull request to the merge queue Nov 20, 2025
Merged via the queue into main with commit fcb43e6 Nov 20, 2025
274 checks passed
@cryptodev-2s cryptodev-2s deleted the release/687.0.0 branch November 20, 2025 11:32
github-merge-queue bot pushed a commit to MetaMask/metamask-extension that referenced this pull request Mar 23, 2026
## **Description**

Bump the following packages:

### `@metamask/chain-agnostic-permission` `^1.3.0` → `^1.4.0`

[Changelog](https://github.com/MetaMask/core/blob/main/packages/chain-agnostic-permission/CHANGELOG.md#140)
- **Added:** `Bip122AccountChangedNotifications` property in
`KnownSessionProperties` enum
([#7537](MetaMask/core#7537))
- **Changed:** Remove `@metamask/network-controller` dependency
([#7561](MetaMask/core#7561))
- **Changed:** Dependency bumps (`@metamask/utils`,
`@metamask/controller-utils`, `@metamask/permission-controller`)

### `@metamask/multichain-api-middleware` `^1.2.5` → `^1.2.7`

[Changelog](https://github.com/MetaMask/core/blob/main/packages/multichain-api-middleware/CHANGELOG.md#127)
- **v1.2.7:** Dependency bumps (`network-controller` ^30.0.0,
`json-rpc-engine`, `multichain-transactions-controller`,
`controller-utils`)
- **v1.2.6 Fixed:** `wallet_revokeSession` to handle cases where
`params` is not provided
([#7551](MetaMask/core#7551))
- **v1.2.6 Changed:** Dependency bumps (`json-rpc-engine`, `utils`,
`network-controller`, `controller-utils`, `permission-controller`,
`chain-agnostic-permission`)

### `@metamask/ppom-validator` `0.39.0` → `0.39.1`

[Changelog](https://github.com/MetaMask/ppom-validator/blob/main/CHANGELOG.md#0391)
- **Changed:** Move `@metamask/network-controller` from peer to direct
dependency and bump ^25.0.0 → ^30.0.0
([#254](MetaMask/ppom-validator#254))
- **Changed:** Bump `@metamask/utils` from `^9.2.1` to `^11.0.0`
([#254](MetaMask/ppom-validator#254))

### `@metamask/selected-network-controller` `^25.0.0` → `^26.0.3`

[Changelog](https://github.com/MetaMask/core/blob/main/packages/selected-network-controller/CHANGELOG.md#2600)
- **v26.0.0 BREAKING:** Use `InternalProvider` instead of
`SafeEventEmitterProvider`
([#6796](MetaMask/core#6796))
- **v26.0.0 BREAKING:** Bump `@metamask/network-controller` from ^25.0.0
to ^26.0.0 ([#7202](MetaMask/core#7202))
- **v26.0.1:** Move peer dependencies to direct dependencies
(`network-controller`, `permission-controller`)
([#7209](MetaMask/core#7209))
- **v26.0.2–v26.0.3:** Dependency bumps (`network-controller` to
^30.0.0, `json-rpc-engine`)

No code changes required — breaking changes are internal to the packages
and don't affect extension usage. All dependency versions are already
compatible.

## **Changelog**

CHANGELOG entry: null

## **Related issues**

Fixes: N/A

## **Manual testing steps**

1. Build the extension and verify it runs correctly
2. Confirm no type errors are introduced

## **Screenshots/Recordings**

N/A — dependency-only changes

## **Pre-merge author checklist**

- [x] I've followed [MetaMask Contributor
Docs](https://github.com/MetaMask/contributor-docs) and [MetaMask
Extension Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've completed the PR template to the best of my ability
- [ ] I've included tests if applicable
- [ ] I've documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I've applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/main/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Dependency-only update, but it upgrades core
networking/permission-related packages (e.g.,
`@metamask/selected-network-controller` and transitive
`@metamask/network-controller`/RPC middleware), which can subtly affect
session/network behavior at runtime.
> 
> **Overview**
> Bumps several MetaMask core dependencies:
`@metamask/chain-agnostic-permission` to `^1.4.0`,
`@metamask/multichain-api-middleware` to `^1.2.7`,
`@metamask/ppom-validator` to `0.39.1`, and
`@metamask/selected-network-controller` to `^26.0.3`.
> 
> Updates `yarn.lock` accordingly, including transitive shifts such as
`@metamask/network-controller` moving to `^30.0.0` in dependent packages
and related RPC middleware/util version bumps.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
133258b. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
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.

3 participants