-
Notifications
You must be signed in to change notification settings - Fork 56
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
New geth 1.11 breaks dshackle #227
Comments
Fixed in #228 |
@splix Thanks for the quick fix! Although eth_syncing is still broken, reports NA lag - missing the jsonrpc field. Once that's fixed, can we tag a new release and docker image? So dshackle can be ready in time for Capella. |
Hey, could you please push a docker image with the fix? In the meantime I'll push one on my account |
Actually, would be good to share your Dockerfile to please :) |
@OscBacon it's |
Ah thanks @splix, not too familiar with Java. |
ethereum/go-ethereum#25570
https://github.com/ethereum/go-ethereum/releases/tag/v1.11.0
Looks like dshackle doesn't set the version in JSON-RPC requests so things like eth_syncing always think the node is behind (lag NA) and eth_subscribe websockets fail to establish.
cc @splix
The text was updated successfully, but these errors were encountered: