We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We made a workaround to use geth v1.10.10 instead of master to get CI to pass for the time being:
v1.10.10
master
#6936
Our tests need to be updated to work with latest geth, due to these breaking changes:
The text was updated successfully, but these errors were encountered:
I think the removal of total difficulty was also causing some of our readiness loggers to error. From interop channel on ETH R&D:
interop
{"msg":"Unable to check genesis execution payload","level":"ERRO","ts":"2025-02-03T17:07:31.659060494Z","service":"slot_notifier","error":"ExecutionLayerGetBlockByNumberFailed(EngineError(Api { error: Json(Error("missing field totalDifficulty", line: 0, column: 0)) }))"}
totalDifficulty
It's cosmetic, but would be nice to fix (only relevant for devnets)
Sorry, something went wrong.
No branches or pull requests
We made a workaround to use geth
v1.10.10
instead ofmaster
to get CI to pass for the time being:#6936
Our tests need to be updated to work with latest geth, due to these breaking changes:
The text was updated successfully, but these errors were encountered: