From 0e62363fa65762dce6a74142e91861f9117a292e Mon Sep 17 00:00:00 2001 From: Ebube Sered Ud Date: Fri, 28 May 2021 17:43:37 +0100 Subject: [PATCH] Change protocol Identifier for Swap Protocol to beta1 (#386) --- content/docs/rfcs/18/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/docs/rfcs/18/README.md b/content/docs/rfcs/18/README.md index b008438b..bea0db2a 100644 --- a/content/docs/rfcs/18/README.md +++ b/content/docs/rfcs/18/README.md @@ -4,11 +4,12 @@ title: 18/WAKU2-SWAP name: Waku SWAP Accounting status: raw editor: Oskar Thorén +contributor: Ebube Ud --- This specification outlines how we do accounting and settlement based on the provision and usage of resources, most immediately bandwidth usage and/or storing and retrieving of Waku message. This enables nodes to cooperate and efficiently share resources, and in the case of unequal nodes to settle the difference through a relaxed payment mechanism in the form of sending cheques. -**Protocol identifier***: `/vac/waku/swap/2.0.0-alpha2` +**Protocol identifier***: `/vac/waku/swap/2.0.0-beta1` # Motivation