Skip to content

v0.2.2

Compare
Choose a tag to compare
@wemeetagain wemeetagain released this 24 Jan 18:49
· 593 commits to master since this release
67e35c2

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