• Joshua Gutow's avatar
    op-node: Skip conf depth check if L1 head is empty · 815c7a85
    Joshua Gutow authored
    The L1 Head block in the conf depth is pulled from the L1 State object.
    The L1 State is never initialized at startup but instead from the new head
    channel. This means that prior to the first new head, any code which calls
    BlockByNumber would always fail if the conf depth was not zero.
    815c7a85
Name
Last commit
Last update
..
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...