graphprotocol / graphprotocol/graph-network-subgraph

List of bugs to fix

Open
#82 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
82
Forks
47
PR merge metrics
No merged PRs in 30d

Description

  • Truncate decimals on division for values like GRT. GRT with 18 decimal places cannot have decimals after. They do not exist on the blockchain, it is pointless to store in the subgraph
  • There was a bug about epochs not being a full 24 hours. We should investigate
  • Strings should be truncated to a length of, 200 maybe

Contributor guide

No contributing guide indexed for this repository

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 separating the three checklist items and locating the subgraph logic for decimal division, epoch duration, and string handling. Reproduce each reported behavior before choosing a scope; done means the relevant bug is fixed and the affected behavior is covered by tests, though no specific files or tests are named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
backend, 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.