mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
299b3fc093
Why make the change? This implements waku/1 which is a breaking change as waku/0 diverged from the specs. What has changed? - Added v1 namespace - Changed the testing code to test from the outside rather than stubbing p2p specific messages, so that any version specific code is under `vx` namespaces - Split waku vs waku/x test code - Added a test suite that can be used for different versions Things still to do I kept the tests we have for the versioned aspect of waku, probably we want to add some or change other to provide the optimal test coverage.
130 B
130 B
waku/1
This namespace implements waku
1.0 as described in https://github.com/vacp2p/specs/blob/master/specs/waku/waku-1.md