brunobar79
82a5ed1e03
remove console logs
6 years ago
brunobar79
fdf202efb0
fixed unit tests
6 years ago
brunobar79
c72ced79ae
ui fixes
6 years ago
Esteban MIno
a4b6b2357a
watchToken to watchAsset
6 years ago
Esteban MIno
a4c3f6b65c
add support for images base64 and urls on new ui
6 years ago
Esteban MIno
8f5b80a0fe
update method to metamask_watchToken
6 years ago
brunobar79
b77cc3d969
fix tx tests
6 years ago
brunobar79
61a279204a
legacy and new hd path working
6 years ago
brunobar79
4e1d8ba19d
good progress adding paths
6 years ago
Whymarrh Whitby
6e6a4825ac
Fix casing of Bitcoin, Ethereum, and Litecoin across localized messages
...
Using the following commands:
sed -i.bak s/bitcoin/Bitcoin/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
sed -i.bak s/ethereum/Ethereum/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
sed -i.bak s/litecoin/Litecoin/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
6 years ago
Whymarrh Whitby
6c11ae44bf
Fix casing of MetaMask in all localized messages
...
Using the following:
sed -i.bak s/Metamask/MetaMask/ app/_locales/**/*.json && \
find app/_locales/ -name '*.bak' -delete
6 years ago
hahnmichaelf
e19eb7bc03
additional lint-test fix
6 years ago
hahnmichaelf
4808ce25eb
fix for lint-test
6 years ago
hahnmichaelf
e454a5e0e8
fixed names
6 years ago
hahnmichaelf
8fb2dfe3d7
Re-added GA script
6 years ago
hahnmichaelf
7d2d71bcbc
change name
6 years ago
hahnmichaelf
9666eaba66
base - working. fixes #4774
6 years ago
brunobar79
8f9a0a535c
clean up
6 years ago
brunobar79
0b9b892c6b
this should be ready to go
6 years ago
brunobar79
2355573340
clean up
6 years ago
brunobar79
e6d64cecf8
message signing works
6 years ago
brunobar79
068bf43615
working
6 years ago
brunobar79
12b41b8fc2
tx signature is valid
6 years ago
brunobar79
011cc141b3
tx signing should work
6 years ago
brunobar79
aa6a42e3de
rename keyring
6 years ago
brunobar79
8e842a8947
able to add accounts
6 years ago
brunobar79
78a1cd3314
iframe communication working
6 years ago
brunobar79
5ef80495cf
refactor to support multiple hw wallets
6 years ago
brunobar79
6f2c4809b6
undo permission change
6 years ago
brunobar79
814c642d95
fixes
6 years ago
brunobar79
c8d75f3230
use new connect.js file
6 years ago
Thomas
b887730be7
v4.9.2
6 years ago
Jenny Pollack
00a2ab21ae
sentry - change releaseVersion to release
6 years ago
Esteban MIno
8df3f2696c
fix migration 28
6 years ago
Thomas
1605c8544a
v4.9.1
6 years ago
Thomas
500ef5cb3a
Merge branch 'master' into develop
6 years ago
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