Skip to content
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

Fixing UI stuck issues on huge wallets #1172

Merged
merged 3 commits into from
Jun 5, 2022
Merged

Fixing UI stuck issues on huge wallets #1172

merged 3 commits into from
Jun 5, 2022

Conversation

levonpetrosyan93
Copy link
Contributor

@levonpetrosyan93 levonpetrosyan93 commented May 2, 2022

First comit:
In case transaction list is big, each update takes a lot of time, as filterAcceptsRow function in transactionfilterproxy.cpp works slow. now we are updating status only of last 1k rows,

Second commit:
We remove some sigma related unneeded code from UI, the code was called during each incoming transaction.

Third commit
AutoMint notifier was being called after each incoming fund, this was slowing down the UI during sync, Now it is being called after each 2 minutes but not sooner.

@reubenyap reubenyap merged commit 576b4a7 into master Jun 5, 2022
@reubenyap reubenyap deleted the ui_stuck_fix branch June 5, 2022 03:23
levonpetrosyan93 added a commit that referenced this pull request May 17, 2023
* Making transaction list update faster

* Making UI not stuck by removing some sigma related code

* Maing UI not stuck during sync/startup by checking for auto mint in each 2 minutes
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.

3 participants