Release/1132.0.0#9573
Merged
Merged
Conversation
ffmcgee725
temporarily deployed
to
default-branch
July 21, 2026 12:11 — with
GitHub Actions
Inactive
ffmcgee725
temporarily deployed
to
default-branch
July 21, 2026 12:12 — with
GitHub Actions
Inactive
|
✅ Changelogs updated and pushed. |
ffmcgee725
enabled auto-merge
July 21, 2026 12:28
Jwhiles
approved these changes
Jul 21, 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.
@metamask/money-account-api-data-service
[0.2.0]
Added
balancefield to the positions response (musd_balance,vmusd_value_in_musd,total_balance), matching the Money Account API contract. ExportPositionBalancetype. (#9554)@metamask/money-account-balance-service
[2.3.0]
Added
fetchBalanceWithFallbackfacade that selects Money API or RPC balance sources from themoneyAccountBalanceSourceremote feature flag (api|rpc|api-only|rpc-only; defaultrpc= RPC primary with Money API fallback). Returns canonical amounts plussourceandusedFallbackprovenance; reports validation/unavailable source defects via messengercaptureException; throwsMoneyAccountBalanceFetchErrorwhen all eligible sources fail. (#9554)MoneyAccountApiDataService:fetchPositionson the balance service messenger so the facade can read Money API balances. (#9554)CanonicalMoneyAccountBalanceResponse, balance-source constants/types, andMoneyAccountBalanceFetchError/MoneyAccountBalanceUnavailableError/MoneyAccountBalanceValidationError. (#9554)Changed
@metamask/money-account-api-data-servicefrom^0.1.0to^0.2.0(#9573)Note
Low Risk
No application code in the diff—only semver, changelog entries, and lockfile resolution for already-merged features.
Overview
Monorepo release 1132.0.0 that publishes version bumps for Money Account packages with no runtime code changes in this diff—only
package.json, changelogs, andyarn.lock.@metamask/money-account-api-data-service@0.2.0(documented in changelog): optional nullablebalanceon positions (musd_balance,vmusd_value_in_musd,total_balance) and exportedPositionBalance([#9554]).@metamask/money-account-balance-service@2.3.0: documentsfetchBalanceWithFallbackdriven bymoneyAccountBalanceSource, messenger access tofetchPositions, new exports/errors ([#9554]), and bumps the api-data-service dependency to^0.2.0([#9573]).Reviewed by Cursor Bugbot for commit 0fbca63. Bugbot is set up for automated code reviews on this repo. Configure here.