-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while calling Filecoin.EthGetLogs
method
#12555
Comments
This issue exists because the snapshots don't contain receipts, nor, therefore, event data. If you did this and requested later than The thing that does concern me about this is the fact that it doesn't return an error. I'd like the resolution to this issue to be that we error when we haven't indexed that tipset. But it could be that #12655 already does that, we should test and confirm and fix if not. |
This issue is fixed now by ChainIndexer which is going out with Lotus 1.31.
But .. when you ask for a range of epochs, it won't error, we need to fix that. Issue opened for that specifically @ #12709 |
Checklist
Latest release
, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Repro Steps
LOTUS_FEVM_ENABLEETHRPC=1 ./lotus daemon
{"id":1,"jsonrpc":"2.0","result":[]}
Describe the Bug
According to Filecoin explorers (filfox or filutils), we should obtain five logs for this block number:
https://calibration.filutils.com/en/message/0xb3d54c1a06a9b6f6e752d5621a086f140d7e322512e05a270fccb439c47cf9da
https://calibration.filutils.com/en/message/0xb17fc66619ba84c74d0b0c7be8e8acf56ffaa9248845730ade6ee16f10d9cd1c
Note that for some epochs, I do see logs, but for some, I don't see them and have an empty list as a result.
Logging Information
The text was updated successfully, but these errors were encountered: