-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
UI is unresponsive while synchronizing DAO state #2415
Comments
@devinbileck Did you run it from current master? |
In general I've also the feeling that we might need to distribute the block parsing over a longer period of time to prevent these UI freezes. |
@ripcurlx yes, from master. |
@devinbileck Are you able to reproduce that with dao-betanet? |
I could not reproduce it with lite or full node version. Full node requires about 300 ms for getting the block from bitcoind, so sync can take a bit but no blocking UI. |
@ManfredKarrer I am not able to reproduce on dao betanet (lite node), but am able to reproduce on dao testnet. I suspect because there are not too many blocks on betanet right now to parse, and may encounter it over time. |
As lite node or full node? |
lite node |
On Windows 10 I launched a new instance on testnet (new data dir) and the UI was not responding for a few minutes while synchronizing the DAO state with the following messages in the log:
Feb-12 13:57:44.949 [JavaFX Application Thread] INFO b.c.d.s.DaoStateService: New Block added at blockHeight 1456012
bisq.log
The text was updated successfully, but these errors were encountered: