Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 765 Bytes

v0.32-v0.33.md

File metadata and controls

14 lines (8 loc) · 765 Bytes

Migrating to libp2p@33

A migration guide for refactoring your application code from libp2p v0.32.x to v0.33.0.

Table of Contents

Module Updates

Libp2p uses a datastore implementation for Peerstore persistence and for the DHT state. While libp2p defaults to a datastore implementation, it can receive any implementation of a datastore compliant with the interface-datastore via its configuration.

In this release, we updated to interface-datastore@6.0.0. As a result, libp2p users relying on a configured datastore should update it to a compliant implementation for updating libp2p.