aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send/tests/send-utils.test.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-2/+1
| | | | | | | | | | * 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
* Update gas when hex data changes on send screenWhymarrh Whitby2018-10-011-0/+12
|
* Update send.utils.test to with better mocksWhymarrh Whitby2018-10-011-5/+8
|
* Fix lint warnings in the send/ directory.Dan2018-07-161-0/+26
|
* Remove send_ directory, revert to just having sendDan2018-07-161-0/+486
Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.