-
Notifications
You must be signed in to change notification settings - Fork 906
[Merged by Bors] - Update discv5 to expand ipv6 support #4319
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
Conversation
* update discv5 version in eth2_network_config * update discv5 version in lighthouse_network * update lockfile * update fn update_enr_udp_socket * update fn update_enr_tcp_port * update enr_ext * update boot_node * fmt?
* update discv5 to use two sockets * directly start discv5 without inspecting the listening address * update discv5 to use two sockets * remove trash file * fmt * serialize boot listen sockets
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me.
I want to just test this against some networks and do a discv5 release before we merge tho. So we have a clean discv5 target.
There was some potentially spicy things in discv5 master at the moment that I want to check still works.
Looking good tho!
@AgeManning checking with Pawan the doppelganger tests are failing due to an issue with geth and are not related to these changes. Asking for your review again since I changed some stuff around the boot node flags |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Lets do some testing, a discv5 release and then meeeeeeeerge!
update to discv5 release
bors r+ |
Pull request successfully merged into unstable. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Done in different PRs so that they can reviewed independently, as it's likely this won't be merged before I leave
Includes resolution for #4080