mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-11 15:24:51 +00:00
Updates the store protocol id (#369)
* beta2 to beta3 * adds protocol ids to waku2 specs
This commit is contained in:
parent
6bd7329254
commit
095320044f
@ -54,8 +54,11 @@ interaction domains:
|
||||
The current [protocol identifiers](https://docs.libp2p.io/concepts/protocols/) are:
|
||||
|
||||
1. `/vac/waku/relay/2.0.0-beta2`
|
||||
2. `/vac/waku/store/2.0.0-beta1`
|
||||
2. `/vac/waku/store/2.0.0-beta3`
|
||||
3. `/vac/waku/filter/2.0.0-beta1`
|
||||
4. `/vac/waku/swap/2.0.0-alpha1`
|
||||
5. `/vac/waku/lightpush/2.0.0-alpha1`
|
||||
|
||||
|
||||
These protocols and their semantics are elaborated on in their own specs.
|
||||
|
||||
|
@ -12,7 +12,7 @@ contributors:
|
||||
This specification explains the Waku `13/WAKU2-STORE` protocol which enables querying of messages received through relay protocol and stored by other nodes.
|
||||
It also supports pagination for more efficient querying of historical messages.
|
||||
|
||||
**Protocol identifier***: `/vac/waku/store/2.0.0-beta2`
|
||||
**Protocol identifier***: `/vac/waku/store/2.0.0-beta3`
|
||||
|
||||
# Design Requirements
|
||||
Nodes willing to provide storage service using `13/WAKU2-STORE` protocol SHOULD provide a complete and full view of message history.
|
||||
|
Loading…
x
Reference in New Issue
Block a user