-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix: fix recipient account icons cp-7.60.0 #23362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 detailsAnalysis SummaryThe PR adds Changed Files:
Impact Analysis:Direct Impact:
Technical Details:
Risk Assessment:Medium Risk because:
However, mitigating factors:
Test Tag Selection Rationale:
|
|


Description
The icon being used for each recipient addresses was not re-using their account group icons (we use the EVM address of a multichain account group as the seed of account's icons).
This PR fixes this while keeping the original
recipient.addressas a fallback (which should never happen anyway).Changelog
CHANGELOG entry: Fix account's icons for send flows
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
Simulator.Screen.Recording.-.iPhone.16.Plus.-.2025-11-27.at.13.25.36.mov
After
Simulator.Screen.Recording.-.iPhone.16.Plus.-.2025-11-27.at.13.14.06.mov
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Recipient avatars now derive from the account group’s icon seed (with address fallback), and useAccounts returns accountGroupId; tests updated accordingly.
accountAddressnow sourced from account group icon seed viaselectIconSeedAddressByAccountGroupId, with fallback torecipient.address.RecipientTypeextended withaccountGroupId; Redux selector added to compute avatar seed.useAccountsnow includesaccountGroupIdin returned recipient objects.useAccounts.test.tsexpectations to includeaccountGroupIdacross EVM, Solana, Bitcoin, and Tron cases.Written by Cursor Bugbot for commit bcc1017. This will update automatically on new commits. Configure here.