mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-14 15:56:44 +00:00
129cf075e9
This change moves the RLPx protocol implementation into a separate package, p2p/rlpx. The new package can be used to establish RLPx connections for protocol testing purposes. Co-authored-by: Felix Lange <fjl@twurst.com>