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 |
Whymarrh Whitby
|
247fa2cc51
|
Fix casing of 1Password
|
6 years ago |
Thomas
|
7918240833
|
Confirms new contract token in the popup
|
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
|
77ad856730
|
remove ledger lib
|
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 |
Bruno Barbieri
|
e2be22a4b7
|
Merge pull request #4897 from MetaMask/qr-code-scan
QR Code Scanner
|
6 years ago |
brunobar79
|
42834fe8be
|
fix e2e tests
|
6 years ago |
brunobar79
|
6f2c4809b6
|
undo permission change
|
6 years ago |
brunobar79
|
eb2f491458
|
add error messages
|
6 years ago |
brunobar79
|
e905c9f055
|
hide export private key for trezor accounts
|
6 years ago |
brunobar79
|
814c642d95
|
fixes
|
6 years ago |
brunobar79
|
728aeb9344
|
add app/vendor dir to eslintignore
|
6 years ago |
brunobar79
|
c8d75f3230
|
use new connect.js file
|
6 years ago |
brunobar79
|
35282980cf
|
Merge branch 'develop' of github.com:MetaMask/metamask-extension into trezor-v5
|
6 years ago |
Dan Finlay
|
ef7e638dda
|
Merge pull request #5025 from MetaMask/v4.9.2
v4.9.2
|
6 years ago |
Thomas Huang
|
06633da1b3
|
Merge branch 'master' into v4.9.2
|
6 years ago |
Thomas
|
a1ced0f197
|
Bump Changelog
|
6 years ago |
Thomas
|
b887730be7
|
v4.9.2
|
6 years ago |
Dan Finlay
|
be1d5a7dd9
|
Merge pull request #5020 from MetaMask/FixMigration28
Fixes migration 28
|
6 years ago |
Jenny Pollack
|
0442e5dfd7
|
Merge pull request #5022 from MetaMask/sentry-release-version
sentry - change releaseVersion to release
|
6 years ago |
Jenny Pollack
|
00a2ab21ae
|
sentry - change releaseVersion to release
|
6 years ago |
Esteban MIno
|
d263d60b4c
|
tests for migration 28
|
6 years ago |
Esteban MIno
|
8df3f2696c
|
fix migration 28
|
6 years ago |
Dan Finlay
|
2b25902561
|
Merge pull request #5017 from MetaMask/v4.9.1
V4.9.1
|
6 years ago |
bobby dresser
|
438fd5bce0
|
remove duplicate template (#5016)
|
6 years ago |