Skip to content

Release 0.8.1

Choose a tag to compare

@D4nte D4nte released this 16 Jul 02:15
0753184

Added

  • Examples (web-chat): New /fleet command to switch connection between Status prod and test fleets.
  • Export generatePrivateKey and getPublicKey directly from the root.
  • Usage of the encryption and signature APIs to the readme.

Changed

  • Breaking: Renamed WakuRelay.(add|delete)PrivateDecryptionKey to WakuRelay.(add|delete)DecryptionKey to make it clearer that it accepts both symmetric keys and asymmetric private keys.

Fix

  • Align WakuMessage readme example with actual code behaviour.