-
Notifications
You must be signed in to change notification settings - Fork 22
Application moves past Syncing
screen before actually syncing.
#264
Comments
Your assumption is true. The problem is occurring at 2 different places: @isSerge , do you want to handle this? Or I can take care of it as well |
@ozgunozerk let me take this one |
In order to close this one, we need to update UI so there is a transition from |
I have had multiple users explain that they will be syncing, then all of a sudden the subspace desktop will skip to 100% synced, and go the next screen showing it is fully synced. Or might show they are synced at an incorrect block as shown here https://forum.subspace.network/t/user-stuck-on-early-block/366
My best guess for what is happening is that the % bar on that screen is likely calculated by the nodes
Best block #
/Target block #
With the various forks nodes are jumping across we see various target block # heights, as such an edge case could appear where the
best block #
/target block #
= 1 (true)Which may send the application to the next screen even though syncing is not actually complete.
The text was updated successfully, but these errors were encountered: