add that we're eliminating support for /ipfs/<peer-id> multiaddrs

This commit is contained in:
Marten Seemann
2021-07-21 20:41:10 +02:00
parent f3df677e41
commit a8ac4da41e

View File

@@ -186,10 +186,11 @@ and other core libp2p protocols.
#### Historical Note: the `ipfs` multiaddr Protocol #### Historical Note: the `ipfs` multiaddr Protocol
The `p2p` multiaddr protocol was originally named `ipfs`, and may be printed as The `p2p` multiaddr protocol was originally named `ipfs`, and we've been eliminating
`/ipfs/<peer-id>` instead of `/p2p/<peer-id>` in its string representation depending on the implementation in support for the ipfs string representation of this multiaddr component. It may be
use. Both names resolve to the same protocol code, and they are equivalent in the printed as `/ipfs/<peer-id>` instead of `/p2p/<peer-id>` in its string representation
binary form. depending on the implementation in use. Both names resolve to the same protocol code,
and they are equivalent in the binary form.
## Transport multiaddrs ## Transport multiaddrs