fix: dead link Sentry (#19505)

This commit is contained in:
Cypher Pepe
2025-11-05 14:54:27 +03:00
committed by GitHub
parent 89be06f6ad
commit 1cd5b50aaf

View File

@@ -4,7 +4,7 @@ This document contains some of our research on how other codebases designed vari
## P2P
* [`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):
* [`Sentry`](https://erigon.gitbook.io/docs/summary/fundamentals/modules/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