-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat!: make /p2p
type-safe
#83
Conversation
As discussed out-of-band I suggest merging into |
To continue on this, we need to (in this order):
|
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.
Changes look good to me thus far. Thanks.
This updates `multiaddr` to version `0.19`. Depends-On: #3656. Depends-On: multiformats/rust-multiaddr#83. Resolves: #4039. Pull-Request: #4037.
This updates `multiaddr` to version `0.19`. Depends-On: libp2p#3656. Depends-On: multiformats/rust-multiaddr#83. Resolves: libp2p#4039. Pull-Request: libp2p#4037.
With the latest releases of
multihash
andlibp2p-identity
, we can now make the/p2p
protocol ofMultiaddr
type-safe.Resolves #73.
Resolves #91.