[Node Operator Question] regarding L2 block sync after Ecotone #553
Replies: 2 comments 5 replies
-
in snap sync mode with full node,yes
it can be any third-party rpc/self-host CL client(that keeps all blobs,not deleted) that support blob_sidecars method,example:quicknode ,Blob Archiver isn't the only choice
you need to define how historical it is. After bedrock upgrade it is find,but if you want to access pre-bedrock historical data,it even need a old geth to fetch it(or simplified just point --rollup.historicalrpc= to https://mainnet.optimism.io/)
can I ask why you need this? |
Beta Was this translation helpful? Give feedback.
-
Should be this one |
Beta Was this translation helpful? Give feedback.
-
Are you running the most up to date node software?
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
I’m trying to sync L2 blocks on the Optimism mainnet and have encountered a few questions. My ultimate goal is to query historical blocks and transactions from the op-geth console for research purposes.
After the Ecotone upgrade, I understand that I need to configure a Blob Archiver to fetch historical blocks and transactions. Is it possible for op-node to fetch them solely through its own p2p network peers? My understanding is that op-node maintains L2 blocks on its own. As mentioned, I just want to access historical blocks and transactions on the mainnet.
Where can I find the genesis file for op-mainnet?
Thanks.
Protocol Description
op-geth 1.101315.3
op-node 1.7.7
op-mainenet/ethereum
Node Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions