Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 693 Bytes

v0.63-v0.64.md

File metadata and controls

16 lines (9 loc) · 693 Bytes

Migrating to ipfs@0.64 and ipfs-core@0.16

A migration guide for refactoring your application code from ipfs@0.63.x to ipfs@0.64.x

Table of Contents

libp2p

The upgrade to ipfs@0.64.x incorporates an update to libp2p@0.38.x but no API changes.

If your application uses only the default libp2p config there is nothing to do.

If you supply a custom libp2p instance to the ipfs factory function you should consult the libp2p@0.38.x upgrade guide for any changes you need to make.