Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

@libp2p/interface-pubsub-v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jul 09:54
· 576 commits to master since this release

@libp2p/interface-pubsub-v2.0.0 (2022-07-31)

⚠ BREAKING CHANGES

  • The Message type is now either a SignedMessage
    or a UnsignedMessage
  • the inbound/outbound stream types have changed

Features

  • pubsub Message types for signature policies (#266) (9eb710b)

Bug Fixes

Trivial Changes