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
Implement waku/0 protocol, a Status fork of Whisper implementing the additions/changes done to it.
This will mostly be adding message packets ids, changes to light client (not sure?), notification on send (how does this work now? and why?). Questions should be asked regarding the validity of changes (is everything still used and needed?).
Light client allowed to send through regular messages packet
Message confirmations part, although that part makes actually only sense for mail client / server communications.
Perhaps any of those other added (and not fully explained) protocol packets. But I think all relate to mail client / server implementations and are probably not even necessary.
What is missing is mail server, but that has a separate issue. And confirmations are not implemented, as they are directly linked to mail server (only used there). The setting at Status packet is added however to be compatible.
Compatibility however will probably not be OK for now as there is also the Waku Mode PoC that is already added: see #124
Implement waku/0 protocol, a Status fork of Whisper implementing the additions/changes done to it.
This will mostly be adding message packets ids, changes to light client (not sure?), notification on send (how does this work now? and why?). Questions should be asked regarding the validity of changes (is everything still used and needed?).
Mailserver related changes are targeted in separate issue: https://github.com/status-im/nim-eth/issues/102
Requirements:
Acceptance: Implement Status go compatible waku/0.
The text was updated successfully, but these errors were encountered: