Esteban MIno
6fa889abcb
refactor watchToken related functions
6 years ago
Esteban MIno
68c1b4c170
watchAsset returns result wether token was added or not
6 years ago
Esteban MIno
81cd29df43
Merge branch 'develop' into WatchTokenFeature
6 years ago
Dan Finlay
887cad973f
Merge pull request #5095 from MetaMask/i4953-update-logo
...
Update logo wordmark
6 years ago
Alexander Tseung
cec87a5b2c
Update logo wordmark
6 years ago
kumavis
fb5faec372
Merge pull request #5090 from whymarrh/fix-ci
...
Update CircleCI configuration to use workspaces instead of caches
6 years ago
Whymarrh Whitby
00906937a1
ci: Use workspaces instead of caches for passing data downstream
...
CircleCI no longer allows external PR builds to save caches so jobs
that depend on cached data from a upstream job will no longer get
the files they need. This change replaces our usages of caches for
passing data downstream with workspaces, which appear to be the more
correct feature to use.
References:
- https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
- https://circleci.com/blog/deep-diving-into-circleci-workspaces/
6 years ago
Whymarrh Whitby
8f834ed87d
ci: Install any npm@6
6 years ago
Whymarrh Whitby
2185197ef6
ci: Use Firefox 61.0.2
6 years ago
Whymarrh Whitby
7b89d3d473
ci: Disable Firefox updates
6 years ago
Whymarrh Whitby
e493efb123
ci: Don't cache Firefox install
...
Two important notes:
1. The time it takes to download is negligble compared to e2e test runs
2. Since we cannot use environment variables in CircleCI cache keys we
can't cache the download correctly and have it update when we switch
firefox versions—this isn't the end of the world because of point 1
6 years ago
Dan Finlay
c7f5436143
Merge pull request #5050 from MetaMask/ledger-support
...
Add Ledger hardware wallet support
6 years ago
Bruno Barbieri
bd904c86f6
Merge branch 'develop' into ledger-support
6 years ago
Dan Finlay
755369e4e4
Merge pull request #4898 from dmvt/multi-account-restore
...
Restore multiple consecutive accounts with balances.
6 years ago
brunobar79
0391ec37c8
update package-lock.json
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
51e4a6d335
fix ledger affiliate link
6 years ago
brunobar79
b369560569
fix e2e tests
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
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