ipfs-shipyard / net-ipfs-core

MIT License
19 stars 7 forks source link

Add base36 support, libp2p-key codec #28

Closed Arlodotexe closed 9 months ago

Arlodotexe commented 9 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

This PR closes #26 and brings us up to speed with the latest defaults in Kubo's Key API.