smartcontractkit / smartcontractkit/chainlink
[FEAT] Change admin portal funding display to understand decimals
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 8.2k
- Forks
- 2k
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 202
Description
Description
Teach the admin portal the decimals for ETH and LINK when displaying balance on Keys tab. Instead of say 100000000000000000000 for 100 LINK, it'd display 100.000000000000000000 - or arguably 100.0000 because past the 4th decimal it gets a little silly.
Motivation
Quality of Life, easier to read. Human brain slow at math.
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 locating the admin portal's Keys tab and the code that formats ETH and LINK balances, then inspect how the current raw values are displayed. Update the display to use the appropriate decimal representation and verify that balances such as 100 LINK render in a human-readable form.
Written by the indexing model from the issue text.
Assessment
- Domain
- blockchain, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100