Eduardo Antuña Díez
a2082bae5c
Avoid overwriting a domain that can be resolved by DNS
...
According to the current implementation any domain ending in .eth or .test will try to resolve through ENS even if the DNS is able to resolve it.
changing `onBeforeRequest` to `onErrorOccurred` will only resolve those .eth or .test domains that the DNS is not able to resolve.
6 years ago
Eduardo Antuña Díez
543207b5af
Fixed ENS to IPFS functionality in Firefox
...
`tabs.getSelected` is deprecated and it doesn't work in firefox replaced by `tabs.query({active: true}`
6 years ago
Whymarrh Whitby
d0611741a2
Show invalid seed phrase error when importing new account
6 years ago
Esteban MIno
d8817b2646
fix doc tag
6 years ago
Esteban MIno
3124e8c612
tokens related functions refactor
6 years ago
Esteban MIno
ccae79d392
fix undefined for tokens on tests
6 years ago
Esteban MIno
22cf5a1391
improve comments
6 years ago
Esteban MIno
822c1734d6
fix double state update when account changed
6 years ago
Esteban MIno
fbcba8f019
create tokens storage when setadresses
6 years ago
Esteban MIno
31286673c3
isolation of tokens related methods in preferences
6 years ago
Esteban MIno
0757f47e84
passing tokens to all accounts in migration
6 years ago
Thomas
d1734b8d7c
Update Phishing Html
6 years ago
Esteban MIno
e687bc5a47
fix migration for preferences controller tokens
6 years ago
Esteban MIno
5b9725d1f1
refactor to accountTokens
6 years ago
bitpshr
642ae25073
Add deprecation message for eth_signTypedData
6 years ago
Esteban MIno
f5107fa12e
migration for preferences controller tokens
6 years ago
Esteban MIno
2827e13caa
add & delete tokens per network
6 years ago
Esteban MIno
1d3ad7cfbb
tokens per network for individual account
6 years ago
Kelvin Tan
7ca402147d
add phishing html page, and redirect to bundled page in-window
6 years ago
Esteban MIno
adee549c43
preferences test fixes for tokens per account
6 years ago
frankiebee
527b62ee8e
migrations - fix to include 27
6 years ago
Esteban MIno
2770df80e3
add & delete tokens per account
6 years ago
pinkiebell
3667f3cb85
network.js: convert rpc protocol to lower case ( #4855 )
...
Fixes #4253
6 years ago
Jenny Pollack
00bae74475
tx-gas-utils - catch all errors from gas estimation
6 years ago
Dan Miller
a61227f224
Remove unneeded code from i4829-close-notifications-from-ui branch.
6 years ago
Dan Miller
64a82fd3da
Uncomment closePopupIfOpen code.
6 years ago
Dan Miller
2359062b62
UI confirm screen closes confirmation window on submit or cancel of a tx
6 years ago
Kevin Serrano
519ca1c74b
Update Chinese naming
...
I sincerely hope this is a non-controversial change.
6 years ago
brunobar79
5ebefc0e50
run linter
6 years ago
Esteban MIno
9be22775c3
fix merge
6 years ago
Esteban MIno
9c95554933
fix detection on submit password
6 years ago
Csaba Solya
72591d4f41
remove dropped handler
6 years ago
Esteban Miño
cb045fd8fe
Auto-detect tokens #3034 ( #4683 )
...
* detect tokens polling
* network store to detect token
* tests for spec
* passtest-lint
* fix lint
* improve tests
* detect tokens through infura
* detect tokens when submit password and new account selected
* keyring unlocked detect and unit tests
* add changelog
6 years ago
Csaba Solya
a3822b4680
add notifications
6 years ago
Esteban MIno
009b1cefbe
keyring unlocked detect and unit tests
6 years ago
Csaba Solya
6921f94bfe
initial test
6 years ago
Esteban MIno
3b97d816ff
detect tokens when submit password and new account selected
6 years ago
Jenny Pollack
16fc7efef1
remove local tests
6 years ago
bitpshr
d24b5b76fd
Update variable name
6 years ago
bitpshr
d02c160db5
Updates for linting
6 years ago
bitpshr
94f99b6ed0
Updates
6 years ago
bitpshr
8df433ca84
Add support for .test Ropsten ENS domains
6 years ago
brunobar79
df19163bf9
last css fixes
6 years ago
Jenny Pollack
1a9748667d
sentry - add detection for Brave Browser
6 years ago
brunobar79
49d1bdea8a
design done
6 years ago
Dan Finlay
dd9e3587d4
Do not inject on ani.gamer.com.tw
...
Fixes #4799
6 years ago
brunobar79
cbb14f1d5e
fix browser not supported screen
6 years ago
brunobar79
aa5a987765
added some e2e tests
6 years ago
brunobar79
cb97517b26
updated account list based on new designs
6 years ago
Alexander Tseung
301ae305b8
Use Number constructor for number conversion. Use existing noConversionRateAvailable message
6 years ago