Dan J Miller
0558689636
Compare convert ethBalance to decimal before comparing to fromTokenBalance in useEffect for eth token balance update ( #9607 )
2020-10-14 16:48:21 -02:30
Erik Marks
c39617e111
Make FeeCard component specific to swaps ( #9603 )
...
* Make FeeCard component specific to swaps
* Fix some prop types
2020-10-14 11:59:03 -07:00
Erik Marks
a0d7aa56aa
Loosen isBestQuote PropType
2020-10-14 10:17:41 -07:00
Erik Marks
799df99bd0
Rename some props
2020-10-14 10:12:35 -07:00
Erik Marks
b31816d6f7
Make FeeCard component specific to swaps
2020-10-14 10:06:17 -07:00
David Walsh
d0152aad51
Use localizations for placeholders in Swap ( #9587 )
2020-10-14 14:15:44 -02:30
David Walsh
48dd3fe069
AutoFocus the from input on swaps screen ( #9581 )
2020-10-14 14:13:55 -02:30
Dan J Miller
2563180a88
Data consistency swaps token balance ( #9588 )
...
* Explicitly set balance and string on the swaps from token in token-overview
* Set swapsFromToken balance to a decimal instead of a hex on eth balance change in build-quote
2020-10-14 14:09:04 -02:30
Erik Marks
59212f7a2b
Remove dead gas estimation functions, rename function ( #9579 )
2020-10-13 14:13:54 -07:00
Dan J Miller
dfb722b6ed
Hex prefix newly fetched token balances in build-quote ( #9586 )
...
* Hex prefix newly fetched token balances in build-quote
* Set balance to dec WEI string instead of hex when adding token via swap from select
2020-10-13 17:38:24 -02:30
Dan J Miller
f3bd717184
Account for approval gas costs in eth received ( #9559 )
...
* Account for approval gas costs in eth received
* Pass approval txMeta to getSwapsTokensReceivedFromTxMeta in swaps/index.js
2020-10-12 17:26:53 -02:30
Dan J Miller
0e37904692
Add useFastestButtons options to gas-customization modal and utilize it in swaps. ( #9548 )
2020-10-12 14:21:17 -02:30
Dan J Miller
a9d156e611
Fix and simplify account switching in Swaps ( #9549 )
...
* Ensure rendered swap from token balance updates when token balance changes
* Disable account switching on all swaps routes other than build quote
2020-10-12 14:21:01 -02:30
Dan J Miller
dc5edb5431
Fix calculation and display of eth received amounts in swaps ( #9546 )
...
* Update txMeta after postTxBalance has been retrieved
* Use gas used from txReceipt to calculate eth received
* Return null from getSwapsTokensReceivedFromTxMeta in tokenSymbol is ETH and txReceipt is missing
* Get latest txMeta before updating it with postTxBalance in case of a swaps tx in confirmTransaction
* Lint fix
2020-10-12 07:52:51 -02:30
Dan J Miller
436b01387c
Add useSwapsEthToken hook and utilize wherever we need the ETH 'token' for swaps ( #9537 )
...
* Add useSwapsEthToken hook and utilize wherever we need the ETH 'token' for swaps
* Remove rawEthTokens param from useTokensToSearch calls
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Erik Marks <rekmarks@protonmail.com>
2020-10-09 12:17:56 -07:00
Mark Stacey
d8818a47c4
Add margins between quote list columns ( #9528 )
...
The quote list columns have been adjusted to add more space in between
the columns. Additionally, the third column cells are now better
aligned under the header. A few unnecessary `<div>`s and CSS classes
have been removed as well.
2020-10-09 16:12:13 -02:30
Dan J Miller
0ebc465221
Fix swap prop type errors ( #9532 )
...
* Fix swap prop type errors
* Fix prop type of sortColumn in sort-list
2020-10-09 13:08:01 -02:30
Dan J Miller
89a0f75942
Corrects the copy in the amount receiving tooltip of the swaps sort-list ( #9533 )
2020-10-09 12:30:16 -02:30
Dan J Miller
549140f6f5
Remove max mode for eth feature from swaps ( #9531 )
...
* Remove max mode for eth feature from swaps
* Fix unit tests after removing maxMode from swaps
2020-10-09 12:26:23 -02:30
David Walsh
25e5ac24b2
Prevent swaps value input placeholder from jumping when focused ( #9520 )
2020-10-08 13:38:36 -02:30
Dan J Miller
a939853989
Ensure all of a token is swapped when clicking max in swaps ( #9507 )
2020-10-07 18:38:34 -07:00
Dan J Miller
7a28783924
Prevent user from submitting swap if they do not have enough for the max gas fee ( #9500 )
2020-10-07 09:55:38 -07:00
Brad Decker
1ba4061f46
format quotes consistently on main-view and list-view ( #9495 )
2020-10-06 22:07:38 -02:30
Dan J Miller
534ac25a93
Ensure gas costs are accounted for when calculating the amount of eth received in a swap ( #9494 )
2020-10-06 21:38:09 -02:30
Dan J Miller
30d13422b5
Add MetaMask Swaps ( #9482 )
2020-10-06 15:58:38 -02:30