Skip to content

Commit 8c5c38a

Browse files
authored
minor alignments in timing games docs (#873)
1 parent 7a60459 commit 8c5c38a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/timing-games.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,33 +49,33 @@ See [config.example.yaml](../config.example.yaml) for a fully documented example
4949
sequenceDiagram
5050
participant CL as Consensus Client
5151
participant MB as Mev-Boost
52-
participant R as Relay (Timing Games Enabled)
52+
participant R as Relay
5353
5454
Note over CL, R: Slot Start (t=0)
5555
5656
CL->>MB: getHeader
5757
activate MB
5858
59-
Note right of MB: Calculate maxTimeout<br/>min(timeout_get_header_ms,<br/>late_in_slot - ms_into_slot)
59+
Note right of MB: Calculate max_timeout<br/>min(timeout_get_header_ms,<br/>late_in_slot - ms_into_slot)
6060
6161
opt target_first_request_ms - ms_into_slot > 0
62-
Note right of MB: Sleep until target_first_request_ms - ms_into_slot
62+
Note right of MB: Sleep for target_first_request_ms - ms_into_slot
6363
end
6464
6565
par Request 1
6666
MB->>R: GET /get_header (Request 1)
6767
R-->>MB: Bid A (Value: 1.0 ETH)
6868
and Request 2 (after Frequency interval)
69-
Note right of MB: Sleep FrequencyMs
69+
Note right of MB: Sleep frequency_get_header_ms
7070
MB->>R: GET /get_header (Request 2)
7171
R-->>MB: Bid B (Value: 1.1 ETH)
7272
and Request 3 (after Frequency interval)
73-
Note right of MB: Sleep FrequencyMs
73+
Note right of MB: Sleep frequency_get_header_ms
7474
MB->>R: GET /get_header (Request 3)
7575
R-->>MB: Bid C (Value: 1.2 ETH)
7676
end
7777
78-
Note right of MB: Timeout Reached or<br/>Replies Finished
78+
Note right of MB: max_timeout Reached or<br/>Replies Finished
7979
8080
Note right of MB: 1. Select best from Relay:<br/>Bid C (Latest Received)
8181
@@ -93,4 +93,4 @@ sequenceDiagram
9393

9494
3. **Delay multiple subsequent requests**: With timing games enabled, if `frequency_get_header_ms` is set, mev-boost sends multiple requests at intervals of `frequency_get_header_ms` until the budget is exhausted.
9595

96-
4. **Best Bid Selection**: From all responses received, mev-boost selects the most recently received bid from each relay, then compares across relays to return the highest value bid.
96+
4. **Best Bid Selection**: From all responses received, mev-boost selects the most recently received bid from each relay, then compares across relays to return the highest value bid.

0 commit comments

Comments
 (0)