ethpandaops / dora

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

Workaround for fork grouping in finalized block range #111

Closed pk910 closed 1 month ago

pk910 commented 1 month ago

temporary fix for bad fork grouping on devnet2: https://dora.pectra-devnet-2.ethpandaops.io/forks

The root cause for the problem is that dora can't check block relationships in finalized block ranges as these blocks are no longer in cache. This is a temporary fix to at least group clients that are on the exact same head root within a finalized block range. It won't work if clients are >=1 block ahead of each other.