-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working