-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
display genesis #31
Comments
Heya @q9f, Sorry for late reaction, I've actually been looking into it a few times, but didn't find a proper solution for it yet. The problem is basically that CL clients do not seem to be returning the correct execution payload for the genesis block:
|
Interesting. My first reaction is to hardcode the genesis payload to be always EL block number #0 but then realizing that is not always the case. My second thought is that might be interesting to implement in the CL clients but then again - most genesis won't have a payload at all - so Dora might be actually correct not showing anything. Question remaining:
|
the dora explorer does a good job displaying the consensus slot with the execution payload
https://dora-holesky.pk910.de/slot/2
however, it does not do it for genesis. the structure should be the same though?
https://dora-holesky.pk910.de/slot/0
The text was updated successfully, but these errors were encountered: