aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/tests/send-utils.test.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove send_ directory, revert to just having sendDan2018-07-161-486/+0
| | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.
* Improve send token error ux.Dan2018-07-051-1/+45
|
* Set based estimate for token sends to be updated once recipient address ↵Dan2018-06-291-0/+6
| | | | specified.
* On send screen amount change, updateGas call now includes current to address.Dan2018-06-191-0/+12
|
* Send screen returns simple gas cost if no to address specified when not ↵Dan2018-06-191-0/+6
| | | | sending token.
* Update send.utils.js estimateGas tests.Dan2018-06-151-5/+19
|
* Add hex-prefix to gas estimate resultAlexander Tseung2018-06-151-2/+2
|
* Fix calculation of data property for gas estimation on token transfers.Dan2018-06-021-15/+28
|
* test - send-utils.test - lint fixkumavis2018-05-311-1/+1
|
* Gas estimation uses block gas limit as fallback if query.estimateGas returns ↵Dan2018-05-311-1/+28
| | | | an expected error.
* Auto update gas estimate when to changes.Dan2018-05-311-31/+23
|
* Estimate gas using same algorithm as backend.Dan2018-05-311-62/+64
|
* Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵Dan2018-05-311-0/+106
| | | | method.
* getParamsForGasEstimate extracts symbol from token instead of just accepting ↵Dan2018-05-311-3/+3
| | | | symbol.
* Unit tests for containers, utils and selectors in send_/Dan2018-05-051-0/+264
|
* first commitDan2018-04-071-0/+0