Updates the store protocol id (#369)

* beta2 to beta3

* adds protocol ids to waku2 specs
This commit is contained in:
Sanaz Taheri Boshrooyeh 2021-05-14 10:10:43 -07:00 committed by GitHub
parent 6bd7329254
commit 095320044f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

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

View File

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