Release/1007.0.0#8935
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0c66407. Configure here.
cryptodev-2s
approved these changes
May 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Explanation
This PR releases the Bridge, BridgeStatus, and TransactionPay controllers
References
Checklist
Note
Medium Risk
Bridge-status 72.0.0 is a breaking release (BatchSell submission and new messenger actions); this PR only versions packages but clients must upgrade and wire allowed actions accordingly.
Overview
Cuts monorepo release 1007.0.0 by publishing
@metamask/bridge-controller73.2.0,@metamask/bridge-status-controller72.0.0, and@metamask/transaction-pay-controller22.8.0, with matchingCHANGELOGsections andyarn.lockdependency pins.Bridge controller (minor) documents BatchSell gas flags on trade responses, optional
has_sufficient_gas_for_quoteon quote analytics, and anassets-controllerbump.Bridge status (major) ships the already-landed BatchSell submission/history work and strategy refactors; consumers must adopt
BridgeControllerGetStateActionand^73.2.0bridge-controller.Transaction pay (minor) records
getPaymentOverrideData, a Server intents pay strategy, and bumps bridge packages to 72.0.0 / 73.2.0.Reviewed by Cursor Bugbot for commit 945bfa9. Bugbot is set up for automated code reviews on this repo. Configure here.