• Joshua Gutow's avatar
    op-node: Call FCU on new unsafe payload (#3418) · 5b6bd794
    Joshua Gutow authored
    This calls a FCU to set the unsafe head of the L2 execution client
    immediately after NewPayload is called on the execution client. This
    means that the unsafe head in the node state matches the unsafe head
    on the execution client.
    
    This commit removes the FCU prior to the NewPayload call because
    we assert that the unsafe block that we are inserting extends the
    current unsafe head. As such, the L2 execution client is in a state
    to accept the new block.
    5b6bd794
Name
Last commit
Last update
..
backoff Loading commit data...
client Loading commit data...
cmd Loading commit data...
eth Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
sources Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker.go.work Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
service.go Loading commit data...