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

v0.23.0

Choose a tag to compare

@vasco-santos vasco-santos released this 25 Aug 11:48
· 116 commits to master since this release

Bug Fixes

  • replace node buffers with uint8arrays (5a522b4)

Chores

BREAKING CHANGES

  • using libp2p-interface pubsub with new API
    • The .data property of received pubsub messages was a Buffer,
      now it is a Uint8Array
  • All deps of this module use Uint8Arrays