Missing transaction results for blocks
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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