Improve Warp Sync Logs #6747
Labels
C1-mentor
A task where a mentor is available. Please indicate in the issue who the mentor could be.
D0-easy
Can be fixed primarily by duplicating and adapting code by an intermediate coder.
I5-enhancement
An additional feature request.
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Motivation
When doing a warp sync, the user sees information which is not relevant to the progress of warp sync:
In this view, best block and finalized block will stay zero through the whole warp sync. The only relevant "progress" data here is the
0.00 MiB
, but this is no indicator how big this number will be or how far into the sync progress we are.Request
The request is to remove the irrelevant data from the warp sync logs, and add additional data about what eras / epochs it has "synced" through.
This should give a rough indication of the progress. Even better, would be to know the latest expected epoch / era, and then present a "percentage complete" of the warp sync out of 100%.
Solution
Update the logs, add APIs / function calls for the relevant information on the client / CLI side.
Are you willing to help with this request?
No.
The text was updated successfully, but these errors were encountered: