fix: transaction page display and alerts for money account transactions#29725
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection: Changes breakdown:
Tag selection rationale:
The changes are well-scoped (only adding new transaction types to existing type-check lists) with no logic changes to existing flows, making this medium risk rather than high. Performance Test Selection: |
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 08b5327. Configure here.
|




Description
Fix transaction page display and alerts for money account transactions
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/CONF-1342
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Performance checks (if applicable)
trace()for usage andaddTokenfor an exampleFor performance guidelines and tooling, see the Performance Guide.
Pre-merge reviewer checklist
Note
Medium Risk
Expands several transaction-type conditionals to include
moneyAccountDeposit/moneyAccountWithdraw, including post-quote config for withdrawals, which could affect how pay/withdraw transactions are labeled and configured. Coverage is improved with new unit tests, but regressions are possible if type routing is incomplete or mislabeled.Overview
Improves confirmations/activity transaction details handling for money account transactions by treating
moneyAccountDeposit/moneyAccountWithdrawas supported types across the hero amount, summary routing, account row, and fee/total rows (including using provider fee labeling and receive-type totals where appropriate).Updates pay-related behavior so money-account withdrawals are excluded from insufficient-balance alerts, included in signed/submitted pay-type checks (for deposits), and avoid setting
refundTo/isHyperliquidSourceinuseTransactionPayPostQuote.Adds/extends unit tests to cover the new money-account deposit/withdraw cases and the updated fallbacks/labels.
Reviewed by Cursor Bugbot for commit 08b5327. Bugbot is set up for automated code reviews on this repo. Configure here.