-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Failing to receive blinded blocks on sepolia #12103
Comments
I would be very strongly against such a flag. One thing is facilitating access to MEV to avoid forks, another very different is actively weakening anti censoring mechanisms |
We get the same error on mainnet at the moment, reported in this Discord message:
I'm curious, how does Prysm's VC produce blinded blocks? Assuming this error isn't due to a misconfiguration, then I'd guess the VC isn't using this endpoint? |
Our VC doesn't use the Beacon API |
That's right, I was just curious whether it's doing something entirely different like producing the block by itself. Back in September, we had an issue where the BN wouldn't unblind submitted blinded blocks (wasn't implemented in neither gRPC or Beacon API), which wasn't an issue for Prysm's VC because it was unblinding blocks by itself, but our VC isn't capable of that (yet 🤔) and relies on this endpoint. By the way, regarding that (blinded block submission), do you know whether it's now implemented in the Beacon API? |
Yes, for Capella it is implemented, but I am looking now if there is a bug in the code. |
Can someone follow up on this issue? Now my validator client (vouch) says "Prepared beacon block is not blinded" and failed the proposal. |
Hi @zheli , did you observe a |
Unfortunately I have removed the the machine together with the log so it's not possible to find out now 😞 I will check next time when we have a missing proposal. |
@rkapka yes we see that message prior to the error. |
Has this bug fixed in the latest prysm version? |
It will be resolved once we implement ethereum/beacon-APIs#386 |
This error is still occurring with prysm 4.2.0. Recent call on sepolia:
With response:
|
Passing it to @rkapka |
🐞 Bug Report
Description
A call to obtain a blinded block from prysm on sepolia is failing.
In addition, prysm overrides the request to obtain a blinded block if it thinks the payload is a higher value. It would be handy to have a flag to disable this behavior ,and always return the blinded block with payload from the MEV relay.
Has this worked before in a previous version?
Yes.
🔬 Minimal Reproduction
Sent to prysm:
🔥 Error
Received from prysm:
prysm logs show:
🌍 Your Environment
prysm 3.2.2-rc.3
The text was updated successfully, but these errors were encountered: