lighthouse icon indicating copy to clipboard operation
lighthouse copied to clipboard

Generalize block available time metric for PeerDAS

Open dapplion opened this issue 5 months ago • 0 comments

Currently BlockDelays metrics track all_blobs_observed which is has the "intention" to track the time at which the last blob for a block was received. This metric won't register for PeerDAS.

Proposed solution

To generalize this for PeerDAS

  • Register the last blob or data column seen on all_blobs_observed

But we may want to do something different. Some early work

  • https://github.com/sigp/lighthouse/pull/6850

dapplion avatar May 16 '25 18:05 dapplion