Skip to content

getTransactionReceipt can return null #200

@area

Description

@area

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions