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

docs: fix last OutboundQueryCompleted in kad doc #4257

Merged
merged 3 commits into from
Aug 2, 2023
Merged

docs: fix last OutboundQueryCompleted in kad doc #4257

merged 3 commits into from
Aug 2, 2023

Conversation

thomas-senechal
Copy link
Contributor

@thomas-senechal thomas-senechal commented Jul 26, 2023

Description

OutboundQueryCompleted hasn't been fully replaced by OutboundQueryProgressed in kad doc.

Notes & open questions

While playing with the distributed-key-value-store, I noticed that I couldn't find the OutboundQueryCompleted anywhere except in the documentation of some functions. I checked the changelog and it looks like it has been replaced by OutboundQueryProgressed -> https://github.com/libp2p/rust-libp2p/blob/master/protocols/kad/CHANGELOG.md#0420

Change checklist

  • I have performed a self-review of my own code
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • A changelog entry has been made in the appropriate crates

@thomas-senechal thomas-senechal changed the title Fix last OutboundQueryCompleted in kad doc. docs: fix last OutboundQueryCompleted in kad doc Jul 26, 2023
@thomas-senechal thomas-senechal marked this pull request as ready for review July 26, 2023 19:31
mxinden
mxinden previously approved these changes Jul 31, 2023
Copy link
Member

@mxinden mxinden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your help @thomas-senechal!

protocols/kad/CHANGELOG.md Outdated Show resolved Hide resolved
@mergify mergify bot dismissed mxinden’s stale review July 31, 2023 18:26

Approvals have been dismissed because the PR was updated after the send-it label was applied.

mxinden
mxinden previously approved these changes Jul 31, 2023
@mergify mergify bot dismissed mxinden’s stale review August 1, 2023 19:07

Approvals have been dismissed because the PR was updated after the send-it label was applied.

@mergify mergify bot merged commit 4d637ae into libp2p:master Aug 2, 2023
hanabi1224 pushed a commit to hanabi1224/rust-libp2p that referenced this pull request Aug 3, 2023
`OutboundQueryCompleted` hasn't been fully replaced by `OutboundQueryProgressed` in kad doc.

Pull-Request: libp2p#4257.
thomaseizinger pushed a commit that referenced this pull request Aug 20, 2023
`OutboundQueryCompleted` hasn't been fully replaced by `OutboundQueryProgressed` in kad doc.

Pull-Request: #4257.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants