-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Design new identify protocols #443
Labels
Comments
twittner
added a commit
to twittner/rust-libp2p
that referenced
this issue
Oct 15, 2018
Address part of libp2p#443.
twittner
added a commit
to twittner/rust-libp2p
that referenced
this issue
Oct 15, 2018
Address part of libp2p#443.
twittner
added a commit
to twittner/rust-libp2p
that referenced
this issue
Oct 17, 2018
Address part of libp2p#443.
twittner
added a commit
that referenced
this issue
Oct 28, 2018
Add protocol to report external address view. Address part of #443.
Closing as a result of #1238. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current identify protocol is not great, so let's design new ones.
I think we need three protocols:
All that is needed for each protocol is something similar to this: https://github.com/libp2p/rust-libp2p/blob/master/protocols/identify/src/protocol.rs
No need for new transports.
cc paritytech/substrate#398
The text was updated successfully, but these errors were encountered: