Skip to content

Release 0.27.0

Choose a tag to compare

@fryorcraken fryorcraken released this 13 Sep 12:56
· 1359 commits to master since this release
0906125

Added

  • createLightNode to create a Waku node for resource restricted environment with Light Push, Filter and Relay.
  • createPrivacyNode to create a Waku node for privacy preserving usage with Relay only.
  • createFullNode to create a Waku node for with all protocols, for testing purposes only.

Changed

  • Waku is now defined as an interface with WakuNode an implementation of it.
  • createWaku is deprecated in favour of createLightNode and createPrivacyNode.
  • waitForRemotePeer can throw, default behaviour has changed.
  • addPeerToAddressBook is now async.
  • API Docs moved to https://js.waku.org/
  • test: fix typing for nwaku JSON RPC responses.