mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-12 23:06:25 +00:00
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>