You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Nethermind 1.27.0 (and Sepolia chain) we discovered the following behaviour: eth_getFilterChanges returns incorrect logIndex for logs in unfinalized blocks. After block is finalized, the logIndex becomes correct. We don't see the same on Erigon.
For example, I caught that for this transaction and a log with topic 0xb3813568d9991fc951961fcb4c784893574240a28925604d09fc577c55bb7c32 the output was as follows:
On Nethermind 1.27.0 (and Sepolia chain) we discovered the following behaviour:
eth_getFilterChanges
returns incorrectlogIndex
for logs in unfinalized blocks. After block is finalized, thelogIndex
becomes correct. We don't see the same on Erigon.For example, I caught that for this transaction and a log with topic
0xb3813568d9991fc951961fcb4c784893574240a28925604d09fc577c55bb7c32
the output was as follows:After block is finalized,
eth_getLogs
returned another (correct) value:The text was updated successfully, but these errors were encountered: