aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/conversion-util.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix rounding issue when sending max tokens (#5695)Alexander Tseung2018-11-201-1/+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
* Add tests for TransactionActivityLog. Make changes to rendering eventsAlexander Tseung2018-09-131-0/+3
|
* Cast arguments for new Bignumbers() to string.Dan Miller2018-08-151-2/+2
|
* Merge pull request #4654 from TrejGun/bignumberDan J Miller2018-07-041-1/+1
|\ | | | | fixes #4307 BigNumber casting issue
| * fixes #4307 BigNumber casting issuetrejgun2018-06-241-1/+1
| |
* | Add a buffer to new ui gas estimatesDan2018-06-151-0/+11
|/
* Estimate gas using same algorithm as backend.Dan2018-05-311-1/+4
|
* Retry transaction logic added to tx-list-item, confirm-send-ether, ↵Dan2018-03-091-0/+13
| | | | customize-gas-modal, and dependents.
* Rounding of vals < 0.01 in currency display consistent with master.Dan2017-11-111-1/+1
|
* LintingThomas Huang2017-11-111-2/+2
|
* Lint fixes.Dan2017-11-071-1/+1
|
* Set gas price allows for WEI precision.Dan2017-11-071-1/+1
|
* Adds max amount feature for send-etherDan2017-11-071-0/+15
|
* Token balance in send state; validating sufficient tokens, validation ↵Dan2017-11-071-0/+1
| | | | updates on 'from' switching.
* More lint fixesDan2017-11-021-9/+9
|
* Lint fixes for NewUI-flat.Dan2017-11-021-3/+5
|
* Correct rendering of conversions when conversion rate is a token. (#2498)Dan J Miller2017-10-271-5/+6
|
* Change min gas price to 0.1 GWEIDan2017-10-271-1/+26
|
* Merge branch 'NewUI-flat' into MM-128-get-currentCurrency-from-stateChi Kei Chan2017-10-201-4/+4
|\
| * Fix handling of arithmetic on token gas in confirm-send-token.Dan2017-10-201-4/+4
| |
* | Get currency from state in account details, send and confirm screens.Dan2017-10-201-1/+1
|/
* Amount field shows insufficient funds error based on amoutn + gas total.Dan2017-10-201-4/+8
|
* Handling to and amount errors.Dan2017-10-191-7/+4
|
* Customize Gas connected to stateDan2017-10-161-4/+12
|
* [NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from ↵Dan J Miller2017-10-141-1/+13
| | | | | | | | | | | | | | | | | | state (#2364) * Adds memo field to send-v2. * Vertical align transaction with flexbox. * Customize Gas UI * Remove internal state from InputNumber and fix use in gastooltip. * Move customize-gas-modal to its own folder and minor cleanup * Create send container, get account info from state, and make currency display more reusable * Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
* Adds amount and gas field to sendV2.Dan2017-10-131-1/+1
|
* Conversion util can invert conversion rateDan2017-10-091-2/+16
|
* Fix send of USD and backspacing amount to 0Dan2017-09-291-2/+2
|
* Client side error handling for from, to and amount fields in send.jsDan2017-09-231-0/+13
|
* Confirm screen shows amount plus gas in total fieldDan2017-09-221-0/+10
|
* Ensure conversion util does not return insignificant trailing zeroes.Dan2017-09-201-1/+1
|
* Handle transaction totals in WEI in tx-list, send and pending.Dan2017-09-161-0/+6
|
* Adds USD to token list.Dan2017-09-161-0/+4
|
* Reapply conversion utility changes and fix calls to utility in pending-tx.Dan2017-09-141-41/+100
|
* Revert "Overhaul currency conversion utility and update calls to utility in ↵Chi Kei Chan2017-09-131-100/+41
| | | | | | pending-tx." This reverts commit 080890a46ec98814bce8680f561fae3b52d81ed2.
* Overhaul currency conversion utility and update calls to utility in pending-tx.Dan2017-09-131-41/+100
|
* [New-UI] Confirm Screen restyle and connect to state (#2042)Dan J Miller2017-09-121-0/+50
| | | | | | | | | | | | | | | | * Adds utility for converting currencies (WIP) * Implements confirm screen * Style tweaks. * Confirm screen total ammount now uses real data. * Confirm screen total ammount now uses real data. * Replace content divider with sibling css. * Replace section divider with scss.
* Convert conversion util to pure json.Kevin Serrano2016-11-191-5/+0
|
* Remove logging. Clean up duplicate entries in currency list.Kevin Serrano2016-08-171-1/+1
|
* Enable full listing of supported currencies by Cryptonator.Kevin Serrano2016-08-101-0/+5