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
bobby dresser
438fd5bce0
remove duplicate template ( #5016 )
2018-08-09 10:48:10 -07:00
Thomas
1605c8544a
v4.9.1
2018-08-09 10:23:16 -07:00
Thomas
bbde2ea4fc
Bump Changelog
2018-08-09 10:23:03 -07:00
Thomas
2e82f7e7ba
Merge branch 'develop' of github.com:MetaMask/metamask-extension into develop
2018-08-09 10:10:03 -07:00
Thomas
500ef5cb3a
Merge branch 'master' into develop
2018-08-09 10:09:53 -07:00
bobby dresser
6fb790e9a8
Create issue templates ( #4972 )
...
adds issue templates
2018-08-09 10:09:33 -07:00
Thomas Huang
09b81a2d22
Merge pull request #5010 from eduadiez/develop
...
Fix ENS resolution issues
2018-08-09 09:47:25 -07:00
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.
2018-08-09 12:20:51 +02:00
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}`
2018-08-09 12:14:09 +02:00
Thomas
de6f8b6811
Delay
2018-08-08 21:06:08 -07:00
Thomas
66120c627f
confirms a deplay contract tx in the popup
2018-08-08 18:04:48 -07:00
Dan J Miller
d4af5b7bec
Merge pull request #5000 from MetaMask/contract-method-conf-sim-failure
...
Show error while allowing confirmation of tx where simulation fails
2018-08-08 22:13:41 -02:30
Dan Miller
973325a6c4
Show error while allowing confirmation of transaction where simulation fails
2018-08-08 21:26:25 -02:30
Dan J Miller
1ae668fa5e
Merge pull request #4995 from MetaMask/nonce-for-retry-from-ethquery
...
Get nonce for showing retry button using ethQuery transaction count.
2018-08-08 21:09:27 -02:30
Whymarrh Whitby
51644962e9
Fix lint error in tx-list
2018-08-08 19:32:45 -02:30
brunobar79
d0ccc59e45
add comment
2018-08-08 15:42:25 -04:00
brunobar79
656afeefad
fix merge conflicts
2018-08-08 15:40:04 -04:00
Dan Miller
e98c3b4c01
Get nonce for showing retry button using ethQuery transaction count.
2018-08-08 17:04:42 -02:30
Dan J Miller
1d4ee6bf76
Merge pull request #4986 from MetaMask/approve-calc-token-decimals
...
Use token decimals when calculating confirm screen token approval amount
2018-08-08 16:26:03 -02:30
Paul Bouchon
8ac4b586eb
Update eth-keyring-controller and eth-hd-keyring versions ( #4989 )
2018-08-08 13:17:48 -04:00