generated from flashbots/flashbots-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 275
Closed
Description
Currently engine_forkchoiceUpdatedV1 is used to communicate to relays the feeRecipient that a validator will be using. As a side effect, a lot of unnecessary information is communicated to the relays.
I propose two potential alternatives:
builder_getPayloadHeader(hash, feeRecipient) -> PayloadHeaderbuilder_preparePayload(hash, feeRecipient) -> uint64+builder_getPayloadHeader(payloadId) -> PayloadHeader
I don't know if I have enough of an understanding of the latency of 1) to choose it over 2), but it is naively my preference.
Metadata
Metadata
Assignees
Labels
No labels