-
Notifications
You must be signed in to change notification settings - Fork 1
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
failed to get logs for block #26498859 #274
Comments
Getting the receipts for each tx separately works fine with:
|
The problem also affects other blocks like 29876133. |
Same happens for 30819231. |
@karlb So I guess we can consider this closed once we've updated our alfajores nodes with the next release? |
I think forno is already running a fixed version, but I would keep the issue open until there is an official release with the fix in it. |
Have partners who've noticed problems been made aware of the fix and has someone verified it works on their end? |
A release should happen really soon, then we'll let everyone know, so that they can take advantage of the fix even if they run their own node. I also sent the link to this issue to the two parties noticing this problem, so they could follow that way in the mean time if they are interested. |
Can we close this, now that https://github.com/celo-org/op-geth/releases/tag/celo-v2.0.0-rc1 is released? |
fails with
Error: server returned an error response: error code -32000: failed to get logs for block #26498859
I can reproduce the same error with a local synced node. The logs show the following error
The block has three txs, one of them is a CIP-64 tx, so it could be related to the CIP-64 receipt handling.
The text was updated successfully, but these errors were encountered: