-
Notifications
You must be signed in to change notification settings - Fork 5
Wallet Import Does Not Show Full Transaction History #964
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
Comments
Work Completed: Fixed getTransactions from dart client. Also edited listTransactions to use pagingToken instead of offset. |
Currently working on getting memos in parallel instead of getting them one by one in each transaction. |
Work Completed: Refactored getTransactions to return a stream instead of list and returned memos in parallel. Also applied changes in app. |
The issue is no longer reproducible https://github.com/user-attachments/assets/4ea22496-5707-4ddf-b4d0-e2e2811d44bc |
Is there an existing issue for this?
What happened?
When importing a wallet into another account, the transaction history does not display all past transactions. Instead, it only shows transactions from the current month.
Steps To Reproduce
1.Open the application.
2.Click on menu icon.
3.Click on "Wallet" in menu items.
4.Write your PIN code.
5..Click on "Transactions" in bottom center of the page.
Relevant screenshots/screen records
Screencast.From.2025-03-24.09-22-38.mp4
Relevant log output
n/a
The text was updated successfully, but these errors were encountered: