-
Notifications
You must be signed in to change notification settings - Fork 280
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
EIP-868: Node Discovery v4 ENR Extension #44
Comments
Note: test vectors for extending Ping and Pong packets listed in EIP-8 I think are invalid from the point of view of this extension, because they have RLP-list in place of the new extension field, not integer like here. I mean these vectors:
Not sure if we should update EIP-8. |
Geth implementation: ethereum/go-ethereum#19540 |
I have made a first pass at implementing this with Apache Tuweni. |
Just connect your node to it on discovery. Geth will ask for the record after a while. Maybe use |
discv4 spec updated in #119. Closing this now because implementations of the spec have been live in Geth and Aleth for a while. |
Can this please be implemented in two or more competing implementations, and referenced in the EIP, before this is published as final status? |
Implemented in Tuweni and Besu. |
Excellent, thank you. Can this please be noted in the EIP text? |
https://eips.ethereum.org/EIPS/eip-868
This issue is for discussions of the discovery v4 ENR extension.
The text was updated successfully, but these errors were encountered: