From f68055148f5456bfd52b94d85f7919bf1d2af22a Mon Sep 17 00:00:00 2001 From: Yo'av Moshe Date: Sat, 14 Sep 2024 23:34:16 +0200 Subject: [PATCH 1/2] change cidv0 to cidv1 in the readme --- packages/verified-fetch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/verified-fetch/README.md b/packages/verified-fetch/README.md index 8d646e6d..f8ddbe23 100644 --- a/packages/verified-fetch/README.md +++ b/packages/verified-fetch/README.md @@ -522,7 +522,7 @@ This module attempts to act as similarly to the `fetch()` API as possible. This library supports the following methods of fetching web3 content from IPFS: -1. IPFS protocol: `ipfs://` & `ipfs://` +1. IPFS protocol: `ipfs://` & `ipfs://` 2. IPNS protocol: `ipns://` & `ipns://` & `ipns://` 3. CID instances: An actual CID instance `CID.parse('bafy...')` From e876db3ef54c879342a620bff41a51b1c4998790 Mon Sep 17 00:00:00 2001 From: Yo'av Moshe Date: Sat, 21 Sep 2024 08:08:11 +0200 Subject: [PATCH 2/2] also update the source code comments --- packages/verified-fetch/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/verified-fetch/src/index.ts b/packages/verified-fetch/src/index.ts index 416a655e..01adf4cf 100644 --- a/packages/verified-fetch/src/index.ts +++ b/packages/verified-fetch/src/index.ts @@ -493,7 +493,7 @@ * * This library supports the following methods of fetching web3 content from IPFS: * - * 1. IPFS protocol: `ipfs://` & `ipfs://` + * 1. IPFS protocol: `ipfs://` & `ipfs://` * 2. IPNS protocol: `ipns://` & `ipns://` & `ipns://` * 3. CID instances: An actual CID instance `CID.parse('bafy...')` *