fix/cleanup-protocol-spe (#192)

* Update waku-store.md

* Update waku-store.md

* Update waku-store.md
This commit is contained in:
Dean Eigenmann 2020-09-25 16:06:01 +02:00 committed by GitHub
parent 81af5836b2
commit 88b851678a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 9 deletions

View File

@ -1,27 +1,28 @@
--- ---
title: Waku title: Waku
version: 2.0.0-alpha4 version: 2.0.0-alpha5
status: Raw status: Raw
authors: Oskar Thorén <oskar@status.im> authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
--- ---
# Table of Contents # Table of Contents
TODO - [Abstract](#abstract)
- [Wire Specification](#wire-specification)
* [Protobuf](#protobuf)
- [Copyright](#copyright)
# Abstract # Abstract
TODO `WakuStore` is a protocol to enable querying of messages received through relay protocol and stored by other nodes.
### Historical message support
**Protocol identifier***: `/vac/waku/store/2.0.0-alpha5` **Protocol identifier***: `/vac/waku/store/2.0.0-alpha5`
See `WakuStore` spec. # Wire Specification
TODO To be elaborated on Peers communicate with each other using a request / response API. The messages sent are Protobuf RPC messages.
#### Protobuf ## Protobuf
```protobuf ```protobuf
message HistoryQuery { message HistoryQuery {