From 3ef20b80013da75d128f28aa5882ce6b80abef77 Mon Sep 17 00:00:00 2001 From: Alvaro Revuelta Date: Tue, 3 Oct 2023 13:47:30 +0200 Subject: [PATCH] misc changes (#622) --- content/docs/rfcs/51/README.md | 7 ++----- content/docs/rfcs/52/README.md | 11 ++--------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/content/docs/rfcs/51/README.md b/content/docs/rfcs/51/README.md index 6594010f..7f294d66 100644 --- a/content/docs/rfcs/51/README.md +++ b/content/docs/rfcs/51/README.md @@ -66,11 +66,8 @@ shard clusters are divided into ranges: | index (range) | usage | | --- | --- | -| 0 | global | -| 1 - 15 | reserved | -| 16 - 1023 | specific app protocols | -| 1024 - 49152 | all app protocols | -| 49152 - 65535 | automatic sharding | +| 0 - 15 | reserved | +| 16 - 65535| app-defined networks | The informational RFC [52/WAKU2-RELAY-STATIC-SHARD-ALLOC](/spec/52) lists the current index allocations. diff --git a/content/docs/rfcs/52/README.md b/content/docs/rfcs/52/README.md index bfc4ffbc..d7f8ee32 100644 --- a/content/docs/rfcs/52/README.md +++ b/content/docs/rfcs/52/README.md @@ -18,23 +18,16 @@ This document lists static shard flag index assignments (see [51/WAKU2-RELAY-SHA Similar to the [IANA port allocation](https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml), this document lists static shard index assignments (see [51/WAKU2-RELAY-SHARDING](/spec/51/). -The index ranges are as follows: -index `0` represents the global shards, -indices `1` to `15` are reserved, -indices `16` to `1023` are reservable for apps, -indices `1024` to `49151` are for open use by apps, -indices `49152` to `65535` are reserved. - # Assingment Process > *Note*: Future versions of this document will specify the assignment process. -# List of Static Shard Indices +# List of Cluster Ids | index | Protocol/App | Description | | --- | --- | --- | | 0 | global | global use | -| 1 | reserved | | +| 1 | reserved | [The Waku Network](https://rfc.vac.dev/spec/64/#network-shards) | | 2 | reserved | | | 3 | reserved | | | 4 | reserved | |