Closed thomaseizinger closed 1 year ago
Release
libp2p-identity 0.2.0
from the above branch without merging.
As discussed out-of-band I suggest merging into master
and then releasing, thus the git tag is on a commit on master
. Otherwise strategy looks good to me.
To continue on this, we need to (in this order):
rust-multihash v0.19
libp2p-identity 0.2.0
rust-multiaddr
to libp2p-identity 0.2.0
With the latest releases of
multihash
andlibp2p-identity
, we can now make the/p2p
protocol ofMultiaddr
type-safe.Resolves #73. Resolves #91.