Michael Standen
8b3d96bc84
Add New Zealand Dollar to currency options ( #10746 )
4 years ago
Dan J Miller
d8fd4b8271
Use correct block explorer name and link in swaps when on custom network ( #10743 )
...
* Use correct block explorer name and link in swaps when on custom network.
* Fix up custom etherscan link code in build-quote.js
* Use blockExplorerUrl hostname instead of 'blockExplorerBaseUrl'
* Use correct etherscan-link method for token links in build-quote
* Create correct token link in build-quote for mainnet AND custom networks
* Block explorer url improvements in awaiting-swap.js and build-quote.js
* Use swapVerifyTokenExplanation message with substitutable block explorer for all applicable locales
* Ensure that block explorer links are not shown in awaiting-swap if no url is available
4 years ago
Dan J Miller
cc19d250e8
Ensure swaps gas prices are fetched from the correct chain specific endpoint ( #10744 )
...
* Ensure swaps gas prices are fetched from the correct chain specific endpoint
* Just rely on fetchWithCache to cache swaps gas prices, instead of directly using storage in getSwapsPriceEstimatesLastRetrieved
* Empty commit
4 years ago
David Walsh
d4842b089e
Fix 10562 - Hide the suggested token pane when not on Mainnet or test network ( #10702 )
4 years ago
Brad Decker
6563339cbc
rule out empty string for symbol ( #10712 )
4 years ago
Brad Decker
c865804a26
resolve issue with missing template error ( #10692 )
...
* resolve issue with missing template error
* also apply filtering to confirmation page
* rename variable
4 years ago
David Walsh
c14919c60f
Fix 10706 - Prevent autocomplete from add token input ( #10700 )
4 years ago
Shane
0fdc8a42ce
fix: remove unused `metamask.rpcUrl` from redux state + fix tests to reflect that ( #10714 )
4 years ago
Brad Decker
a16841f6bb
rule out empty string for symbol ( #10712 )
4 years ago
ryanml
1cfa58287c
Removing hard references to 12 word seed phrases in copy ( #10704 )
...
Adding translation entry for "Wallet Seed"
Fixed label padding issue by adding missing CSS rule
4 years ago
Mark Stacey
5bed62b1b3
Add MetaMask to list of BIP44 HD path examples ( #10703 )
...
The "BIP44 Standard" HD path option in the Ledger connect flow listed
only Trezor as an example. It seemed appropriate to include MetaMask as
well, since we use the same path. This helps users who have imported
their MetaMask seed phrase onto a Ledger device to discover this
option.
4 years ago
Brad Decker
255586aea1
resolve issue with missing template error ( #10692 )
...
* resolve issue with missing template error
* also apply filtering to confirmation page
* rename variable
4 years ago
ryanml
fc8ffc134d
Adding default properties to NetworkForm ( #10682 )
...
Fixes MetaMask/metamask-extension#10681
4 years ago
gitpurva
fc999f948b
Change 'Send ETH' title to 'Send' ( #10651 )
4 years ago
ryanml
6cfdac529f
Don't render faucet row in deposit modal for custom chains ( #10674 )
...
Fixes MetaMask/metamask-extension#10038
4 years ago
Shane
b50fe3184a
fix: replace dnode background with JSON-RPC ( #10627 )
...
fixes #10090
4 years ago
Dan J Miller
480512d14f
Swaps support for local testnet ( #10658 )
...
* Swaps support for local testnet
* Create util method for comparison of token addresses/symbols to default swaps token
* Get chainId from txMeta in _trackSwapsMetrics of transaction controller
* Add comment to document purpose of getTransactionGroupRecipientAddressFilter
* Use isSwapsDefaultTokenSymbol in place of repeated defaultTokenSymbol comparisons in build-quote.js
4 years ago
Brad Decker
5a233e4634
colocate tests in flat structure ( #10655 )
4 years ago
David Walsh
da90674f59
Allow TextField to receive min and max attributes ( #10656 )
4 years ago
David Walsh
b8900140ec
Prevent network menu highlighting ( #10643 )
4 years ago
Dan J Miller
60514c12b0
Fix: ETH 'token' now only appears once in the swaps to and from dropdowns. ( #10650 )
4 years ago
David Walsh
3e6b2e7f0a
Ensure swaps detail height doesn't create jump in vertical height ( #10644 )
4 years ago
David Walsh
9ae82046f0
Position the 3dot menu in the same spot on asset screen and home screen ( #10642 )
4 years ago
Dan J Miller
153bbc6053
Move swaps constants to the shared constants directory ( #10614 )
4 years ago
Brad Decker
3d4dfc74a8
prefer chainId over networkId in most cases ( #10594 )
4 years ago
Shane
b21cc5660f
fix: speedup cancellation ( #10579 )
...
fixes #7305
4 years ago
David Walsh
bcd04cdd93
Hide zero balance tokens at useTokenTracker layer ( #10630 )
4 years ago
David Walsh
90bfaf6ac2
Hide zero balance tokens at useTokenTracker layer ( #10630 )
4 years ago
ryanml
7aaf1c4eb3
Removing double click bug from delete custom network modal ( #10628 )
...
Fixes MetaMask/metamask-extension#10626
4 years ago
Brad Decker
2ed5bafa11
remove transactionCategory in favor of more types ( #10615 )
...
* remove transactionCategory in favor of more types
* remove reference to STANDARD in stubs
4 years ago
Dan J Miller
9339278d3c
Replace logic for eth swap token in fetchQuotesAndSetQuoteState with getSwapsEthToken call ( #10624 )
4 years ago
Mark Stacey
669ab187a1
add trezor HD path for ledger wallets ( #10616 )
...
Co-authored-by: Barry Gitarts <bgitarts@gmail.com>
4 years ago
Brad Decker
aa37e30c08
use etherscan-link for account-link ( #10590 )
4 years ago
Brad Decker
38fe75b7d9
prefer chainId when building block explorer urls ( #10587 )
4 years ago
David Walsh
92680cf56f
Add support for multiple Ledger & Trezor hardware accounts ( #10505 )
4 years ago
David Walsh
444d8dd51a
Fix #10081 - Use fetchWithCache to retrieve and store basic gas estimates ( #10384 )
4 years ago
David Walsh
aeffe176b3
Hide zero balance tokens with preference ( #10486 )
4 years ago
ryanml
083a795a30
Converting ListItem container from button to div ( #10611 )
...
Fixes MetaMask/metamask-extension#10610
4 years ago
Dan J Miller
21868e08e6
Move the METASWAP_API_HOST constant to the swaps constant file ( #10612 )
4 years ago
Dan J Miller
c86ceacfd9
Standard reference to ETH_SWAPS_TOKEN_ADDRESS via ETH_SWAPS_TOKEN_OBJECT.address ( #10613 )
4 years ago
Niranjana Binoy
85181aaff4
adding condition check to verify token data is loaded before rendering approve screen ( #10606 )
4 years ago
ryanml
d68466f0b8
Fixing activity title text truncation ( #10601 )
...
Fixes MetaMask/metamask-extension#9997
4 years ago
ryanml
45c076e232
Adding warnings for excessive custom gas input ( #10582 )
...
Fixes MetaMask/metamask-extension#9811
4 years ago
Brad Decker
3840a58e82
use metamask/etherscan-link ( #10580 )
4 years ago
Dan J Miller
b441dcec6a
Convert useSwapsEthToken hook to a selector ( #10568 )
...
* Convert useSwapsEthToken hook to a selector
* Code cleanup
4 years ago
Shane
d034adfb24
Fix/handle safe low undefined ( #10561 )
...
* fix: handle safeLow undefined
fixes #10558
* fix: add tests for isCustomGasPriceSafe selector
4 years ago
Brad Decker
615f87e12e
handle undefined network ( #10560 )
4 years ago
ryanml
a8b1653566
Updating references to MetaMask support ( #10563 )
...
* Updating references to support email
Fixes MetaMask/metamask-extension#10188
* Removing UniqueImage component
* Removing unused UniqueImage locales
4 years ago
Dan J Miller
325215fb5f
Remove dead code related to the selectedFromToken variable in swaps/index.js ( #10570 )
4 years ago
ryanml
3c6cdef074
Adding a warning when sending a token to its own contract address ( #10546 )
...
Fixes MetaMask/metamask-extension#9437
4 years ago