-
Notifications
You must be signed in to change notification settings - Fork 839
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
Add experimental config option to enable v5 discovery #4103
Add experimental config option to enable v5 discovery #4103
Conversation
Signed-off-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net>
@@ -30,6 +30,7 @@ public class NetworkingOptions implements CLIOptions<NetworkingConfiguration> { | |||
private final String CHECK_MAINTAINED_CONNECTIONS_FREQUENCY_FLAG = | |||
"--Xp2p-check-maintained-connections-frequency"; | |||
private final String DNS_DISCOVERY_SERVER_OVERRIDE_FLAG = "--Xp2p-dns-discovery-server"; | |||
private final String DISCOVERY_PROTOCOL_V5_ENABLED = "--Xv5-disc-enabled"; |
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.
non-blocking feedback - if we're not exactly matching what geth calls this option, I think I would prefer 'discovery' over 'disc'
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.
Agree, I just changed the option name
Signed-off-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net>
* Add experimental config option to enable v5 discovery Signed-off-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net> Co-authored-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
* Add experimental config option to enable v5 discovery Signed-off-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net> Co-authored-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net> Signed-off-by: Cody Born <codyborn@outlook.com>
* Add experimental config option to enable v5 discovery Signed-off-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net> Co-authored-by: Gabriel Trintinalia <gabriel.trintinalia@consensys.net> Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
Signed-off-by: Gabriel Trintinalia gabriel.trintinalia@consensys.net
PR description
Add experimental config option to enable v5 discovery##
Fixed Issue(s)
fixes #4088
Documentation
doc-change-required
label to this PR ifupdates are required.
Changelog