18: Update to draft (#388)

Missed during beta bump
Also fix wrong version in Waku v2 spec
This commit is contained in:
Oskar Thorén 2021-05-31 15:49:49 +08:00 committed by GitHub
parent 7ab0edfe12
commit 225b15b8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -56,10 +56,9 @@ The current [protocol identifiers](https://docs.libp2p.io/concepts/protocols/) a
1. `/vac/waku/relay/2.0.0-beta2`
2. `/vac/waku/store/2.0.0-beta3`
3. `/vac/waku/filter/2.0.0-beta1`
4. `/vac/waku/swap/2.0.0-alpha1`
4. `/vac/waku/swap/2.0.0-beta1`
5. `/vac/waku/lightpush/2.0.0-alpha1`
These protocols and their semantics are elaborated on in their own specs.
For the actual content being passed around, see the [7/WAKU-DATA](/spec/7) spec.
@ -109,7 +108,7 @@ such as low bandwidth or being mostly offline.
### Historical message support
**Protocol identifier***: `/vac/waku/store/2.0.0-beta1`
**Protocol identifier***: `/vac/waku/store/2.0.0-beta3`
See [13/WAKU2-STORE](/spec/13) spec for more details.

View File

@ -2,7 +2,7 @@
slug: 18
title: 18/WAKU2-SWAP
name: Waku SWAP Accounting
status: raw
status: draft
editor: Oskar Thorén <oskar@status.im>
contributor: Ebube Ud <ebube@status.im>
---