aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/send_/send.utils.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove send_ directory, revert to just having sendDan2018-07-161-312/+0
| | | | | | Revert accidentally changed constants. Require defaults in ens-input, gas-fee-display and confirm screens.
* Refactor and redesign confirm transaction viewsAlexander Tseung2018-07-071-4/+4
|
* Improve send token error ux.Dan2018-07-051-2/+31
|
* Merge pull request #4699 from TrejGun/removeLeadingZeroesDan J Miller2018-07-041-0/+5
|\ | | | | move removeLeadingZeroes to utils, add test
| * move removeLeadingZeroes to utils, add testtrejgun2018-07-021-0/+5
| |
* | Set based estimate for token sends to be updated once recipient address ↵Dan2018-06-291-0/+3
|/ | | | specified.
* On send screen amount change, updateGas call now includes current to address.Dan2018-06-191-0/+5
|
* Send screen returns simple gas cost if no to address specified when not ↵Dan2018-06-191-3/+2
| | | | sending token.
* Estimate gas limit when the token amount changes. Fix amount inputAlexander Tseung2018-06-161-10/+2
|
* Update send.utils.js estimateGas tests.Dan2018-06-151-0/+1
|
* Add a buffer to new ui gas estimatesDan2018-06-151-2/+41
|
* Add hex-prefix to gas estimate resultAlexander Tseung2018-06-151-2/+2
|
* Simplify recipient code check in send.utils estimateGasDan2018-06-051-4/+5
|
* Fix calculation of data property for gas estimation on token transfers.Dan2018-06-021-13/+10
|
* Improve efficiency of estimateGasPriceFromRecentBlocksDan2018-05-311-10/+5
|
* Gas estimation uses block gas limit as fallback if query.estimateGas returns ↵Dan2018-05-311-4/+11
| | | | an expected error.
* Auto update gas estimate when to changes.Dan2018-05-311-13/+17
|
* Estimate gas using same algorithm as backend.Dan2018-05-311-28/+37
|
* Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks ↵Dan2018-05-311-0/+37
| | | | method.
* getParamsForGasEstimate extracts symbol from token instead of just accepting ↵Dan2018-05-311-1/+2
| | | | symbol.
* Update amount error on update of send screen.Dan2018-05-311-2/+2
|
* Fix setting of token balance on account switch in send screen from field.Dan2018-05-311-1/+1
|
* Unit tests for containers, utils and selectors in send_/Dan2018-05-051-4/+4
|
* Use constants for send screen errors messages.Dan2018-05-011-3/+8
|
* Further refactors; includes refactor of send-v2.js and associated containerDan2018-04-301-5/+110
|
* Lint fixes and alphabetization for i3725-refactor-send-componentDan2018-04-271-12/+12
|
* Core of the refactor completeDan2018-04-271-0/+78
|
* first commitDan2018-04-071-0/+0