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

Syncing process working #10

Merged
merged 4 commits into from
Mar 20, 2023
Merged

Syncing process working #10

merged 4 commits into from
Mar 20, 2023

Conversation

juanky201271
Copy link
Contributor

There are two places where you can see the syncing progress:

  • Loading screen: In the boot of the App, the sync progress run, and this screen show the progress as far as the Sync ID is the same. The idea here is: The user have to wait in this screen until the syncing is over. But the reality is: the sync process in some point (have no idea why...) suddenly finished and consume another Sync ID... in this case, the App go to the dashboard.
  • Dashboard (sidebar component): The user land in this page and sometimes the Sync process is still running, in this case, you can see the sync progress % calculates with the wallet birthday, the current block syncing & the server Last block. If the sync process is finished, you can see here the last block of the server and a green check icon.

PS: This explanation es about how is working with this PR.

@juanky201271 juanky201271 merged commit a498e9b into zingolabs:dev Mar 20, 2023
@zancas
Copy link
Member

zancas commented Mar 21, 2023

Maybe this could be related to the unable-to-send lock we had on mobile today.

There's a rogue sync that gets started without user intention? Something about that sync also blocks the send?

@juanky201271
Copy link
Contributor Author

The mobile App always worked the same in order to synchronize:

  1. in the boot try to launch the sync, if any new blocks out there.
  2. every 30 seconds try to launch the sync.

And the PC App mostly do the same...

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