Replies: 3 comments 3 replies
-
It just happened with the new version as well with some of the nodes (all pointing to the same L1 beacon node). So the issue seems to occur when the L1 beacon has a forked block: https://beaconscan.com/slot/8727479. Some nodes can recover from that, but other don't. Thoughts?
|
Beta Was this translation helpful? Give feedback.
-
I have exactly the same problem with the "safe block".
=> 2 days ago. and depending on the node I send the request to, I get different results (a local node, mainnet.optimism.io, a 3rd party provider, ...) |
Beta Was this translation helpful? Give feedback.
-
Hey @cromaniuc, the public endpoint is behind proxyd. This proxy acts as a load balancer for RPC requests. They include nodes run by OP Labs and third party RPC providers. So the |
Beta Was this translation helpful? Give feedback.
-
Discussion Topic
We operate multiple OP nodes and have observed since yesterday (03-25-2024) that executing the command below yields a block from several hours earlier, this occurs even when accessing the public endpoint:
curl -X POST -H "Content-Type: application/json" --data '{"jsonrpc":"2.0","method":"eth_getBlockByNumber","params":["finalized", false],"id":1}' https://mainnet.optimism.io/
The block is different for different nodes instances, but its timestamp varies from 3 to 15 hours.
Any idea what changed? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions