Skip to content

Maru call FCUV1 and FCUV2 interleaved on sequencer #399

@fluentcrafter

Description

@fluentcrafter

Impact

All environments, on a sequencer at least.

Describe the bug

Maru calls is calling FCU v1 and V2 engine_forkchoiceUpdatedV1(head, safe, finalized) and engine_forkchoiceUpdatedV2(head, safe, finalized, payloadAttributes) interleaved.

This is not expected; after the protocol switch, it should call only one of them.

Steps to Reproduce

Check out the branch chore/linea-besu-package-update-sequencer on b315dcbf2f1469d282c79b76cc33f12945f2c95c

cd linea-besu-package && \
make clean && \
make build && \
make run-e2e-test-cleanup && \
make run-e2e-test

Actual result

Evidence of the bug, including log extracts, screenshots, wallet addresses, Tx hash, ...

Expected result

After the first engine_forkchoiceUpdatedV2 we should not see engine_forkchoiceUpdatedV1 calls

sequencer-logs_2_engine_calls.txt
sequencer-logs_2.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions