Open
Description
In the current implementation of the handle_payload_attributes
, we issue a block building task on top of the safe head, using the forkchoice_updated
, in case we haven't seen the current payload attributes. After getting the payload back, we issue another call to new_payload
. It was initially thought that the call to forkchoice_updated
would only trigger block building, not adding the built block to the chain. Verify the previous claim and remove the call to new_payload
if invalid.
rollup-node/crates/engine/src/future/mod.rs
Lines 241 to 250 in 5bc33a2
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status