Update incentivization.md

This commit is contained in:
Jimmy Debe 2024-06-25 09:41:41 -04:00 committed by GitHub
parent 6e17998e21
commit 20bfd0d0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ Note: this section may later be moved to Store RFC.
Store is one of Waku's request-response protocols.
A Store client queries the server for historic messages.
A Store server responds with a list of messages that pass the user's filter.
See [13/WAKU2-STORE](https://rfc.vac.dev/spec/13/) for the definitions of `HistoryQuery` and `HistoryResponse`.
See [13/WAKU2-STORE](https://rfc.vac.dev/waku/standards/core/13/store) for the definitions of `HistoryQuery` and `HistoryResponse`.
The PoC Store incentivization makes the following simplifying assumptions:
@ -216,17 +216,17 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public
### normative
- A high-level [incentivization outline](https://github.com/waku-org/research/blob/master/incentivization.md)
- [13/WAKU2-STORE](https://rfc.vac.dev/spec/13/) (for Store-specific sections)
- [13/WAKU2-STORE](https://rfc.vac.dev/waku/standards/core/13/store) (for Store-specific sections)
### informative
RFCs of request-response protocols:
- [12/WAKU2-FILTER](https://rfc.vac.dev/spec/12)
- [13/WAKU2-STORE](https://rfc.vac.dev/spec/13/)
- [19/WAKU2-LIGHTPUSH](https://rfc.vac.dev/spec/19/)
- [12/WAKU2-FILTER](https://rfc.vac.dev/waku/standards/core/12/filter)
- [13/WAKU2-STORE](https://rfc.vac.dev/waku/standards/core/13/store)
- [19/WAKU2-LIGHTPUSH](https://rfc.vac.dev/waku/standards/core/19/lightpush)
RFCs of Relay and RLN-Relay:
- [11/WAKU2-RELAY](https://rfc.vac.dev/spec/11)
- [17/WAKU2-RLN-RELAY](https://rfc.vac.dev/spec/17)
- [11/WAKU2-RELAY](https://rfc.vac.dev/waku/standards/core/11/relay)
- [17/WAKU2-RLN-RELAY](https://rfc.vac.dev/waku/standards/core/17/rln-relay)