qubic / explorer-frontend

official Qubic Explorer
https://explorer.qubic.org
3 stars 7 forks source link

Explorer overview to not use api.qubic.li anymore #156

Open sallymoc opened 1 month ago

sallymoc commented 1 month ago

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.

sallymoc commented 1 month ago

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

sallymoc commented 1 month ago

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

alexmf91 commented 1 month ago

Blocked by https://github.com/qubic/go-archiver/issues/60