ipfs-shipyard / net-ipfs-http-client

InterPlanetary File System client for .Net (C#, VB, F# ...)
MIT License
35 stars 13 forks source link

Cidv1 support for libp2p-key #31

Closed Arlodotexe closed 5 months ago

Arlodotexe commented 5 months ago

Background

Since this code was written in 2019, the ipfs ecosystem has moved to using base36 Cidv1 as the default for the libp2p-key multihashes used for public peer ids and ipns public keys (see RFC0001).

Changes

Brings us up to speed with the latest defaults in Kubo's Key API.