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
For some of the earliest blocks on the EVM testnet (below block ~100), filtering logs by block number can result in logs from blocks outside that range getting returned.
Problem
For some of the earliest blocks on the EVM testnet (below block ~100), filtering logs by block number can result in logs from blocks outside that range getting returned.
Steps to Reproduce
For example, this request to https://testnet.evm.nodes.onflow.org for block 9:
Results in logs coming back from blocks 2519, 2532, and 2546:
Will note that all four of those block numbers start with
0x9
.Similar issue when filtering for block number 10, 11, and others in the early block range on testnet.
Acceptance Criteria
Return only the logs from the specified range in the results.
Context
We are indexing data for SimpleHash, the multi-chain token API.
The text was updated successfully, but these errors were encountered: