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
Examples (eth-pm): Encrypt Public Key Messages using symmetric encryption.
Guides: Encrypt messages using Waku Message Version 1.
Allow passing decryption keys in hex string format.
Allow passing decryption keys to WakuStore instance to avoid having to pass them at every queryHistory call.
Allow passing decryption keys to Waku instance to avoid having to pass them to both WakuRelay and WakuStore.
Waku.waitForConnectedPeer helper to ensure that we are connected to Waku peers when using the bootstrap option.
Changed
Breaking: Moved startTime and endTime for history queries to a timeFilter property as both or neither must be passed; passing only one parameter is not supported.
Renamed and promote the usage of generateSymmetricKey() to generate random symmetric keys.
Improved errors thrown by WakuStore.queryHistory.
Fixed
Buffer concat error when using symmetric encryption in the browser.