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
HIP 482 notes that logIndex in eth_getLogs should be "The position of the log within the block.". Current implementation on network seems to use "The position of the log within the transaction." as returned by the mirror node.
This is resulting in the logIndex property being mostly zero within the same block
Description
HIP 482 notes that
logIndex
ineth_getLogs
should be "The position of the log within the block.". Current implementation on network seems to use "The position of the log within the transaction." as returned by the mirror node.This is resulting in the
logIndex
property being mostly zero within the same blockResponse from
eth_getLogs
👇Steps to reproduce
eth_getLogs
Additional context
No response
Hedera network
other
Version
v1.0.0
Operating system
Linux
The text was updated successfully, but these errors were encountered: