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
My node does not peer with any nodes running Geth v1.7.1 where the Devp2p protocol is 5
While I can pair with some older -unstable releases of Geth v1.7.1 where devp2p is still 4, I can't peer to anything newer...
The text was updated successfully, but these errors were encountered:
Here's an example of the bombardment of P2p messages I'm seeing
2017-10-21 17:16:29,191 WARN [nioEventLoopGroup-3-12] net - P2p handling failed io.netty.handler.codec.DecoderException: java.lang.RuntimeException: RLP wrong encoding (4ca8f84a3f01850400000000a0d4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3822100)
2017-10-21 17:16:31,608 WARN [nioEventLoopGroup-3-2] net - P2p handling failed io.netty.handler.codec.DecoderException: java.lang.ClassCastException: org.ethereum.util.RLPItem cannot be cast to org.ethereum.util.RLPList
Sorry, something went wrong.
Fix in #945
I can confirm that my node is now peered with lots of new Geth nodes > 1.7.1
No branches or pull requests
My node does not peer with any nodes running Geth v1.7.1 where the Devp2p protocol is 5
While I can pair with some older -unstable releases of Geth v1.7.1 where devp2p is still 4, I can't peer to anything newer...
The text was updated successfully, but these errors were encountered: