Skip to content

Commit

Permalink
Merge pull request #354 from foufrix/patch-1
Browse files Browse the repository at this point in the history
README/update:canonical-transaction-index-link
  • Loading branch information
acolytec3 authored Nov 14, 2024
2 parents e8e428c + a06aed4 commit 99399e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 99399e9

Please sign in to comment.