Jerome de Tychey
|
92af1ee95a
|
Typo in "send" translation
send should be translated as Envoyer instead of Envoyé (which mean sent, not send)
|
6 years ago |
Esteban MIno
|
3a3732eb24
|
returning error in watchAsset
|
6 years ago |
Esteban MIno
|
6fa889abcb
|
refactor watchToken related functions
|
6 years ago |
brunobar79
|
cee5783283
|
fix hardware wallets account name
|
6 years ago |
brunobar79
|
34e3ec6092
|
fix account removal
|
6 years ago |
Esteban MIno
|
68c1b4c170
|
watchAsset returns result wether token was added or not
|
6 years ago |
Dan Finlay
|
6ce119d1fb
|
Move inpage-provider and port-stream outside
With the creation of the [metamask-extension-provider](https://github.com/MetaMask/metamask-extension-provider) we have our first non-core module that is dependent on the inpage-provider and port-stream.
To reduce the size of its dependencies, I have moved the
[metamask-inpage-provider](https://github.com/MetaMask/metamask-inpage-provider) into its own module, as well as [extension-port-stream](https://github.com/MetaMask/extension-port-stream).
This allows them to be more easily depended & iterated on by external
projects.
|
6 years ago |
Alexander Tseung
|
cec87a5b2c
|
Update logo wordmark
|
6 years ago |
brunobar79
|
992e7f1b5a
|
fix merge conflicts
|
6 years ago |
Dan Matthews
|
df799d7fd6
|
Restores accounts until one with a zero balance is found
|
6 years ago |
brunobar79
|
285814646f
|
ui ready
|
6 years ago |
Esteban MIno
|
dbab9a007f
|
delete according image when token added with watchToken deleted
|
6 years ago |
brunobar79
|
2ea05e303d
|
connect screen ready
|
6 years ago |
Esteban MIno
|
bb868f5834
|
correct behavior when notification is closed when popup
|
6 years ago |
Esteban MIno
|
a36ea0e232
|
show watch asset image from hide token modal
|
6 years ago |
Esteban MIno
|
5289a36664
|
change watchAsset to new spec for type ERC20
|
6 years ago |
Esteban MIno
|
b766104c8d
|
add suggested tokens objects in metamask state
|
6 years ago |
Thomas
|
d636cc3552
|
v4.9.3
|
6 years ago |
brunobar79
|
837be704f5
|
change Metamask for MetaMask
|
6 years ago |
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 |