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

fix: rendezvous identify example #5496

Merged
merged 5 commits into from
Jul 16, 2024
Merged

Conversation

EdwardJES
Copy link
Contributor

Description

This pr closes #5388 by explicitly adding the local observed address, noting this is out of protocol behaviour in non-example cases

Notes & open questions

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

@EdwardJES EdwardJES changed the title chore: fix rendezvous identify example fix: rendezvous identify example Jul 15, 2024
@EdwardJES
Copy link
Contributor Author

Hey @jxs, is there a CHANGELOG.md edit needed for this?
Thank you.

jxs
jxs previously approved these changes Jul 16, 2024
examples/rendezvous/src/bin/rzv-identify.rs Outdated Show resolved Hide resolved
@jxs jxs added the send-it label Jul 16, 2024
@mergify mergify bot dismissed jxs’s stale review July 16, 2024 17:12

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

@EdwardJES
Copy link
Contributor Author

Thanks for fixing that up @jxs. Happy to merge 🙏

@mergify mergify bot merged commit e2e98ad into libp2p:master Jul 16, 2024
72 checks passed
TimTinkers pushed a commit to unattended-backpack/rust-libp2p that referenced this pull request Sep 14, 2024
This pr closes libp2p#5388 by explicitly adding the local observed address, noting this is out of protocol behaviour in non-example cases

Pull-Request: libp2p#5496.
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.

rendezvous: Example "discovering with identify" doesn't work
2 participants