From 17dbf40f05192729ec28c428b4578e97b46bdae6 Mon Sep 17 00:00:00 2001 From: "dame.eth" <110121581+damedoteth@users.noreply.github.com> Date: Fri, 22 Sep 2023 13:10:31 -0400 Subject: [PATCH] Update 2023-09-amino-refactoring.md --- src/_blog/2023-09-amino-refactoring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_blog/2023-09-amino-refactoring.md b/src/_blog/2023-09-amino-refactoring.md index 38a5a2c6..d16a65e3 100644 --- a/src/_blog/2023-09-amino-refactoring.md +++ b/src/_blog/2023-09-amino-refactoring.md @@ -11,7 +11,7 @@ tags: - 'Reprovide Sweep' --- -Two major items are being announced in this blogpost, both of which equally exciting and both of which relate to “the Public IPFS DHT” (the [public Kademlia-based DHT](https://docs.ipfs.tech/concepts/dht/#dual-dht) that [Kubo (and other implementations) default to bootstrapping into](https://docs.ipfs.tech/how-to/modify-bootstrap-list/) with the libp2p protocol `/ipfs/kad/1.0.0`), which is henceforth going to be called **“Amino”**. The first relates to a major refactoring of the Amino codebase and the second is an optimization of the publish operation of the protocol, so that providing content to Amino is made much faster and resource-efficient. +Two major items are being announced in this blogpost, both of which are equally exciting and relate to “the Public IPFS DHT” (the [public Kademlia-based DHT](https://docs.ipfs.tech/concepts/dht/#dual-dht) that [Kubo (and other implementations) default to bootstrapping into](https://docs.ipfs.tech/how-to/modify-bootstrap-list/) with the libp2p protocol `/ipfs/kad/1.0.0`), which is henceforth going to be called **“Amino”**. The first relates to a major refactoring of the Amino codebase and the second is an optimization of the publish operation of the protocol, so that providing content to Amino is made much faster and resource-efficient. ## Why Amino?