aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/selectors/confirm-transaction.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-4/+5
| | | | | | | | | | * Fix rounding issue when sending max tokens * Ensure amount row shows exact amount of max tokens on send screen (#2) * Fix tests * Change stored redux value from BigNumber to hex string. Fix TokenInput default value
* Add support for RPC endpoints with custom chain IDs (#5134)HackyMiner2018-10-261-0/+1
|
* Translate method names in the transaction list only when applicableAlexander Tseung2018-10-051-1/+6
|
* remove console logsbrunobar792018-08-151-1/+1
|
* Use token decimals when calculating confirm screen amount for token approvals.Dan Miller2018-08-081-2/+8
|
* Round large exponential numbersAlexander Tseung2018-07-281-4/+9
|
* Add close window support to signature requests. Move logic to actionsAlexander Tseung2018-07-241-1/+28
|
* Use Number constructor for number conversion. Use existing ↵Alexander Tseung2018-07-181-3/+3
| | | | noConversionRateAvailable message
* Add fallback when no function found, fix network colors, add fiat values for ↵Alexander Tseung2018-07-181-0/+99
| | | | tokens with contract exchange rates
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-0/+65