swapper-org / NodeChain

Nodechain is a service that allows you to create nodes on a blockchain and connect to them natively through APIs. The goal is to allow the user to build their own nodes natively without having to rely on external services.
MIT License
7 stars 5 forks source link

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

Open bridgedragon opened 2 years ago

bridgedragon commented 2 years ago

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:

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)