onflow / onflow/flow

Missing transaction results for blocks

Open
#1,480 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Feedback
Dominant language
Go
Stars
361
Forks
159
PR merge metrics
No merged PRs in 30d

Description

Problem

Using the gRPC API at access.mainnet.nodes.onflow.org:9000, executing the GetTransactionResultsByBlockID method returns a not found error for the following blocks:

  • 70559476
  • 70559489
  • 70941709

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.

Research direction

Start by reproducing GetTransactionResultsByBlockID through the gRPC endpoint at access.mainnet.nodes.onflow.org:9000 for block IDs 70559476, 70559489, and 70941709. Read the method definition in protobuf/flow/access/access.proto and trace the response for these blocks; done means the method returns the expected transaction results or the missing-result behavior is clearly explained.

Written by the indexing model from the issue text.

Assessment

Tech stack
go, grpc
Domain
api, blockchain
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.