-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Extract libp2p-identity
crate
#3349
Comments
Already running into the first issue as I am starting to work on this. A |
The solution to this turned out to be to not use the proto definition of |
This patch combines the `libp2p_core::identity` and `libp2p_core::peer_id` modules into a new crate: `libp2p-identity`. Resolves libp2p#3349. Pull-Request: libp2p#3350.
This issue is part of #3271.
multiaddr
crate: Making the/p2p
protocol type-safe multiformats/rust-multiaddr#73PeerRecord
andSignedEnvelope
into this crate as well or extract them into their own. I am undecided here.The text was updated successfully, but these errors were encountered: