Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

v28.0.0

Compare
Choose a tag to compare
@alanshaw alanshaw released this 11 Dec 09:04
· 272 commits to master since this release

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • DHT API methods renamed and return types changed

  • ipfs.dht.findprovs renamed to ipfs.dht.findProvs and returns an array of PeerInfo

  • ipfs.dht.findpeer renamed to ipfs.dht.findPeer and returns a PeerInfo

  • ipfs.dht.query now returns an array of PeerId

  • More info