libp2p / specs

Technical specifications for the libp2p networking stack
https://libp2p.io
1.55k stars 273 forks source link

Tracking issue for peer IDs as CIDs #216

Open Stebalien opened 4 years ago

Stebalien commented 4 years ago

RFC: https://github.com/libp2p/specs/pull/209

This RFC outlines the process for moving from formatting peer IDs as base58 multihashes to formatting them as CIDs with a special libp2p-key multicodec (0x72).

This RFC does not change the in-memory and/or network representation of peer IDs, just the textual format.

This process has two stages that must be completed in order:

Tracking status of all libp2p implementations:

Arlodotexe commented 7 months ago

Tracking issue for the .NET side https://github.com/ipfs-shipyard/net-ipfs-core/issues/26