You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue fixed by the PR may be a valid one, but the fix you linked is confusing.
It would be better to perform the check for duplicate WHOAREYOU in the place where it is sent,
instead of dropping it in Encode.
Hmm. We have an explicit test that verifies the current Geth behavior, the node is supposed to respond to every handshake attempt with a new WHOAREYOU challenge.
This is also explicitly mentioned by the spec, in the Handshake Implementation Considerations section (sentence beginning with "Another important issue is the processing...")
I'm curious if this happens often. Possibly we could change the spec.
Other DiscV5 implementation sending only once
Nim: https://github.com/status-im/nim-eth/blob/470baf82bdbf05dd399881123ae9020b8f117871/eth/p2p/discoveryv5/protocol.nim#L404
Rust: https://github.com/sigp/discv5/blob/master/src/handler/mod.rs#L1047
This may cause
Invalid nonce
error when communicating with other clients from go-ethereum.We have a change in shisui PR, does it make sense to merge
into go-ethereum?
The text was updated successfully, but these errors were encountered: