The dollar values for various positions are not displayed on the pool page.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
A user reported an issue with not being able to view the liquidity position value or fee value on the pool page. Upon investigation, I observed that this issue is not isolated; several other positions are also not displaying.
I conducted a thorough check and it appears to be related to the specific area (ID number) of the position. For instance, position 157300 displays correctly, but position 157301 does not. This inconsistency persists among positions up to 157306, with some visible and others not. I examined other positions with lower and higher numbers and found the visibility to be hit-or-miss.
There are no console errors to indicate a problem, leaving me uncertain as to why some positions are visible and others are not.
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 at the pool page and reproduce the issue with positions 157300 through 157306, comparing positions whose liquidity and fee dollar values appear with those whose values are missing. Check the position-value display path and use the absence of console errors as part of the investigation. Done means values display consistently for the affected and comparable lower- and higher-numbered positions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- blockchain, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100