dusk-network / dusk-network/explorer
Limit average gas price to two decimals (rounded) in all views
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently, the average gas price may display several decimal digits, making it harder to read and compare. To improve readability and consistency, round the displayed average gas price to two decimal places.
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
Locate the code that renders the average gas price across the explorer's views and inspect how the value is currently formatted. Update the displayed value to use rounded two-decimal formatting consistently, then verify that every view shows the same result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100