qubic/explorer-frontend

Explorer overview to not use api.qubic.li anymore

Opened this issue · 3 comments

I see when loading the explorer, it's fetching data from https://api.qubic.li/Network/TickOverview.
Please remove the calls to endpoints in api.qubic.li and replace them by calls to qubic core apis.
If there is not a endpoint to replace it (I'm already asking about it in Discord here https://discord.com/channels/1243503949013717063/1278229593647484939/1285645267156205588), please open a issue for integration team.

More details on the discussion https://discord.com/channels/1243503949013717063/1278229593647484939/1285963686149750815.

linckode — Today at 4:00 PM
yeah, those would be empty ticks
https://rpc.qubic.org/v1/ticks/15970681/tick-data
currently we do not save anywhere a list of the empty ticks, we only keep a count of them per epoch
we could implement saving a list of the empty ticks
ill make an issue for this

@alexmf91 could you please detail here qubic/go-archiver#60 what would be needed and what can be optimised so the https://api.qubic.li/Network/TickOverview can be replaced