Skip to content

Release/1026.0.0 - #9045

Merged
GeorgeGkas merged 4 commits into
mainfrom
release/1026.0.0
Jun 8, 2026
Merged

Release/1026.0.0#9045
GeorgeGkas merged 4 commits into
mainfrom
release/1026.0.0

Conversation

@GeorgeGkas

@GeorgeGkasGeorgeGkas commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Summary

Release @metamask/bridge-controller@74.0.0 with the stxEnabled flag.

Packages published

  • @metamask/perps-controller73.2.1 → 74.0.0

Notable changes

  • BREAKING: Add required stxEnabled parameter to updateBatchSellTrades, fetchBatchSellTrades, and formatBatchSellTradesRequest. The flag is sent to the obtainGaslessBatch API so the backend can estimate gas costs more precisely when Smart Transactions are enabled. (#9036)

Test plan

  • yarn changelog:validate
  • CI green on release PR
  • Codeowner review for @metamask/transactions-pay-controller

Note

Medium Risk
Medium risk from the major bridge-controller bump and breaking stxEnabled call-site changes for batch sell; this PR itself is mostly version/changelog edits.

Overview
Monorepo release 1026.0.0 cuts @metamask/bridge-controller73.2.1 → 74.0.0 and bumps the root monorepo version 1025.0.0 → 1026.0.0. The diff is versioning and changelog/lockfile updates only—no new runtime code in this PR.

The published 74.0.0 release documents a breaking API change (from #9036): callers must pass a required stxEnabled argument to updateBatchSellTrades, fetchBatchSellTrades, and formatBatchSellTradesRequest so obtainGaslessBatch can tune gas estimates when Smart Transactions are on.

Downstream bumps in this release: @metamask/bridge-status-controller and @metamask/transaction-pay-controller depend on @metamask/bridge-controller^74.0.0; yarn.lock is updated accordingly.

Reviewed by Cursor Bugbot for commit 97e5d79. Bugbot is set up for automated code reviews on this repo. Configure here.

@GeorgeGkas
GeorgeGkas requested review from a team as code ownersJune 8, 2026 16:38
@metamask-ci

Copy link
Copy Markdown

✅ Changelogs updated and pushed.

SteP-n-s
SteP-n-s previously approved these changes Jun 8, 2026
@GeorgeGkas
GeorgeGkas enabled auto-merge June 8, 2026 16:58
@GeorgeGkas
GeorgeGkas disabled auto-merge June 8, 2026 16:59
Comment threadpackages/bridge-controller/CHANGELOG.md Outdated
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
@GeorgeGkas
GeorgeGkas added this pull request to the merge queueJun 8, 2026
Merged via the queue into main with commit ce9d65bJun 8, 2026
370 checks passed
@GeorgeGkas
GeorgeGkas deleted the release/1026.0.0 branch June 8, 2026 17:30
Sign up for freeto 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

@GeorgeGkas@Mrtenz@SteP-n-s