Skip to content
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

getTransactionReceipt can return null #200

Open
area opened this issue Apr 11, 2024 · 0 comments
Open

getTransactionReceipt can return null #200

area opened this issue Apr 11, 2024 · 0 comments

Comments

@area
Copy link
Member

area commented Apr 11, 2024

image

Only on master-arbitrum for now.

The block ingestor can (and does) recover from this, so not urgent, but for tracking purposes.

getTransactionReceipt can return null if the provided hash is not mined yet. I think this behaviour occurs when:

  • A block contains no events
  • When checking the receipts for each transaction in an event, we get proxied to an endpoint that hasn't seen the relevant block yet, and so get null returned.
  • We try to call logs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant