Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re-add support for
fromBlock
, toBlock
, blockHash
in `eth_getLog…
…s` (#130) In #108 a regression got introduced, resulting in `fromBlock`, `toBlock` and `blockHash` no longer being sent when a client calls `eth_getLogs`. This may break the deposits import process in `nimbus-eth2`, resulting in messages such as: ``` ERR 2024-02-06 19:52:34.474+01:00 The Eth1 chain is not synced ourDepositsCount=0 targetDepositsCount=403 ``` Fixing the regression restores successful import messages: ``` INF 2024-02-06 22:12:14.863+01:00 Eth1 sync progress topics="elmon" blockNumber=1349452 depositsProcessed=3 ```
- Loading branch information