mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-11 15:35:07 -05:00
* wip: geth connection test * set port until disabling discovery sets port * ignore test until it is complete * check that first geth event is SessionEstablished * fix endpoint string for the geth instance * force an incoming connection * we should also test establishing a session on an outgoing connections * use NetworkEventStream helper in connect test * create outgoing test * make geth tests use different ports and datadirs * update geth options * cargo fmt * s/geth_socket/reth_socket * cargo fmt * fix disc port collisions and re-add incoming test * should add test utilities for getting unused disc/p2p ports Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>