dora
dora copied to clipboard
Dora the Explorer is a lightweight slot explorer for the ethereum beaconchain
* Add `go-eth2-client` override to use upstream `electra` branch * Add `Electra` fork badge to start page * Add new attestation aggregation for eip-7549 attestations * Fix `slots` page to...
Long living branch for automatic docker builds with verkle support. Current Implementation: * Uses custom `go-eth2-client` fork: https://github.com/attestantio/go-eth2-client/pull/91 * Uses `electra` fork name for verkle supersedes https://github.com/ethpandaops/dora/pull/37
conformant MEV relays host these data APIs: https://flashbots.github.io/relay-specs/#/ it would be nice if there was an integration in dora. thinking something like: - static configuration to point to a set...
Feature Request: Dora should index the EL block extra data field and allow pattern search via the filtered slots page
``` time="2024-02-02T12:45:44Z" level=info msg="http server listening on 0.0.0.0:8080" time="2024-02-02T12:45:44Z" level=info msg="received block 0:0 [0x71ca733aff61e91d304fe23b869010fd267a4a3931a736c6729a7657ca670507] warmup, head" client=cl-1-lighthouse-geth module=indexer time="2024-02-02T12:45:44Z" level=warning msg="indexer client error: could not find parent header 0x0000000000000000000000000000000000000000000000000000000000000000, retrying...
Noticed a panic in the holesky dora logs: ``` [negroni] PANIC: runtime error: cannot convert slice with length 0 to array or pointer to array with length 32 goroutine 223955...
The explorer should be able to load the current network specs from the connected beacon nodes. This will make the explorer easier to run on custom devnets.