Closed
Description
System information
Geth version: ethereum/client-go:v1.15.7
CL client & version: sigp/lighthouse:v7.0.0-beta.5
Actual behaviour
I'm running a Holesky full node, and found that, after a chain reorg, I try to call eth_getLogs
to fetch the logs in the new fork, but seems geth can't return the logs at the exact reorged height, it will only return those new logs before / after the reorged height.