feat(indexer) consolidate retrieval of finalized headers#5840
feat(indexer) consolidate retrieval of finalized headers#5840OptimismBot merged 6 commits intodevelopfrom
Conversation
|
✅ Deploy Preview for opstack-docs canceled.
|
|
Could reuse this tooling for the batch calling: optimism/op-node/client/rpc.go Line 144 in 2d04a15 I think this is what you'd want to use: optimism/op-node/client/rpc.go Line 162 in 2d04a15 |
ooh nice this is helpful thanks! I'll revisit a lot of the |
|
FE-1197 does it work for ecosystem team? |
33a53d7 to
1119bb9
Compare
|
Updated so that the fetcher holds reference to the last header. Useful so that the fetcher can ensure the next batch is chained correctly on the last header |
|
Copying @roninjin10 comment about batch sizes
|
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
1 similar comment
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
The Fetcher will be used to drive new batches of headers to check. This can be used against both the L1 and L2 instances. Not super clear why the indexer currently duplicates this logic in both L1/L2
Follow up
EthClientinterface. See some of the comments on this PR