Release/980.0.0#8796
Merged
Merged
Conversation
|
✅ Changelogs updated and pushed. |
cryptodev-2s
approved these changes
May 13, 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
Release
980.0.0with minor version bumps for:@metamask/transaction-controller65.3.0→65.4.0@metamask/transaction-pay-controller22.3.1→22.4.0@metamask/transaction-controller@65.4.0Added
fiatobject (withorderIdandproviderproperties) toMetamaskPayMetadatatype for persisting fiat on-ramp order data on transactionspredictAcrossWithdrawto theTransactionTypeenumChanged
estimateGasBatchnow falls back to the sum of per-txgasvalues in the EIP-7702 path when node simulation fails, instead of returning the block-gas-limit fallback@metamask/network-controllerfrom^31.0.0to^32.0.0@metamask/accounts-controllerfrom^38.1.0to^38.1.1@metamask/controller-utilsfrom^12.0.0to^12.1.0@metamask/transaction-pay-controller@22.4.0Added
Changed
order.txHash) with fallback toorder.cryptoAmounttransaction.metamaskPaybefore polling, so activity views can query order status after controller state cleanup@metamask/assets-controllerfrom^7.1.1to^7.1.2@metamask/assets-controllersfrom^108.0.0to^108.1.0Fixed
Dependency updates
14 packages had their
@metamask/transaction-controllerdependency range updated from^65.3.0to^65.4.0with corresponding changelog entries under[Unreleased]:@metamask/assets-controller@metamask/assets-controllers@metamask/bridge-controller@metamask/bridge-status-controller@metamask/earn-controller@metamask/eip-5792-middleware@metamask/gator-permissions-controller@metamask/network-enablement-controller@metamask/perps-controller@metamask/phishing-controller@metamask/profile-metrics-controller@metamask/shield-controller@metamask/subscription-controller@metamask/user-operation-controllerReferences
predictAcrossWithdrawtransaction typeChecklist
Note
Medium Risk
Mainly a release/version bump, but it pulls in updated
@metamask/transaction-controllerbehavior (gas estimation fallback, new metadata/type fields) across many dependent controllers, which could affect transaction handling paths.Overview
Bumps the monorepo release to
980.0.0, publishes@metamask/transaction-controller@65.4.0, and publishes@metamask/transaction-pay-controller@22.4.0(with corresponding changelog link updates).Propagates the
@metamask/transaction-controllerdependency range from^65.3.0to^65.4.0across multiple packages (e.g. assets/bridge/network-enablement/perps/phishing/shield/subscription/user-operation controllers) and records the bumps in each package’s[Unreleased]changelog entries, withyarn.lockupdates to match.Reviewed by Cursor Bugbot for commit 699b516. Bugbot is set up for automated code reviews on this repo. Configure here.