You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnlastRound, fmt.Errorf("failed to get latest block: %w", err)
}
}
sc.logger.Debug("block reindex complete",
"last_round", lastRound,
)
returnlastRound, nil
}
ADDITIONAL INFORMATION
Related to #5738 it would be useful for oasis-node to report the current reindex round so that the node operator could estimate when the reindex will finish.
The text was updated successfully, but these errors were encountered:
SUMMARY
Show the progress of the history reindex in
oasis control status
.ISSUE TYPE
COMPONENT NAME
go/control,
oasis-core/go/consensus/cometbft/roothash/roothash.go
Lines 390 to 527 in c9acbf2
ADDITIONAL INFORMATION
Related to #5738 it would be useful for oasis-node to report the current reindex round so that the node operator could estimate when the reindex will finish.
The text was updated successfully, but these errors were encountered: