add metadata

This commit is contained in:
fryorcraken 2025-09-26 16:05:24 +10:00
parent 214ee738ea
commit 7748d6a9ba
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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: