lighthouse
lighthouse copied to clipboard
Deprecate mplex
Mplex is deprecated and is becoming a liability.
We currently support two better alternatives, yamux (for TCP) and QUIC (which has its own multiplexer) over UDP.
The issue is that other clients may still depend solely on mplex. This PR should not be merged until it has been brought to the attention of all the client teams.
Relevant spec change: https://github.com/ethereum/consensus-specs/pull/3866