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

Synchronizing Status and Refresh action #71

Open
chikeichan opened this issue Nov 16, 2018 · 0 comments
Open

Synchronizing Status and Refresh action #71

chikeichan opened this issue Nov 16, 2018 · 0 comments
Labels
good first issue Good for newcomers

Comments

@chikeichan
Copy link
Contributor

screen shot 2018-11-17 at 12 42 51 am

Currently, sync/unsync is already integrated. However, when the extension is first created, we need a third state -> synchronizing

DoD:

  • Ask for design, but we can move ahead with a [spin] Synchronizing.. yellow text
  • the SPV node only give us sync/unsync state. Synchronizing = Node is out of sync, but is receiving blocks. Unsynchronized = Node is out of sync and is not receiving blocks.
  • If a node is truly Unsynchronized, there is a refresh button that currently has no action. We should refresh the background.html page when user click refresh. Note that this is a naive approach. If a node is not syncing, most likely there are other things we must do to fix the node (for example, clearing indexDB and starting over)
@chikeichan chikeichan added the good first issue Good for newcomers label Nov 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant