filecoin-project / lotus

Reference implementation of the Filecoin protocol, written in Go
https://lotus.filecoin.io/
Other
2.82k stars 1.25k forks source link

Eth API: eth_getLogs and eth_newFilter do not support blockHash #10576

Open raulk opened 1 year ago

raulk commented 1 year ago

See TODO at

https://github.com/filecoin-project/lotus/blob/41fce94db48fbed79fe47549cc7b5a0c3c78c708/node/impl/full/eth.go#L1173

This seems like low-hanging fruit to implement.

imxyb commented 1 year ago

let me implement it

imxyb commented 1 year ago

PTAL, thanks @raulk