You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.