-
Notifications
You must be signed in to change notification settings - Fork 962
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
swarm: Extend NetworkBehaviour callbacks. #2011
Conversation
Co-authored-by: Max Inden <mail@max-inden.de>
this.behaviour.inject_new_external_addr(&addr); | ||
} | ||
this.external_addrs.add(addr, score); | ||
this.add_external_address(addr, score); |
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.
👍
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.
Looks good to me. Thanks for following this all the way through @dvc94ch!
A release with these changes would be nice for ipfs-embed (as there have been quite a few changes due to using master with Deref/DerefMut being removed etc.) |
For the record, commit updating the Swarm changelog: bb206bc |
Do I understand correctly that you are already running off of (As an aside, the script here might help with the upgrade.) I am not opposed to doing a new release, it is just a bit of work as it does not only require a new release of |
well, I mean that it helps stop needing master, and because there have been a few changes on master backporting stuff to the current release is a bit annoying. |
Would it be possible to get better pull request descriptions in the future? 🙏 |
👍 for better pull request descriptions. To better understand your process @tomaka, did you get here via a |
No description provided.