-
Notifications
You must be signed in to change notification settings - Fork 20.7k
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
Dialer not use discv5 #31168
Comments
WDYM? the linked PR adds discv5 as a nodes source for the dialer! |
But seems that it is not passed to the dialer via |
I checked and I agree the naming is confusing there. The The parameter name should be updated. I just left it as-is from before, but that's confusing. |
yeah, I see the discv5 iterator is added to |
Damn, you are right! Thank you! |
Seem that discv5 source is not used anywhere, the last PR #30302 removes the
DialCandidates
of the eth protocol that includes discv5 source but that change is not mentioned in the descriptionThe text was updated successfully, but these errors were encountered: