Skip to content

Commit

Permalink
use activation for block building span
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmel committed Sep 11, 2024
1 parent f87f647 commit 0fd510b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion builder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ sequenceDiagram
OPS-->>OPB: UnsafeHeadUpdate(P2P)
OPB-->>BB: SSE: PayloadAttributes
Note right of BB: timespan for building blocks
activate BB
OPS->> BB: /eth/v1/builder/payload/{slot}/{parent_hash}
BB-->>OPS: BuilderPayload
deactivate BB
OPS->>EES: engine_getPayload
EES-->>OPS: EnginePayload
OPS-->>OPS: choose payload
Expand Down

0 comments on commit 0fd510b

Please sign in to comment.