Skip to content

Release 0.4.0

Choose a tag to compare

@D4nte D4nte released this 18 May 04:25
85dd64b

Added

  • callback argument to WakuStore.queryHistory(), called as messages are retrieved
    ; Messages are retrieved using pagination, and it may take some time to retrieve all messages,
    with the callback function, messages are processed as soon as they are received.

Changed

  • Testing: Upgrade nim-waku node to v0.3.
  • Breaking: Modify WakuStore.queryHistory() to accept one Object instead of multiple individual arguments.
  • getStatusFleetNodes return prod nodes by default, instead of test nodes.
  • Examples (web chat): Connect to prod fleet by default, test fleet for local development.
  • Examples (cli chat): Connect to test fleet by default, use --prod to connect to prod fleet.

Fixed

  • Expose Enviroment and Protocol enums to pass to getStatusFleetNodes.