fuel-explorer's status should be an error while the other indexer's status should be running, and the status message should show an increasing block count.
Changelog
Add additional information to forc index status
Add IndexerStatus and IndexerStatusKind types
Create index_status table to hold the new information
Add humantime formatting of created at, e.g. (23 min 30s ago)
Description
Closes #1316.
This PR adds information about active indexers to
forc index status
.Testing steps
Start Fuel Indexer Service:
Modify
fuel-explorer
to trigger a panic:Deploy:
Deploy another indexer:
Check the status
fuel-explorer
's status should be anerror
while the other indexer's status should berunning
, and the status message should show an increasing block count.Changelog
forc index status
IndexerStatus
andIndexerStatusKind
typesindex_status
table to hold the new informationhumantime
formatting ofcreated at
, e.g.(23 min 30s ago)