-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easy wrong forks on op-geth/v1.101304.2 X op-node/v1.4.0 on mainnet?! #468
Comments
Hi Juno, What do you mean by "nodes finalize and stop at wrong blocks" - are you saying that the node diverges from what's on Etherscan, or that the node halts outright? Or both? Can you please post some logs for us to see? Lastly, are you running with |
Yes This was one of the node going wrong
seem that node hardforked to some where , hash mismatch
https://optimistic.etherscan.io/block/114388037 |
merely rollback by 1 block (the fork was 1 block only) seemed not the correct way out debug.setHead 1 block back for op-geth on that node then restart op-node -> doing some |
not with |
@juno-yu we've recently received reports that receipts fetching with Can you confirm that block you mentioned above ( If yes, can you access this block's transactions/tx hashes? How many does it contain? Is it less that the correct block's number of transactions? If it is missing some, can you confirm that these are missing user deposits? |
thanks , good to know cause being addressed I don't keep the broken datadir with us as archive datadir are like 6TB+ nowadays and i needed to recover things for our production workload - can't check those broken blocks boundary again |
@sebastianst what's the status of this? |
Describe the bug
Easy hardforks on op-geth/v1.101304.2 X op-node/v1.4.0 on mainnet - hit 3 times in 48hours (All on different heights)
To Reproduce
Run with op-geth/v1.101304.2 X op-node/v1.4.0 on mainnet , archive node , sync from L1
Expected behavior
Nodes won't finalise wrong block
Screenshots
Nodes finalize and stop at wrong blocks that didn't match with https://optimistic.etherscan.io/ && can't rollback by debugSetHead on op-geth (nodes would want rollback to older heights... which sounds taking very long time for ETA)
System Specs:
Additional context
The text was updated successfully, but these errors were encountered: