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
brunobar79
286bde606f
fix merge conflicts
6 years ago
brunobar79
c6b7e460b5
code review changes
6 years ago
Esteban MIno
33357e3538
refactor unused code
6 years ago
Esteban MIno
15ea8c04b2
fix merge
6 years ago
frankiebee
c2d4b237eb
network - fix blockTracker reference to return the blockTrackerProxy instead of the direct blockTracker reference
6 years ago
Whymarrh Whitby
d0611741a2
Show invalid seed phrase error when importing new account
6 years ago
Esteban MIno
af35b415ab
new confirm add suggested token component
6 years ago
Esteban MIno
78ad3c38e2
add suggested token params validation
6 years ago
Thomas
845a1a3df2
v4.9.0 Release
6 years ago
brunobar79
0ebdd73e02
clean up
6 years ago
brunobar79
aaed44f1ec
trezor v5 working on firefox
6 years ago
Esteban MIno
9ac9f53a73
eth_watchToken working
6 years ago
brunobar79
71ef4d85da
design complete
6 years ago
Esteban MIno
081884bd80
rpc-engine not crashing when eth_watchToken
6 years ago
brunobar79
710b4e294f
added crossbrowser support and error handling
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
brunobar79
edb154749d
send to fullscreen if no permission from popup
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
brunobar79
34617a21c3
copy
6 years ago
brunobar79
4339f04e80
use existing modals
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
brunobar79
6886429f0b
fix linting errors
6 years ago
brunobar79
bea1cf3f3c
clean up
6 years ago
brunobar79
d65d018ad0
restore platform/extension.js
6 years ago
brunobar79
6cd4bc9f4e
working without permission issues
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
brunobar79
74fd6d1d12
working without injection
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
brunobar79
d5929e5c42
added qr code scanner icon in send transaction
6 years ago
brunobar79
f7ad978474
camera working back and forth
6 years ago