brunobar79
|
2ea05e303d
|
connect screen ready
|
6 years ago |
Esteban MIno
|
bb868f5834
|
correct behavior when notification is closed when popup
|
6 years ago |
Esteban MIno
|
2ace30bcd1
|
WIP
|
6 years ago |
Esteban MIno
|
a36ea0e232
|
show watch asset image from hide token modal
|
6 years ago |
Anatoli Babenia
|
59ba2d2785
|
info.js Remove width element to fix email layout (#4588)
Fix for #2855 which is gone from master for some reason
|
6 years ago |
Esteban MIno
|
5289a36664
|
change watchAsset to new spec for type ERC20
|
6 years ago |
Dan Finlay
|
955ec2dca6
|
Merge pull request #4279 from MetaMask/network-remove-provider-engine
Enhancement: New BlockTracker and Json-Rpc-Engine based Provider
|
6 years ago |
Esteban MIno
|
b766104c8d
|
add suggested tokens objects in metamask state
|
6 years ago |
Bruno Barbieri
|
8b73a69cd8
|
Merge pull request #5061 from MetaMask/greenkeeper/@zxing/library-0.8.0
Update @zxing/library to the latest version 🚀
|
6 years ago |
Dan Finlay
|
772c97088e
|
Merge pull request #5076 from MetaMask/v4.9.3
V4.9.3
|
6 years ago |
Thomas
|
d636cc3552
|
v4.9.3
|
6 years ago |
Thomas
|
595fc403ed
|
Bump Changelog
|
6 years ago |
Dan Finlay
|
7c47187f4d
|
Merge pull request #5037 from MetaMask/master
Update develop branch to v4.9.2
|
6 years ago |
brunobar79
|
837be704f5
|
change Metamask for MetaMask
|
6 years ago |
Dan J Miller
|
a41afebd66
|
Merge pull request #5059 from MetaMask/e2e-tests-more-reliable
Another e2e beta test fix
|
6 years ago |
brunobar79
|
d2d8d38346
|
update package-lock.json
|
6 years ago |
brunobar79
|
8fb7099bf2
|
Merge branch 'ledger-support' of github.com:MetaMask/metamask-extension into ledger-support
|
6 years ago |
brunobar79
|
e54b8507d2
|
use eth-ledger-bridge-keyring from npm
|
6 years ago |
Bruno Barbieri
|
80fe3ce888
|
Merge branch 'develop' into ledger-support
|
6 years ago |
brunobar79
|
82a5ed1e03
|
remove console logs
|
6 years ago |
brunobar79
|
fdf202efb0
|
fixed unit tests
|
6 years ago |
brunobar79
|
53dcad5a3b
|
more ui
|
6 years ago |
brunobar79
|
19d1988715
|
fix
|
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 |
Dan Miller
|
3c8a4162a4
|
Remove unnecessary else in test/e2e/beta/contract-test/contract.js
|
6 years ago |
Dan Finlay
|
d7aa1bf5c0
|
Merge pull request #5060 from MetaMask/bignumber-string
Cast arguments for new Bignumbers() to string.
|
6 years ago |
Dan Miller
|
ff72423491
|
Add explicit waits for submitted status for some txs initiated from test dapp.
|
6 years ago |
Thomas
|
ce645561fb
|
Remove commented out code for detect-token-test
|
6 years ago |
Thomas
|
974d623da2
|
Update eth-json-rpc-filters
|
6 years ago |
Dan Miller
|
c4fe6aa9cf
|
Reload e2e beta test browser if initial screen doesn't load.
|
6 years ago |
Dan Miller
|
42256cfbd2
|
Increase timeout on wait for contract status update in metamask-beta-ui-spec
|
6 years ago |
Thomas
|
9ffed5fd18
|
E2E - Dont error on browser errors
|
6 years ago |
Dan Miller
|
ebb23721ed
|
Cast arguments for new Bignumbers() to string.
|
6 years ago |
Thomas
|
96d789d2cf
|
Merge branch 'develop' into network-remove-provider-engine
Override package-lock and fix merge conflicts
|
6 years ago |
Esteban MIno
|
8f5b80a0fe
|
update method to metamask_watchToken
|
6 years ago |
Dan Miller
|
a59e47e7b0
|
Add missing awaits and/or missing wait timeouts in test/e2e/beta/metamask-beta-ui.spec.js
|
6 years ago |
Dan Miller
|
860bf42346
|
Make deployment states in test/e2e/beta/contract-test/contract.js more explicit
|
6 years ago |
Dan Miller
|
c00d0daeb5
|
Improve error handling in assertElementNotPresent of test/e2e/beta/helpers.js
|
6 years ago |
Whymarrh Whitby
|
742aa8bb11
|
Merge pull request #5058 from whymarrh/fix-words
Fix casing of some proper nouns in localised messages
|
6 years ago |
Whymarrh Whitby
|
9ba91e69c7
|
Merge pull request #4961 from whymarrh/download-seed-phrase
Add download seed phrase link to new UI
|
6 years ago |
brunobar79
|
b77cc3d969
|
fix tx tests
|
6 years ago |
brunobar79
|
61a279204a
|
legacy and new hd path working
|
6 years ago |
greenkeeper[bot]
|
f56b0ca0e9
|
fix(package): update @zxing/library to version 0.8.0
|
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 |
Whymarrh Whitby
|
4dadeb9a31
|
Add link to download seed words in new UI
|
6 years ago |
Whymarrh Whitby
|
b83a746e4f
|
Add exportAsFile optional type argument
|
6 years ago |