mirror of
https://github.com/vacp2p/rfc.git
synced 2025-01-11 15:24:51 +00:00
update
This commit is contained in:
parent
c3bf7471a9
commit
f38e6f7b3c
10
README.md
10
README.md
@ -11,16 +11,16 @@ The entire vac protocol is under active development, each specification has its
|
||||
These protocols define various components of the [vac](https://vac.dev) stack.
|
||||
|
||||
- [mvds](./specs/mvds.md) - Data Synchronization protocol for unreliable transports.
|
||||
- [remote log](specs/remote-log.md) - Remote replication of local logs.
|
||||
- [mvds metadata](specs/mvds-metadata.md) - Metadata field for [MVDS](specs/mvds.md) messages.
|
||||
- [remote log](./specs/remote-log.md) - Remote replication of local logs.
|
||||
- [mvds metadata](./specs/mvds-metadata.md) - Metadata field for [MVDS](./specs/mvds.md) messages.
|
||||
|
||||
### Waku
|
||||
|
||||
Waku is a protocol that substitutes [EIP-627](https://eips.ethereum.org/EIPS/eip-627).
|
||||
|
||||
- [waku](specs/waku/waku.md) - ÐΞVp2p wire protocol, substituting [EIP-627](https://eips.ethereum.org/EIPS/eip-627).
|
||||
- [envelope data format](specs/waku/envelope-data-format.md) - [waku](specs/waku/waku.md) envelope data field specification.
|
||||
- [mailserver](specs/waku/mailserver.md) - Mailserver specification for archiving and delivering historical [waku](specs/waku/waku.md) envelopes on demand.
|
||||
- [waku](./specs/waku/waku.md) - ÐΞVp2p wire protocol, substituting [EIP-627](https://eips.ethereum.org/EIPS/eip-627).
|
||||
- [envelope data format](./specs/waku/envelope-data-format.md) - [waku](./specs/waku/waku.md) envelope data field specification.
|
||||
- [mailserver](./specs/waku/mailserver.md) - Mailserver specification for archiving and delivering historical [waku](./specs/waku/waku.md) envelopes on demand.
|
||||
|
||||
## Style guide
|
||||
|
||||
|
@ -13,7 +13,7 @@ defaults:
|
||||
scope:
|
||||
path: ""
|
||||
values:
|
||||
layout: "default"
|
||||
layout: "spec"
|
||||
|
||||
header_pages:
|
||||
- waku.md
|
||||
|
23
_layouts/spec.html
Normal file
23
_layouts/spec.html
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
|
||||
<div class="home">
|
||||
<h1 class="page-heading">
|
||||
{{ page.name | xml_escape }}: {{ page.title | xml_escape }}
|
||||
<a href="{{site.github.repository_url}}/blob/master/{{page.path}}"><svg role="img" aria-label="Source" xmlns="https://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16"><title>Source</title><path fill-rule="evenodd" d="M9.5 3L8 4.5 11.5 8 8 11.5 9.5 13 14 8 9.5 3zm-5 0L0 8l4.5 5L6 11.5 2.5 8 6 4.5 4.5 3z"/></svg></a>
|
||||
</h1>
|
||||
<table>
|
||||
<tr><th>Authors</th><td>{% include authorlist.html authors=page.author %}</td></tr>
|
||||
{% if page["discussions-to"] != undefined %}
|
||||
<tr><th>Status</th><td>{{ page.status | xml_escape }}
|
||||
{% if page.review-period-end != undefined %}
|
||||
<strong>(review ends {{ page.review-period-end | xml_escape }})</strong>
|
||||
{% endif %}
|
||||
</td></tr>
|
||||
<tr><th>Version</th><td>{{ page.version | xml_escape }}</td></tr>
|
||||
</table>
|
||||
|
||||
{{ content }}
|
||||
|
||||
</div>
|
@ -1,8 +1,9 @@
|
||||
# MVDS Metadata Field
|
||||
|
||||
> Version: 0.1.0 (Draft)
|
||||
>
|
||||
> Authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
|
||||
---
|
||||
name: MVDS Metadata Field
|
||||
version: 0.1.0
|
||||
status: Draft
|
||||
authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Minimum Viable Data Synchronization
|
||||
|
||||
> Version: 0.6.0 (Draft)
|
||||
>
|
||||
> Authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
|
||||
---
|
||||
name: Minimum Viable Data Synchronization
|
||||
version: 0.6.0
|
||||
status: Draft
|
||||
authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Remote log specification
|
||||
|
||||
> Version: 0.1.1 (Draft)
|
||||
>
|
||||
> Authors: Oskar Thorén oskar@status.im, Dean Eigenmann dean@status.im
|
||||
---
|
||||
name: Remote log specification
|
||||
version: 0.1.1
|
||||
status: Draft
|
||||
authors: Oskar Thorén oskar@status.im, Dean Eigenmann dean@status.im
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
---
|
||||
name: Envelope data field
|
||||
version: 0.1.0 (Draft)
|
||||
version: 0.1.0
|
||||
status: Draft
|
||||
authors: Oskar Thorén <oskar@status.im>, Dean Eigenmann <dean@status.im>
|
||||
---
|
||||
|
||||
|
@ -1,8 +1,9 @@
|
||||
# Waku Mailserver
|
||||
|
||||
> Version 0.2.0
|
||||
>
|
||||
> Authors: Adam Babik <adam@status.im>, Dean Eigenmann <dean@status.im>, Oskar Thorén <oskar@status.im> (alphabetical order)
|
||||
---
|
||||
name: Waku Mailserver
|
||||
version: 0.2.0
|
||||
status: Draft
|
||||
authors: Adam Babik <adam@status.im>, Dean Eigenmann <dean@status.im>, Oskar Thorén <oskar@status.im>
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
@ -1,10 +1,9 @@
|
||||
# Waku
|
||||
|
||||
> Version 0.3.0
|
||||
>
|
||||
> Status: Draft
|
||||
>
|
||||
> Authors: Adam Babik <adam@status.im>, Dean Eigenmann <dean@status.im>, Kim De Mey <kimdemey@status.im>, Oskar Thorén <oskar@status.im> (alphabetical order)
|
||||
---
|
||||
name: Waku
|
||||
version: 0.3.0
|
||||
status: Draft
|
||||
authors: Adam Babik <adam@status.im>, Dean Eigenmann <dean@status.im>, Kim De Mey <kimdemey@status.im>, Oskar Thorén <oskar@status.im>
|
||||
---
|
||||
|
||||
## Table of Contents
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user