Skip to content
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 GetNode method to kad.RoutingTable #108

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Add GetNode method to kad.RoutingTable #108

merged 1 commit into from
Sep 6, 2023

Conversation

iand
Copy link
Contributor

@iand iand commented Aug 23, 2023

Both routing table implementations already had a Find method. This change changes the name of the method to GetNode and adjusts the signature to match the style of other methods of kad.RoutingTable

@iand
Copy link
Contributor Author

iand commented Aug 23, 2023

Test failure is libp2p timeout 😢

iand added a commit that referenced this pull request Aug 31, 2023
Both routing table implementations already had a Find method. This
change changes the name of the method to GetNode and adjusts the
signature to match the style of other methods of kad.RoutingTable
@iand iand merged commit 183fa8f into main Sep 6, 2023
4 checks passed
@iand iand deleted the rt-find branch September 6, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants