Esteban MIno
|
a4c3f6b65c
|
add support for images base64 and urls on new ui
|
2018-08-14 20:08:12 -03:00 |
|
Dan Miller
|
3c8a4162a4
|
Remove unnecessary else in test/e2e/beta/contract-test/contract.js
|
2018-08-14 19:18:04 -02:30 |
|
Dan Finlay
|
d7aa1bf5c0
|
Merge pull request #5060 from MetaMask/bignumber-string
Cast arguments for new Bignumbers() to string.
|
2018-08-14 14:36:27 -07:00 |
|
Dan Miller
|
ff72423491
|
Add explicit waits for submitted status for some txs initiated from test dapp.
|
2018-08-14 17:30:43 -02:30 |
|
Thomas
|
ce645561fb
|
Remove commented out code for detect-token-test
|
2018-08-14 12:29:57 -07:00 |
|
Thomas
|
974d623da2
|
Update eth-json-rpc-filters
|
2018-08-14 12:29:15 -07:00 |
|
Dan Miller
|
c4fe6aa9cf
|
Reload e2e beta test browser if initial screen doesn't load.
|
2018-08-14 16:45:07 -02:30 |
|
Dan Miller
|
42256cfbd2
|
Increase timeout on wait for contract status update in metamask-beta-ui-spec
|
2018-08-14 16:28:04 -02:30 |
|
Thomas
|
9ffed5fd18
|
E2E - Dont error on browser errors
|
2018-08-14 11:29:43 -07:00 |
|
Dan Miller
|
ebb23721ed
|
Cast arguments for new Bignumbers() to string.
|
2018-08-14 15:46:58 -02:30 |
|
Thomas
|
96d789d2cf
|
Merge branch 'develop' into network-remove-provider-engine
Override package-lock and fix merge conflicts
|
2018-08-14 10:44:42 -07:00 |
|
Esteban MIno
|
8f5b80a0fe
|
update method to metamask_watchToken
|
2018-08-14 13:58:47 -03:00 |
|
Dan Miller
|
a59e47e7b0
|
Add missing awaits and/or missing wait timeouts in test/e2e/beta/metamask-beta-ui.spec.js
|
2018-08-14 12:50:26 -02:30 |
|
Dan Miller
|
860bf42346
|
Make deployment states in test/e2e/beta/contract-test/contract.js more explicit
|
2018-08-14 12:35:50 -02:30 |
|
Dan Miller
|
c00d0daeb5
|
Improve error handling in assertElementNotPresent of test/e2e/beta/helpers.js
|
2018-08-14 12:35:50 -02:30 |
|
Whymarrh Whitby
|
742aa8bb11
|
Merge pull request #5058 from whymarrh/fix-words
Fix casing of some proper nouns in localised messages
|
2018-08-14 07:24:01 -02:30 |
|
Whymarrh Whitby
|
9ba91e69c7
|
Merge pull request #4961 from whymarrh/download-seed-phrase
Add download seed phrase link to new UI
|
2018-08-14 07:23:25 -02:30 |
|
brunobar79
|
b77cc3d969
|
fix tx tests
|
2018-08-14 03:42:23 -04:00 |
|
brunobar79
|
61a279204a
|
legacy and new hd path working
|
2018-08-14 01:26:18 -04:00 |
|
greenkeeper[bot]
|
f56b0ca0e9
|
fix(package): update @zxing/library to version 0.8.0
|
2018-08-14 03:28:44 +00:00 |
|
brunobar79
|
4e1d8ba19d
|
good progress adding paths
|
2018-08-13 19:29:43 -04:00 |
|
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
|
2018-08-13 19:47:56 -02:30 |
|
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
|
2018-08-13 19:47:45 -02:30 |
|
Whymarrh Whitby
|
4dadeb9a31
|
Add link to download seed words in new UI
|
2018-08-13 18:55:04 -02:30 |
|
Whymarrh Whitby
|
b83a746e4f
|
Add exportAsFile optional type argument
|
2018-08-13 18:38:13 -02:30 |
|
Whymarrh Whitby
|
247fa2cc51
|
Fix casing of 1Password
|
2018-08-13 18:38:13 -02:30 |
|
Thomas
|
7918240833
|
Confirms new contract token in the popup
|
2018-08-13 10:31:07 -07:00 |
|
brunobar79
|
77ad856730
|
remove ledger lib
|
2018-08-12 01:46:09 -04:00 |
|
brunobar79
|
8f9a0a535c
|
clean up
|
2018-08-12 01:43:41 -04:00 |
|
brunobar79
|
0b9b892c6b
|
this should be ready to go
|
2018-08-12 01:34:01 -04:00 |
|
brunobar79
|
2355573340
|
clean up
|
2018-08-12 00:06:36 -04:00 |
|
brunobar79
|
e6d64cecf8
|
message signing works
|
2018-08-11 20:26:34 -04:00 |
|
brunobar79
|
068bf43615
|
working
|
2018-08-11 19:27:24 -04:00 |
|
brunobar79
|
12b41b8fc2
|
tx signature is valid
|
2018-08-11 18:20:50 -04:00 |
|
brunobar79
|
011cc141b3
|
tx signing should work
|
2018-08-11 16:00:29 -04:00 |
|
brunobar79
|
aa6a42e3de
|
rename keyring
|
2018-08-11 05:11:21 -04:00 |
|
brunobar79
|
8e842a8947
|
able to add accounts
|
2018-08-11 05:02:02 -04:00 |
|
brunobar79
|
78a1cd3314
|
iframe communication working
|
2018-08-11 02:35:20 -04:00 |
|
brunobar79
|
5ef80495cf
|
refactor to support multiple hw wallets
|
2018-08-10 21:54:34 -04:00 |
|
Bruno Barbieri
|
e2be22a4b7
|
Merge pull request #4897 from MetaMask/qr-code-scan
QR Code Scanner
|
2018-08-10 13:40:06 -04:00 |
|
Dan Finlay
|
ef7e638dda
|
Merge pull request #5025 from MetaMask/v4.9.2
v4.9.2
|
2018-08-09 15:39:48 -07:00 |
|
Thomas Huang
|
06633da1b3
|
Merge branch 'master' into v4.9.2
|
2018-08-09 14:48:28 -07:00 |
|
Thomas
|
a1ced0f197
|
Bump Changelog
|
2018-08-09 14:46:47 -07:00 |
|
Thomas
|
b887730be7
|
v4.9.2
|
2018-08-09 14:42:34 -07:00 |
|
Dan Finlay
|
be1d5a7dd9
|
Merge pull request #5020 from MetaMask/FixMigration28
Fixes migration 28
|
2018-08-09 14:24:38 -07:00 |
|
Jenny Pollack
|
0442e5dfd7
|
Merge pull request #5022 from MetaMask/sentry-release-version
sentry - change releaseVersion to release
|
2018-08-09 14:08:47 -07:00 |
|
Jenny Pollack
|
00a2ab21ae
|
sentry - change releaseVersion to release
|
2018-08-09 13:49:40 -07:00 |
|
Esteban MIno
|
d263d60b4c
|
tests for migration 28
|
2018-08-09 16:41:16 -04:00 |
|
Esteban MIno
|
8df3f2696c
|
fix migration 28
|
2018-08-09 16:15:56 -04:00 |
|
Dan Finlay
|
2b25902561
|
Merge pull request #5017 from MetaMask/v4.9.1
V4.9.1
|
2018-08-09 10:52:11 -07:00 |
|