smartcontractkit / smartcontractkit/chainlink

[FEAT] Change admin portal funding display to understand decimals

Open
#4,100 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted needs votes
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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.