Skip to content

Commit

Permalink
docs: recorrect the sentry (#11028)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazykissshout authored Sep 19, 2024
1 parent 4a7eb6e commit c1fedd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design/review.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This document contains some of our research in how other codebases designed vari

## P2P

* [`Sentry`](https://github.com/vorot93/sentry), a pluggable p2p node following the [Erigon gRPC architecture](https://erigon.substack.com/p/current-status-of-silkworm-and-silkrpc):
* [`Sentry`](https://erigon.gitbook.io/erigon/advanced-usage/sentry), a pluggable p2p node following the [Erigon gRPC architecture](https://erigon.substack.com/p/current-status-of-silkworm-and-silkrpc):
* [`vorot93`](https://github.com/vorot93/) first started by implementing a rust devp2p stack in [`devp2p`](https://github.com/vorot93/devp2p)
* vorot93 then started work on sentry, using devp2p, to satisfy the erigon architecture of modular components connected with gRPC.
* The code from rust-ethereum/devp2p was merged into sentry, and rust-ethereum/devp2p was archived
Expand Down

0 comments on commit c1fedd7

Please sign in to comment.