Skip to content

Commit b84d8ed

Browse files
authored
feat: libp2p async peerstore (#4018)
Refactors interfaces and classes used by `libp2p-interfaces` to use the async peer store from libp2p/js-libp2p#1058 Fixes memory leak in libp2p, discussion in linked issue above. BREAKING CHANGE: peerstore methods are now all async, the repo is migrated to v12
1 parent 5e90651 commit b84d8ed

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@
2929

3030
> A client library for the IPFS HTTP RPC API (`/api/v0/*`), implemented in JavaScript. This client library implements the IPFS [Core API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) enabling applications to change between an embedded js-ipfs node and any remote IPFS node without having to change the code. In addition, this client library implements a set of utility functions.
3131
32-
## Lead Maintainer <!-- omit in toc -->
33-
34-
[Alex Potsides](http://github.com/achingbrain)
35-
3632
## Table of Contents <!-- omit in toc -->
3733

3834
- [Getting Started](#getting-started)

0 commit comments

Comments
 (0)