Mark Stacey
513a6486aa
Merge pull request #10617 from MetaMask/Version-v9.2.0
...
Version v9.2.0 RC
4 years ago
David Walsh
bcd04cdd93
Hide zero balance tokens at useTokenTracker layer ( #10630 )
4 years ago
Mark Stacey
e4d1f874f8
Update changelog for v9.2.0 ( #10621 )
...
All user-facing changes have been included, and descriptions have been
updated to be more easily understood.
4 years ago
Mark Stacey
df9b4f933a
Revert "add fsevents entry from allow-scripts for mac os x ( #10605 )"
...
This reverts commit 59f516ade2
.
4 years ago
MetaMask Bot
2c12f19442
Version v9.2.0
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
Thomas Huang
3ba91df387
Unifies unit tests filename suffix to .test.js ( #10607 )
...
* Unifies the filename suffix to .test.js
* Display @babel/no-invalid-this rule for tx-controller.test.js
* Add test file extension to test:unit:global
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
Brad Decker
59f516ade2
add fsevents entry from allow-scripts for mac os x ( #10605 )
4 years ago
Niranjana Binoy
85181aaff4
adding condition check to verify token data is loaded before rendering approve screen ( #10606 )
4 years ago
Brad Decker
80266cf33c
update @metamask/etherscan-link to v1.5.0 ( #10603 )
4 years ago
Brad Decker
9f11fadd95
remove proper noun Ethereum from all locales for onlyAddTrustedNetworks ( #10598 )
4 years ago
ryanml
d68466f0b8
Fixing activity title text truncation ( #10601 )
...
Fixes MetaMask/metamask-extension#9997
4 years ago
Mark Stacey
a09dab4f6b
Update `elliptic` to v6.5.4 to address security advisory ( #10602 )
...
The `elliptic` package has been updated to v6.5.4 to address a security
advisory regarding a vulnerability in v6.5.3. We are not affected by
this vulnerability to the best of our knowledge. This is just to stay
on the safe side, and fix our audit check.
4 years ago
Mark Stacey
83371dff3e
Update `@lavamoat/allow-scripts` to v1.0.4 ( #10599 )
...
This patch update fixes an install issue encountered when trying to
update `eth-trezor-keyring` from v0.5.2 to v0.6.0.
4 years ago
ryanml
45c076e232
Adding warnings for excessive custom gas input ( #10582 )
...
Fixes MetaMask/metamask-extension#9811
4 years ago
Mark Stacey
79a7199a2f
Fix mobile sync of ERC20 tokens ( #10591 )
...
In #10510 we changed how tokens are stored, keying them by `chainId`
rather than network type. However we didn't update our mobile sync
function to account for this, which ended up breaking the filtering
logic used to prepare the data that is synced.
Specifically, custom tokens added by users are filtered out to just
those that are confirmed to be ERC20 tokens in our built-in list of
tokens. This filters out unrecognized tokens and NFTs.
The filtering logic has been restored to the pre-#10510 behaviour.
4 years ago
Mark Stacey
40ffaa7265
Remove unused localized message ( #10589 )
...
This message was accidentally added in #10126 .
4 years ago
Brad Decker
3840a58e82
use metamask/etherscan-link ( #10580 )
4 years ago
matteopey
91ffb80606
Update italian translation ( #10126 )
...
* Update italian translation
* Update translation after review
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
Mark Stacey
93917cf3cb
Merge pull request #10581 from MetaMask/sync-master
...
Sync `master` with `develop`
4 years ago
Mark Stacey
6c72b55b11
Merge remote-tracking branch 'origin/develop' into sync-master
...
* origin/develop:
Updating references to MetaMask support (#10563 )
Remove dead code related to the selectedFromToken variable in swaps/index.js (#10570 )
make lavamoat optional for dev mode (#10538 )
Adding a warning when sending a token to its own contract address (#10546 )
handle undefined network (#10560 )
cache balances by chain id (#10545 )
Fix/handle safe low undefined (#10561 )
Remove unused `hasHexData` prop (#10529 )
Resolving pull-ws to v3.3.2 (#10543 )
Sync `master` with `develop` (#10540 )
4 years ago
Mark Stacey
0523e9fe19
Merge pull request #10574 from MetaMask/Version-v9.1.1
...
Version v9.1.1 RC
4 years ago
Brad Decker
996e8e75e1
[skip e2e] Update changelog for v9.1.1 ( #10575 )
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
MetaMask Bot
9d97dcb22e
Version v9.1.1
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
Etienne Dusseault
3128d183e1
make lavamoat optional for dev mode ( #10538 )
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
Brad Decker
eef92d0d5a
handle undefined network ( #10560 )
4 years ago
Brad Decker
e42658b590
cache balances by chain id ( #10545 )
4 years ago
Shane
d44c4d3747
Fix/handle safe low undefined ( #10561 )
...
* fix: handle safeLow undefined
fixes #10558
* fix: add tests for isCustomGasPriceSafe selector
4 years ago
Mark Stacey
1ed75b45f7
Remove unused `hasHexData` prop ( #10529 )
...
This prop was never passed in, nor can I see any reason for it to exist
in the first place.
4 years ago
ryanml
b74b70df2a
Resolving pull-ws to v3.3.2 ( #10543 )
4 years ago
Brad Decker
8bcd5e3b08
Sync `master` with `develop` ( #10540 )
...
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
Co-authored-by: Thomas Huang <tmashuang@users.noreply.github.com>
4 years ago
Brad Decker
2e88bd243d
Merge pull request #10513 from MetaMask/Version-v9.1.0
4 years ago
Thomas Huang
1884ea2073
Update changelog for v9.1.0 ( #10526 )
4 years ago
MetaMask Bot
5026c1e6d0
Version v9.1.0
4 years ago
Dan J Miller
46ecf70741
Update swaps failure copy to help users get support ( #10525 )
4 years ago
Brad Decker
7532e7ce3f
fix links in add ethereum chain ( #10536 )
4 years ago
David Walsh
8013e85c20
Accommodate for 0 sources verifying swap token ( #10521 )
4 years ago