lighthouse/testing/simulator/src
Age Manning e4ed317b76 Add Experimental QUIC support (#4577)
## Issue Addressed

#4402 

## Proposed Changes

This PR adds QUIC support to Lighthouse. As this is not officially spec'd this will only work between lighthouse <-> lighthouse connections. We attempt a QUIC connection (if the node advertises it) and if it fails we fallback to TCP. 

This should be a backwards compatible modification. We want to test this functionality on live networks to observe any improvements in bandwidth/latency.

NOTE: This also removes the websockets transport as I believe no one is really using it. It should be mentioned in our release however.


Co-authored-by: João Oliveira <hello@jxs.pt>
2023-09-15 03:07:24 +00:00
..
checks.rs Capella eip 4844 cleanup (#3652) 2022-10-26 15:15:26 -04:00
cli.rs Use unique arg names for eth1-sim (#4463) 2023-07-17 00:14:13 +00:00
eth1_sim.rs CI fix: add retries to eth1 sim tests (#4501) 2023-07-17 00:14:18 +00:00
local_network.rs Add Experimental QUIC support (#4577) 2023-09-15 03:07:24 +00:00
main.rs CI fix: add retries to eth1 sim tests (#4501) 2023-07-17 00:14:18 +00:00
no_eth1_sim.rs Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00
retry.rs CI fix: add retries to eth1 sim tests (#4501) 2023-07-17 00:14:18 +00:00
sync_sim.rs Logging via the HTTP API (#4074) 2023-05-22 05:57:08 +00:00