Skip to content

check if it will affect the performance of wallet loading time and wa…#3393

Open
OmarHatem28 wants to merge 2 commits into
devfrom
generic-fixes-exception-handler
Open

check if it will affect the performance of wallet loading time and wa…#3393
OmarHatem28 wants to merge 2 commits into
devfrom
generic-fixes-exception-handler

Conversation

@OmarHatem28

Copy link
Copy Markdown
Contributor

…llet usage in general

Issue Number (if Applicable): Fixes #

Description

Please include a summary of the changes and which issue is fixed / feature is added.

Pull Request - Checklist

  • Initial Manual Tests Passed
  • Double check modified code and verify it with the feature/task requirements
  • Format code
  • Look for code duplication
  • Clear naming for variables and methods
  • Manual tests in accessibility mode (TalkBack on Android) passed

@OmarHatem28 OmarHatem28 requested a review from MrCyjaneK July 11, 2026 02:37
walletInfo.setUsedAddresses(usedAddresses.toList());
walletInfo.setHiddenAddresses(hiddenAddresses.toList());
walletInfo.setManualAddresses(manualAddresses.toList());
// TODO: check if it will affect the performance of each wallet

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Performance aside we may throw errors when things aren't getting saved in db or cause display issues. definitely should be either awaited or not done at all

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah this is why I added the await because it indeed was throwing some errors, but not sure how frequent this save function is called, but I assume a lot, so we might need to make that in a different thread or so

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants