reth
reth copied to clipboard
fix: Support reorged blocks in eth_getFilterLogs and eth_getFilterChanges
Closes #2380
I changed it so the reorged blocks are part of active filter and will be emitted when emitting new logs, is that what you meant? @mattsse