77d9d0f4c9
* Added waku README.md, starting text and structure Resolves GH-1944 * Added api, config and doc details * Created Docs for waku.const, envelope and events * Added notes on Filter * Rewrote the filter section * Restructured docs to match new versioning structure * Moved package files out of the main ToC * Added waku/common/README.md * Added details to mailserver.go and notes to api.go * Update to bloomfilter and const common * Added common/ helpers.go, errors.go and message.go details * Added common/metrics.go and protocol details * Added rate_limiter and topic.go details * fix rate limiter table * Added Waku Versioning details * Added Versioned sub-package file details * Added better detail for Waku Filters Addressing https://github.com/status-im/status-go/pull/1949#discussion_r419232235 * Added notes about light nodes not being actually new * Added more detail for Waku node configs and defaults * Added details to the version message.go section * Added details to waku/common/rate_limiter * Minor typo fix in docs |
||
---|---|---|
.. | ||
README.md | ||
const.go | ||
init.go | ||
message_response.go | ||
message_response_test.go | ||
peer.go | ||
peer_test.go | ||
status_options.go | ||
status_options_test.go |
README.md
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.