-
Notifications
You must be signed in to change notification settings - Fork 277
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
discv5: protocol version v5.2 #226
Comments
If implementers feel like it, we could also explore adding support for |
Why not v5.1? Is the version number 5.1 used? |
Yes, v5.1 is the current protocol version. |
Hey @fjl, we are currently in the process of implementing Discv5 (v5.1) in C# and wanted to know if the components (advertisement, and message types) related to topics should be left out for now. |
Yes, they should be left out. The topic advertisement mechanism is not ready yet and I have removed it in v5.2 |
This is a tracking issue for the next discv5 protocol version.
Development of Discovery v5.2 will happen in the discv5-v5.2 branch. To contribute, please send PRs to that branch instead of the main branch.
Spec changes
Here is the list of spec changes expected for the new protocol version:
version
even though the spec doesn't say they should.d5
.id-nonce
handling in handshake packets. discv5: include plain id-nonce into HANDSHAKE packet #164Implementations
collect information about v5.2 implementation status here
Interop testing
The text was updated successfully, but these errors were encountered: