Bug: New transactions not appearing in Recent Transactions list
Building: Bank House
Difficulty (estimate): Medium
What is broken?
After performing a transaction using the Transfer Vault, the new transaction does not appear in the Recent Transactions section.
Steps to reproduce
- Go to Bank House
- Use "Transfer Vault" to initiate a transaction
- Complete the transaction
- Check the "Recent Transactions" section
Expected behavior
The newly created transaction should immediately appear in the Recent Transactions list.
Actual behavior
The transaction is processed, but it is not reflected in the Recent Transactions list.
Root cause & Fix
The transaction state is likely not being updated or re-fetched after a successful transfer, causing the UI to display stale data; fix by updating the transactions state after transfer or triggering a refresh/re-fetch of transaction data.
Bug: New transactions not appearing in Recent Transactions list
Building: Bank House
Difficulty (estimate): Medium
What is broken?
After performing a transaction using the Transfer Vault, the new transaction does not appear in the Recent Transactions section.
Steps to reproduce
Expected behavior
The newly created transaction should immediately appear in the Recent Transactions list.
Actual behavior
The transaction is processed, but it is not reflected in the Recent Transactions list.
Root cause & Fix
The transaction state is likely not being updated or re-fetched after a successful transfer, causing the UI to display stale data; fix by updating the transactions state after transfer or triggering a refresh/re-fetch of transaction data.