Skip to content

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

Description

@bridgedragon
  • 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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions