Skip to content

0.2.1

Compare
Choose a tag to compare
@vasco-santos vasco-santos released this 03 Feb 16:05
· 588 commits to master since this release

Bug Fixes

Chores

Code Refactoring

  • switch to async iterators (3027835)

BREAKING CHANGES

  • getPeersSubscribed from parent class renamed to getSubscribers to remove redundant wording
  • Switch to using async/await and async iterators for all the API. Moreover, gossipsub does not need the libp2p instance anymore, receiving a registerar that enables it to receive the necessary events from libp2p