-
Notifications
You must be signed in to change notification settings - Fork 233
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
/eth/v3/validator/blocks/{slot_id}
inserting default graffiti
#5850
Comments
The reproduction instructions can't be correct, as the graffiti is in Running this against my local Nimbus-BN also suggests that this is not an issue: % curl -s http://localhost:5052/eth/v3/validator/blocks/$(~/Downloads/ethdo --connection=http://localhost:5052 chain status | grep 'Current slot' | sed -e 's/Current slot: //')'?graffiti=0x0000000000000000000000000000000000000000000000000000000000000000&skip_randao_verification&randao_reveal=0xc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' | jq -r '.data.block.body.graffiti'
0x0000000000000000000000000000000000000000000000000000000000000000 I suspect that something is going wrong with your inlined shell expression for |
The reproduction was a quick attempt to show the issue, which could be incorrect, but there is definitely some issue. For example, on holesky a recent call to nimbus was:
and Vouch flagged an error for the data nimbus returned:
I'm pretty sure that there is no error with the URL, because the same URL to other beacon nodes returned valid blocks and ultimately one of these blocks was proposed with the correct graffiti:
In case it matters, the endpoint returned a blinded block. |
Describe the bug
Sending a request to the
/eth/v3/validator/blocks/{slot_id}
endpoint with an explicitly empty graffiti returns a block with default graffiti.To Reproduce
Additional context
The text was updated successfully, but these errors were encountered: