erigontech / erigon

Ethereum implementation on the efficiency frontier https://erigon.gitbook.io
GNU Lesser General Public License v3.0
3.1k stars 1.09k forks source link

extract out "p2p responding logic" from `eth/p2p Connector` (old `p2p/sentry/sentry_multi_client SentryMultiClient`) into a `MessageResponder` component using the `MessageListener` and the new `MultiClient`. In the end the `eth/p2p Connector` will use the `MessageResponder` as a dependency #11858

Open mh0lt opened 1 week ago

mh0lt commented 1 week ago

See #11857 on refactor - then this code may be removable from multi client depending on usage.