Skip to content

Builder panics cannot find parent_beacon_block_root #194

@ferranbt

Description

@ferranbt

Logs shared by a user:

thread 'tokio-runtime-worker' panicked at crates/op-rbuilder/src/builders/flashblocks/payload.rs:827:18:
called `Option::unwrap()` on a `None` value
ts=2025-07-09T16:07:34.391183085Z level=info target=reth::cli message=Status connected_peers=6 latest_block=0
ts=2025-07-09T16:07:46.166264746Z level=info target=op_rbuilder::builders::generator message="Spawn block building job"
ts=2025-07-09T16:07:46.166434157Z level=info target=payload_builder message="New payload job created" id=0x0135588c228f5ab5 parent=0x102de6ffb001480cc9b8b548fd05c34cd4f46ae4aa91759393db90ea0409887d
ts=2025-07-09T16:07:46.168123839Z level=info target=op_rbuilder::builders::generator message="Resolve kind Earliest"

thread 'tokio-runtime-worker' panicked at crates/op-rbuilder/src/builders/flashblocks/payload.rs:827:18:
called `Option::unwrap()` on a `None` value
ts=2025-07-09T16:07:59.392137378Z level=info target=reth::cli message=Status connected_peers=6 latest_block=0
ts=2025-07-09T16:08:06.304187657Z level=info target=op_rbuilder::builders::generator message="Spawn block building job"
ts=2025-07-09T16:08:06.304337541Z level=info target=payload_builder message="New payload job created" id=0x0135588c228f5ab5 parent=0x102de6ffb001480cc9b8b548fd05c34cd4f46ae4aa91759393db90ea0409887d
ts=2025-07-09T16:08:06.305384764Z level=info target=op_rbuilder::builders::generator message="Resolve kind Earliest"

thread 'tokio-runtime-worker' panicked at crates/op-rbuilder/src/builders/flashblocks/payload.rs:827:18:
called `Option::unwrap()` on a `None` value

The builder panics due to an unwrap to get the parent_beacon_block_root from the engine API calls.

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