-
Notifications
You must be signed in to change notification settings - Fork 261
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
Nimbus CL < > Lodestar VC incompatibility #6176
Comments
Same issue: ChainSafe/lodestar#6636 |
A possible reason for this could be that Nimbus is sending execution_payload_blinded as a string value instead of boolean as per spec. See ChainSafe/lodestar#6636 (comment), maybe someone from Nimbus can confirm this, otherwise would require more logs / information about the response payload. |
What nflaig said is correct and will also cause failed proposals with Lighthouse |
Describe the bug
We are in the process to test cross beacon <> validator client compatibility, and found a bug when testing nimbus CL with lodestar VC.
Lodestar reports:
Nimbus reports:
Snooper between cl <> vc reports:
Expected behavior
I would expect all client combinations would work.
Steps to reproduce
config.yaml:
kurtosis run github.com/kurtosis-tech/ethereum-package --args-file config.yaml
Additional context
Current BN <> VC Compatibility list tracker
Operating system
Linux
Nimbus version or commit hash
statusim/nimbus-eth2:multiarch-latest - sha256:8e79e02b37351bdcf0a4b07c9cb5a8dd23afdf83144a0d948644b72884cdd10d
cc: @pk910
The text was updated successfully, but these errors were encountered: