ethpandaops / dora

Dora the Explorer is a lightweight slot explorer for the ethereum beaconchain
https://beaconlight.ephemery.dev/
GNU General Public License v3.0
79 stars 26 forks source link

Client fork grouping does not work for clients that are stuck before the finalization checkpoint #112

Open pk910 opened 2 months ago

pk910 commented 2 months ago

The grouping for the clients fork page does not work properly for clients that are stuck before the finalization checkpoint: image

This is happening because dora can't check block relationships for blocks that are older than the finalization checkpoint. These blocks are no longer in cache, so dora can't iterate their parent tree to group matching fork chains.

111 is a temporary workaround to group clients that are stuck at the exact same block root.