ChainSafe/nodewatch-api

Refactor Sync calculation logic

Closed this issue · 1 comments

Details

As of now we are calculating the sync state of the nodes based on the percentage of slots synced which is relative to the total number of slot and could deviate over time. We should consider the node as unsynced if it is behind by x number of slots that corresponds to one day.

PR merged