0.2.1
Bug Fixes
- bind is not needed (7faae98)
Chores
- update dependencies (7a44b66)
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