Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README/update:canonical-transaction-index-link #354

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading