mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-09 15:28:03 -05:00
add that we're eliminating support for /ipfs/<peer-id> multiaddrs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user