graphprotocol / graphprotocol/graph-network-subgraph
List of bugs to fix
Open
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
- 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 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