Fix precision issues while formatting amounts #20994
Labels
bug
feature/web3/wallet
Integrating Ethereum+ wallet support
OS/Desktop
QA Pass-macOS
QA/Yes
release-notes/include
Milestone
User report: https://twitter.com/jim74255/status/1491103364746452994
We have no consistent way of formatting balances/amounts with rounding. Here are two most common issues we're facing with amount values:
For example,
0.000318182 ETH
will be formatted as0.0001 ETH
.For example, values seen in the transaction confirmation screen.
During an internal brainstorming, we considered not rounding amounts at all, but this will result in poor UX. This issue is about bringing contextual precision to amounts by introducing better formatting tools.
The text was updated successfully, but these errors were encountered: