From 73efe9a6e4da6e9d57e9a0fcc041d216f6967d15 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Mon, 6 May 2024 17:08:33 -0700 Subject: [PATCH] chore: add recommendation about complete blob slice (#125) Just adding a recommendation to include complete blob slice in the index. --- w3-index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/w3-index.md b/w3-index.md index 6112647..ebe46d7 100644 --- a/w3-index.md +++ b/w3-index.md @@ -106,6 +106,8 @@ type Multihash = bytes ℹ️ Please note that `shards` is a list of `BlobIndex` links. This provide a flexibility of bundling blob indexes or externalizing them by linking to them. +It is RECOMMENDED to include `BlobSlice` in `slices` that spans full range of the blob to make it available. On the flip side it creates a choice to share only partial index of the blob when so desired. + It is RECOMMENDED to bundle all the `BlobIndex`s inside the Content Archive of the `Index`. ##### Sharded DAG Index Example