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
ENR support was added at a later stage to discv4. Our current implementation does not have it.
ENR itself is already implemented (and used by discv5 implementation).
The issue is about adding support with is probably mostly about adding the ENR seqnum to ping and pong` packets: https://github.com/ethereum/devp2p/blob/master/discv4.md#ping-packet-0x01
ping
And adding the new packet types ENRRequest and ENRResponse: https://github.com/ethereum/devp2p/blob/master/discv4.md#enrrequest-packet-0x05
ENRRequest
ENRResponse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ENR support was added at a later stage to discv4.
Our current implementation does not have it.
ENR itself is already implemented (and used by discv5 implementation).
The issue is about adding support with is probably mostly about adding the ENR seqnum to
ping
and pong` packets: https://github.com/ethereum/devp2p/blob/master/discv4.md#ping-packet-0x01And adding the new packet types
ENRRequest
andENRResponse
: https://github.com/ethereum/devp2p/blob/master/discv4.md#enrrequest-packet-0x05The text was updated successfully, but these errors were encountered: