Skip to content

Review web3signer message types for Gloas #9252

@jimmygchen

Description

@jimmygchen

Description

Three new Web3SignerObject message types were added for Gloas (ExecutionPayloadEnvelope, PayloadAttestation, ProposerPreferences) but haven't been verified against the web3signer spec.

We need to confirm:

  • The MessageType enum values match what web3signer expects (serialization format, naming)
  • The signing root computation is compatible
  • Any additional fields web3signer requires are included

There's a TODO(gloas) at validator_client/signing_method/src/web3signer.rs:22 tracking this.

This should be reviewed before the Glamsterdam release.

Steps to resolve

  • Check the web3signer spec/docs for any new message type definitions related to ePBS
  • Verify our MessageType variants and their serialization match
  • Update or remove the TODO once verified

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions