Release 1039.0.0#9107
Merged
Merged
Conversation
|
✅ No changelog changes needed. |
vinistevam
approved these changes
Jun 12, 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
1039.0.0with a minor version bump for:@metamask/transaction-pay-controller23.5.1→23.6.0@metamask/transaction-pay-controller@23.6.0Added
useFiatMUSDQuoteToInjectForMoneyAccountfeature flag. When enabled, probes fiat providers for mUSD on Monad availability and, if viable, purchases mUSD directly to the Money Account, skipping the ETH-to-mUSD bridge. Falls back to the existing flow when no provider supports the direct route. Also movesfiatPayment.caipAssetIdassignment into fiat quote functions so the asset ID always matches the quote that succeeded. (#9080)confirmations_pay_fiat.orderPollIntervalMsandconfirmations_pay_fiat.orderPollTimeoutMsfeature flags (#9090)Changed
@metamask/utilsfrom^11.9.0to^11.11.0(#9074)@metamask/assets-controllerfrom^9.0.0to^9.0.1(#9083)@metamask/controller-utilsfrom^12.1.1to^12.2.0(#9083)@metamask/transaction-controllerfrom^67.1.0to^68.0.0(#9089)@metamask/ramps-controllerfrom^14.1.1to^14.2.0(#9105)Fixed
fiatPayment.rampsQuotewhen a fiat quote fetch fails, preventing the "No quotes" alert from being silently suppressed after a prior successful fetch (#9073)Dependency updates
No downstream dependents — no additional changelog entries needed.
References
Checklist
Note
Low Risk
The PR only changes version numbers and changelog text; behavioral risk depends on the already-merged 23.6.0 features, not on new code in this diff.
Overview
Cuts release 1039.0.0 by bumping the monorepo from
1038.0.0to1039.0.0and publishing@metamask/transaction-pay-controller23.5.1→23.6.0.The package changelog is finalized for 23.6.0 (new
[23.6.0]section, compare links updated); the diff does not include implementation changes—only version metadata and release notes for work already merged (direct mUSD fiat injection behind a flag, remote fiat order polling config, dependency bumps, stalefiatPayment.rampsQuotefix).Reviewed by Cursor Bugbot for commit 1387422. Bugbot is set up for automated code reviews on this repo. Configure here.