-
Notifications
You must be signed in to change notification settings - Fork 283
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
Cross-client Teku VC Lodestar BN is not working #8118
Comments
Lodestar API response doesn't contain required field |
I picked this up from #8180
I am debugging Lodestar BN <> Teku VC right now trying to figure out remaining compatiblity issues like ChainSafe/lodestar#6635 using Kurtosis. Teku VC seems to be stuck at startup. I have this massiv stack trace, maybe it's helpful
I have been running Teku VC in the past with Lodestar and this was no an issue previously, and there haven't been any changes to Lodestar event stream API in a while, not sure what I would be looking for right now on our side. |
Will be part of our next release ChainSafe/lodestar#6645 so this issue should be resolved. But I am seeing another issue, Teku is trying to call Which is why I think Teku VC is stuck
The interesting part though is that this encoding was fixed a while ago, I am running |
Making some progress, have just implemented the post validators endpoint and this fixes the issues mentioned in #8118 (comment) But there is an issue that Teku VC thinks that the beacon node is not synced but I am not seeing
The last issue that might be worth mentioning is that block production fails as well with the following error
Not sure why Teku calls block v1 API (fork is deneb) but anyhow the call is never received by Lodestar bn although Teku claims an 500, Internal server error. Additionally confirmed this by looking at the network traffic |
Hello @nflaig Thank you for collaboration!
For all other issues:
|
Awesome, thanks for that. We also merged the post variant of validators endpoint (ChainSafe/lodestar#6655), our
This is kinda expected, we require additional flags to run Lodestar without peers, see ethpandaops/ethereum-package#555.
Looks pretty healthy now
Closing the compatibility issue on our side, thanks @zilm13, great collaboration 🚀 |
Great! |
Updated snooper has been released, which supports ssz. Thanks to @parithosh |
Description
According to the Kurtosis data (verified) Teku VC is not working with Lodestar BN. Should be fixed.
Actual list of compatibility is available at https://github.com/kurtosis-tech/ethereum-package?tab=readme-ov-file#beacon-node--validator-client-compatibility :
So it's the only case to resolve at the moment of creating this issue.
The text was updated successfully, but these errors were encountered: