Skip to content

eth_newPayloadV4: Why require full requests instead of requestsHash? #662

Description

@ravirahulhh

Currently, the eth_newPayloadV4 interface requires the CL to pass the full requests to the EL. But it seems like passing just the requestsHash should be sufficient.

EL can locally process the block, derive the valid requests, compute the requestsHash, and compare it with the one provided by the CL. Format validation and ordering checks for requests can also be enforced via the requestsHash comparison.

So I’m wondering if there’s any reason to require the full requests instead of just the hash. Maybe there's something I’m overlooking, otherwise, this seems like unnecessary duplication.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions