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

Improve syncying / indexing progress reporting when a node is starting or completed #152

Open
3 tasks done
bridgedragon opened this issue Apr 12, 2022 · 0 comments
Open
3 tasks done
Labels
enhancement New feature or request

Comments

@bridgedragon
Copy link
Collaborator

  • I have read the Contributing file of the documentation.
  • I have searched the issues (including closed ones) and believe that this is not a duplicate.
  • I am willing to lend a hand to help implement this feature.

Feature Request

Feature Description

The endpoints /syncing and /indexing only return a value indicating whether the node is syncing or not, and the syncing percentage.

I think they should return more information:

  • Boolean 'isSynced' / 'isIndexing' indicating if the syncronization is 100%.
  • Boolean 'isStarting' indicating if the node is starting (because if it is not syncing, and starting, we might think it is because an error).

The value 'syncing' should be true when the synchronization is completed, because the node is synchronized, but it is, in fact, still syncing.

Use Case(s)

@bridgedragon bridgedragon added the enhancement New feature or request label Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant