Skip to content
Discussion options

You must be logged in to vote

Hey @hazim-j,

The reason for the Walking back L1Block by hash message is because its walking back to the last finalized block to begin resyncing from there. This is because the last finalized block is the last block that was marked as derived by the L1. Here's information about unsafe, safe, and finalized tags.

The reason for the long re-sync period, is for some currently unknown reason, your node isn't marking the latest finalized block. So it'll keep walking back until it finds its known last finalized block or all the way back to genesis.

To find out your unsafe, safe, and finalized blocks, you can use the following RPC requests:

Last Finalized Block

curl $RPC_URL \
-X POST \
-H "Conte…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@hazim-j
Comment options

@sbvegan
Comment options

@trianglesphere
Comment options

@hazim-j
Comment options

@trianglesphere
Comment options

Answer selected by opfocus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node-operator Questions relating to running a rollup node on OP Mainnet/Testnet. discussion-metrics Used by Github Action to gather discussion metrics on the question and answer section.
3 participants