TransactionReceipts on events should leverage the Firehose block when available

Open
#4,431 1 comment 1 reaction 1 assignee View on GitHub

@mangas is already working on this.

Since Aug 1, 2023.

Assessment

This issue has not been assessed yet.

Description

firehose Stale

Currently if an Ethereum event handler accesses event.receipt, the TransactionReceipt is fetched from an RPC. If the subgraph is indexing using a Firehose, it should be able to directly access the TransactionReceipt from the firehose block. This will increase performance, and also remove a further point of RPC reliance for Firehose subgraphs

Dominant language
Rust
Stars
3.2k
Forks
1.1k
Avg merge
4d 1h
Merged PRs (30d)
1

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from graphprotocol/graph-node

All issues in graphprotocol/graph-node

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.