Pablo Castellano
Pablo Castellano
Once https://github.com/Blobscan/blobscan/issues/257 is merged, the indexer can check the minimum required version of itself is required to talk to the API, displaying a descriptive message.
Now it is hardcoded to 8 seconds https://github.com/Blobscan/blobscan-indexer.rs/blob/a646197ae5c113bc8f8ab69a0fbe919b7b3e3963/src/context.rs#L40-L42
TODO * [ ] dotenv is missing (and the start script fails) 
* [ ] Add fields `updatedAt`, `batchLabel` and `batchUsage` to the BlobStoragesState table * [ ] Create a job that runs every hour and updates swarmDataTTL and batchUsage * [...
Gnosis homepage seems outdated because it only receives only a few blobs per week The following improvements will help visitors to perceive the data is live and updated: * [...
From https://github.com/Blobscan/blobscan/pull/367#discussion_r1553951620
At the moment we are using one single stamp to store all blobs and we are going to migrate to a one-stamp-per-chain approach. Pros of using one stamp per chain:...
It would be useful to have an internal endpoint such as where we can enable and disable sending traces to grafana with opentelemetry Something like swarm has for log level:...