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
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
As described in EIP 234, eth_getLogs currently only supports querying logs by block number and not block hash.
This makes it impossible to know whether the logs returned are from the expected block, or if a block-reorg happened and the logs returned are actually from another block. Help!
As described in EIP 234,
eth_getLogs
currently only supports querying logs by block number and not block hash.This makes it impossible to know whether the logs returned are from the expected block, or if a block-reorg happened and the logs returned are actually from another block. Help!
Since the EIP's acceptance, the
blockHash
param has been added to the official Ethereum JSON RPC docs.Geth also recently implemented EIP 234 (ethereum/go-ethereum#16734), would it be possible for Parity to do the same?
Getting a reliable stream of logs, regardless of re-orgs is not possible without this change.
The text was updated successfully, but these errors were encountered: