kumavis
|
4758a3ef22
|
Merge pull request #3652 from MetaMask/greenkeeper/sinon-5.0.0
Update sinon to the latest version 🚀
|
7 years ago |
Frankie
|
76e83365ca
|
Merge pull request #3752 from MetaMask/sentry-error-fix
sentry - simplify all ethjs errors for better batching
|
7 years ago |
Dan
|
74ac3bb2a7
|
Confirm send token detects if balance is sufficient for gas.
|
7 years ago |
kumavis
|
f7a2dc984e
|
Merge pull request #3760 from MetaMask/i3439-ResetCacheOnAccountReset
Fix bug where resetAccount does not clear network cache
|
7 years ago |
kumavis
|
00952c899b
|
Merge pull request #3745 from danjm/i3723-fix-long-token-ammounts
Long token amounts in wallet are truncated with ellipsis.
|
7 years ago |
kumavis
|
cdf5183f87
|
Merge pull request #3742 from danjm/i3705-prefix-to-address-with-0x
Prefixes to addresses with 0x before sending.
|
7 years ago |
kumavis
|
c84f0ac7bc
|
Merge pull request #3741 from MetaMask/i3692-addtoken-address-undefined
Prevent users from adding custom token if decimals is an empty string.
|
7 years ago |
kumavis
|
5a1f9d525d
|
Merge pull request #3740 from danjm/i3682-navigateTo-undefined
Stop using navigateTo for external link in settings.
|
7 years ago |
kumavis
|
5b9ea8751e
|
Merge pull request #3743 from gasolin/buyetherview
remove unavailable goToBuyEtherView propType
|
7 years ago |
kumavis
|
d8357413ac
|
metamask-controller - fix typo
|
7 years ago |
kumavis
|
0582fdb617
|
Merge pull request #3609 from MetaMask/i18n-translator-redux
Handle i18n with redux.
|
7 years ago |
kumavis
|
b4ec68b2d4
|
i18n - fix locales inde
|
7 years ago |
kumavis
|
ff26042b0c
|
ui - actions - fix log for background call
|
7 years ago |
kumavis
|
1a5eccdfc0
|
ui - settings - fix for currentLocale
|
7 years ago |
kumavis
|
e3881143cb
|
ui - settings - derrive locales from index
|
7 years ago |
Dan
|
8e6ab7df05
|
Checking for sufficient balance in confirm ether screen; includes error messages for user.
|
7 years ago |
Dan Finlay
|
729a473210
|
Fix bug where resetAccount does not clear network cache
Fixes #3439
|
7 years ago |
kumavis
|
165ae7d193
|
i18n - derrive locale codes from index
|
7 years ago |
kumavis
|
5c521775f6
|
development - genStates - simplify locale importing
|
7 years ago |
kumavis
|
9482af6157
|
i18n - add locales index json
|
7 years ago |
kumavis
|
9e1bdcb09d
|
test - integration - add locale build step
|
7 years ago |
kumavis
|
b26788e9d4
|
Merge branch 'i18n-translator-redux' of github.com:MetaMask/metamask-extension into i18n-translator-redux
|
7 years ago |
kumavis
|
5290570c8f
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
|
7 years ago |
Dan
|
2053cac691
|
Don't query for undefined.
|
7 years ago |
kumavis
|
b6b18339e2
|
Merge pull request #3758 from MetaMask/i#3731
I#3731
|
7 years ago |
frankiebee
|
fefbf40a06
|
Merge branch 'master' into i#3731
|
7 years ago |
frankiebee
|
f0f45e6fe1
|
migration for removing unnecessary transactions from state
|
7 years ago |
Thomas Huang
|
cd3e092c14
|
Merge pull request #3755 from MetaMask/revert-3730-revert-3665-ci-build
Restore "Ci - introduce a build job"
|
7 years ago |
kumavis
|
fe8472ab22
|
ci - end by flowing all required tests into a single job
|
7 years ago |
kumavis
|
3ec3b09c12
|
ci - end by flowing all required tests into a single job
|
7 years ago |
kumavis
|
1dea4124f5
|
ci - end by flowing all required tests into a single job
|
7 years ago |
kumavis
|
4ee48acf56
|
deps - update package-lock
|
7 years ago |
kumavis
|
914a098c8a
|
Merge branch 'master' of github.com:MetaMask/metamask-extension into i18n-translator-redux
|
7 years ago |
kumavis
|
62e1cbd33b
|
ci - run e2e tests after build step
|
7 years ago |
kumavis
|
e0d98e73e3
|
Revert "Revert "Ci - introduce a build job""
|
7 years ago |
Thomas Huang
|
246287ff1c
|
Merge pull request #3754 from MetaMask/selenium-e2e
test - e2e testing with selenium
|
7 years ago |
kumavis
|
c2b5538ff3
|
deps - update package-lock
|
7 years ago |
kumavis
|
5a309328f1
|
ci - run e2e jobs
|
7 years ago |
Thomas Huang
|
8648aee907
|
Merge branch 'master' into selenium-e2e
|
7 years ago |
kumavis
|
651e48dbd6
|
sentry - simplify all ethjs errors for better batching
|
7 years ago |
kumavis
|
0fe0d8b7a5
|
Merge pull request #3739 from gasolin/zhtwfix
[zh-TW] fix translation and add missing strings
|
7 years ago |
kumavis
|
bd2b08f5f1
|
Merge pull request #3746 from nyatla/master
Updated the Japanese expression and added some translations.
|
7 years ago |
Dan
|
f74e802026
|
Undo unnecessary line removals.
|
7 years ago |
Dan
|
be2254b880
|
Remove comments and console.logs
|
7 years ago |
R.IIzuka
|
bfa62f719f
|
Update messages.json
Fixed Japanese phrases.
Add some translations.
|
7 years ago |
Dan
|
d2bd5687e8
|
Merge branch 'master' into i18n-translator-redux
|
7 years ago |
Dan
|
252d692282
|
Prefixes to addresses with 0x before sending.
|
7 years ago |
Dan
|
f2ab3a06b1
|
Long token amounts in wallet are truncated with ellipsis.
|
7 years ago |
gasolin
|
db4800dc35
|
remove unavailable goToBuyEtherView propType
|
7 years ago |
Dan
|
91f91d92fe
|
Prevent users from adding custom token if decimals is an empty string.
|
7 years ago |