Esteban Miño
|
1d93d9a385
|
Prevent send to token (#6051)
* check contact metadata
* check for tokens in state
* tests
* update tests
* validation only if sending tokens
* container test
|
6 years ago |
Bruno Barbieri
|
2cfea0b788
|
fix asset detection (#6049)
|
6 years ago |
Esteban Miño
|
e21dfd1862
|
Use Parity on-chain registry only when is needed (#6052)
* add and use knownMethodData to avoid infura requests
* dataMethod to methodData and check empty response
|
6 years ago |
Alexander Tseung
|
fe780fb3d4
|
Refactor BalanceComponent to jsx (#6048)
|
6 years ago |
Frankie
|
0ad7797076
|
I#5956 fix 1 (#6026)
* prevent invalid chainId's when adding cusstom rpcs
* migration 30 removes invalid chaids from preferences and networkController for custom rpcs
|
6 years ago |
Alexander Tseung
|
de0ac53008
|
Fix grammar error in Current Conversion (#6029)
|
6 years ago |
Thomas Huang
|
508889c6dc
|
Merge pull request #6027 from MetaMask/Version-5.3.1
Version 5.3.1 RC2
|
6 years ago |
Alexander Tseung
|
3fe78a8f48
|
Disable account dropdown on signing screens (#6024)
|
6 years ago |
Dan Finlay
|
4acaffeefd
|
Merge branch 'develop' into Version-5.3.1
|
6 years ago |
Thomas Huang
|
13463309dc
|
Skip drizzle tests unit issue with ci is determined (#5982)
|
6 years ago |
Dan Finlay
|
72775340bb
|
Version 5.3.1 RC2
|
6 years ago |
Thomas Huang
|
42e67295f4
|
Merge pull request #5966 from filips123/patch-1
Update Slovenian translation
|
6 years ago |
Thomas Huang
|
3bd3e640b4
|
Set auto conversion off for token/eth conversion (#6005)
|
6 years ago |
Alexander Tseung
|
eaca9d21e6
|
Fix confirm screen for sending ether tx with hex data (#6008)
|
6 years ago |
Filip Š
|
7ff8d6c6b1
|
Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into patch-1
|
6 years ago |
Thomas Huang
|
cef4caeb61
|
Merge pull request #5999 from MetaMask/app-description
Refine app description
|
6 years ago |
Dan Finlay
|
58f55eeca9
|
Refine app description
Should help SEO on the chrome store.
|
6 years ago |
Thomas Huang
|
4e0d48244a
|
Merge pull request #5997 from whymarrh/drizzle-script
Harden Drizzle test runner script
|
6 years ago |
Whymarrh Whitby
|
4d4d4caf78
|
Clean up drizzle test runner script
|
6 years ago |
Whymarrh Whitby
|
35fbddc5e7
|
Revert "remove error flags from drizzle setup"
This reverts commit 938f4286e4 .
|
6 years ago |
Hsuan Lee
|
dd6d3232fa
|
Fix ERC20 token value decoding (#5995)
When MetaMask user calls non-standard ERC20 methods such as `mint`, `tokenData` will be `undefined` and an uncaught error will break the UI
|
6 years ago |
Vincent
|
cb63e8efed
|
Merge pull request #5970 from Wathis/develop
Fixed a word french translation (several occurrences of connection instead of connexion)
|
6 years ago |
Wathis
|
089fd5f430
|
Wrong french translation
Changing "Connection" by "Connexion"
|
6 years ago |
Bowen
|
866b9af69e
|
Fix Component#componentDidUpdate usage (#5977)
|
6 years ago |
Thomas Huang
|
cdb202a65e
|
Merge pull request #5987 from MetaMask/Version-5.3.0
Version 5.3.0 RC1
|
6 years ago |
Thomas Huang
|
9b0b2f32f7
|
Merge pull request #5992 from MetaMask/i5140-accounts
Add scrolling button to account list
|
6 years ago |
Thomas Huang
|
0b3f1174cc
|
Merge pull request #5989 from smiled0g/develop
fix typo in phishing.html title
|
6 years ago |
Alexander Tseung
|
0b4469b842
|
Add scrolling button to account list
|
6 years ago |
Paul Chonpimai
|
9de32722b8
|
fix typo in phishing.html title
|
6 years ago |
Dan Finlay
|
da7208c16d
|
Version 5.3.0 RC1
|
6 years ago |
Thomas Huang
|
990bfc643d
|
Merge pull request #5986 from MetaMask/fix-etherscan-again
Fix notifications link
|
6 years ago |
brunobar79
|
c49d975687
|
fix extension link
|
6 years ago |
Bruno Barbieri
|
13f8b06527
|
Merge pull request #5978 from MetaMask/fix-etherscan-link-notifications
Fix etherscan links on notifications
|
6 years ago |
brunobar79
|
d2b0781f8d
|
Merge branch 'develop' of github.com:MetaMask/metamask-extension into fix-etherscan-link-notifications
|
6 years ago |
Thomas Huang
|
e43f5d3727
|
Merge pull request #5980 from MetaMask/fix-drizzle-tests
Fix drizzle tests
|
6 years ago |
Bruno Barbieri
|
c349bbdece
|
remove --unsafe-perm
|
6 years ago |
Bruno Barbieri
|
3112d5b5c0
|
no globals
|
6 years ago |
Bruno Barbieri
|
d504c075d5
|
Use sudo consistently
|
6 years ago |
Bruno Barbieri
|
3a75571da2
|
--unsafe-perm ?
|
6 years ago |
Bruno Barbieri
|
58b0a4c8f4
|
Dont use sudo to install truffle
|
6 years ago |
Bruno Barbieri
|
701bc1cbd1
|
Fix etherscan links on notifications
|
6 years ago |
Filip Š
|
dc2d16ca47
|
Update Slovenian translation
|
6 years ago |
Alexander Tseung
|
30a2be85ee
|
Prevent users from changing the From field in the send screen (#5922)
* Prevent users from changing the From field in the send screen
* Fix integration tests
|
6 years ago |
Alexander Tseung
|
435fdae84a
|
Fix displayed time and date in the activity log. Remove vreme library, add luxon library. (#5932)
|
6 years ago |
Frankie
|
b5d6452454
|
Disallow loading as metamaskNetworkId (#5924)
* transactions - throw an error if a transaction is generated while the network is loading
* add tests for failing when netId is loading
|
6 years ago |
Dan J Miller
|
c5861c88a5
|
Merge pull request #5893 from MetaMask/loading-network-screen
Loading network screen
|
6 years ago |
Thomas Huang
|
042845791c
|
Merge pull request #5926 from MetaMask/Version-5.2.2
Version 5.2.2 RC1
|
6 years ago |
Dan Finlay
|
75a737b69a
|
Version 5.2.2 RC1
|
6 years ago |
Alexander Tseung
|
05e8753641
|
Fix speed up button not showing for transactions with the lowest nonce (#5925)
|
6 years ago |
Thomas Huang
|
8cb8b9b408
|
Merge pull request #5923 from MetaMask/phishing-text-link
Update the Phishing Warning notice text to not use inline URLs
|
6 years ago |