mev-rs
mev-rs copied to clipboard
Add timeout for getting payload per relay
this call should have a reasonable timeout to avoid blocking on slow relays: https://github.com/ralexstokes/mev-rs/blob/d4e4646d20365c9c2103d5ceab618e70a256f85c/mev-boost-rs/src/relay_mux.rs#L259
follow the timeout pattern here: https://github.com/ralexstokes/mev-rs/blob/d4e4646d20365c9c2103d5ceab618e70a256f85c/mev-boost-rs/src/relay_mux.rs#L161-L164