Skip to content

Replace SubmitBlockRequest with alloy's SubmitBlockRequest #611

Open
@mattsse

Description

@mattsse

#[derive(Debug, Clone, Serialize, Deserialize)]
#[serde(untagged)]
pub enum SubmitBlockRequest {
Capella(CapellaSubmitBlockRequest),
Deneb(DenebSubmitBlockRequest),
Electra(ElectraSubmitBlockRequest),
}

I just upstreamed this to alloy: alloy-rs/alloy#2391 in 0.15.9

this could be replaced

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