From 7748d6a9bac2c6fdc7cbb66121221873c5f8a3f0 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Fri, 26 Sep 2025 16:05:24 +1000 Subject: [PATCH] add metadata --- standards/application/waku-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/standards/application/waku-api.md b/standards/application/waku-api.md index f8806d3..a57d26d 100644 --- a/standards/application/waku-api.md +++ b/standards/application/waku-api.md @@ -286,6 +286,7 @@ If the `mode` set is `edge`, the initialised `WakuNode` MUST mount: - [LIGHTPUSH](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/19/lightpush.md) as client - [FILTER](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/12/filter.md) as client - [STORE](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/13/store.md) as client +- [METADATA](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/66/metadata.md) as client And must use mount and use the following protocols to discover peers: @@ -298,6 +299,7 @@ If the `mode` set is `relay`, the initialised `WakuNode` MUST mount: - [FILTER](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/12/filter.md) as service node - [PEER-EXCHANGE](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/34/peer-exchange.md) as service node - [STORE](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/13/store.md) as client +- [METADATA](https://github.com/vacp2p/rfc-index/blob/main/waku/standards/core/66/metadata.md) as client and service node And must use mount and use the following protocols to discover peers: