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 detailsThe PR makes a small, targeted change to the Key observations:
The change affects wallet UX (transaction list display) and asset-related views (transaction history). Selected SmokeWalletUX for wallet user experience testing and SmokeAssets for transaction/asset display verification. The risk is low because:
|
|



Description
This fix prevents filtering of transactions with the "0x0" hash in the activity view.
Reason for change
mUSD conversions were being filtered out and hidden on the activity view since they all have the 0x0 hash.
Changelog
CHANGELOG entry: prevent filtering of transactions with 0x0 hash in activity view
Related issues
Fixes: MUSD-181: MUSD conversions aren't appearing in activity list
Manual testing steps
Screenshots/Recordings
Before
Single mUSD Conversion shown in activity list despite user performing multiple conversions

After
All mUSD Conversions displayed in activity list

Pre-merge author checklist
Pre-merge reviewer checklist
Note
Prevents unintended filtering of transactions that use the placeholder hash
0x0.filterDuplicateOutgoingTransactionsto treathash === '0x0'as absent so these entries are never dedupedutils.test.tsverifying transactions with0x0hash are preservedWritten by Cursor Bugbot for commit 3969d65. This will update automatically on new commits. Configure here.