Skip to content

v1.2.0

Choose a tag to compare

@EdouardCourty EdouardCourty released this 16 Mar 17:44
· 5 commits to main since this release
b45acc8

v1.2.0

This release brings support for the swarm/peers command.

Additions

  • Added the IPFSClient::getPeers method, which returns a list of all the node's connected peers.
    • Added Peer, PeerIdentity, PeerStream models and corresponding transformers
    • Added corresponding tests for the new transformers and methods.