mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
a605442de5
During the move to waku/1 we removed handing of a deprecated format.
aa7f591587 (diff-ea5e44cf3db4a12b3a2a246c7fa39602R290)
Turns out that no client is using the new format and the only live
client is using the deprecated format.
This commit re-introduces the functionality.
waku/0
This namespace implements waku
0.6 as described in https://github.com/vacp2p/specs/blob/master/specs/waku/waku-0.md and it
is now deprecated. Now feature changes will be made only critical bugfixes if required.
Once support for waku/0
can be dropped, this code can be safely removed.