mirror of https://github.com/vacp2p/rfc.git
fix/cleanup-protocol-spe (#192)
* Update waku-store.md * Update waku-store.md * Update waku-store.md
This commit is contained in:
parent
81af5836b2
commit
88b851678a
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue