-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
this call should have a reasonable timeout to avoid blocking on slow relays:
mev-rs/mev-boost-rs/src/relay_mux.rs
Line 259 in d4e4646
| let response = relay.open_bid(signed_block).await; |
follow the timeout pattern here:
mev-rs/mev-boost-rs/src/relay_mux.rs
Lines 161 to 164 in d4e4646
| let response = tokio::time::timeout( | |
| Duration::from_secs(FETCH_BEST_BID_TIME_OUT_SECS), | |
| relay.fetch_best_bid(auction_request), | |
| ) |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers