From a06aed4b183693b4589544adf3b5c7a67526fd90 Mon Sep 17 00:00:00 2001 From: foufrix Date: Wed, 13 Nov 2024 18:07:59 +0100 Subject: [PATCH] README/update:canonical-transaction-index-link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a9c6a4..5b2c04d 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ This network is a pure gossip network and does not implement any form of content - Prior Python proof-of-concept: https://github.com/ethereum/ddht/tree/341e84e9163338556cd48dd2fcfda9eedec3eb45 - This POC should NOT be considered representative of the end goal. It incorporates mechanisms that aren't likely to be apart of the actual implementation, specifically the "advertisement" system which proved to be a big bottleneck, as well as the SSZ merkle root system which was a workaround for large data transfer which we now intend to solve with uTP. - [Beacon Chain Network](./beacon-chain/beacon-network.md) -- [Canonical Transaction Index Network](./canonical-transaction-index-network.md) +- [Canonical Transaction Index Network](./canonical-transaction-index/canonical-transaction-index-network.md) - Spec is preliminary. - Network design borrows heavily from history network - [Transaction Gossip Network](./transaction-gossip/transaction-gossip.md)