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

fix broken mev indexer #113

Closed pk910 closed 2 months ago

pk910 commented 2 months ago

... by actually starting it 😅 + 2 small fixes

pk910 commented 2 months ago

tested here: https://dora-holesky.pk910.de/mev/blocks

pk910 commented 2 months ago

not ready yet :/ shows proposed blocks as orphaned

pk910 commented 2 months ago

ready now :) problem was related to the new indexer code which updated the proposed status of mev blocks as part of the finalization routine. the code used the roots of the canonical blocks to update mev blocks, however mev blocks are identified by their EL block hash. as no block hash matches any of the provided canonical roots, all blocks were marked as orphaned