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
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
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
Thomas
1605c8544a
v4.9.1
6 years ago
Thomas
bbde2ea4fc
Bump Changelog
6 years ago
Thomas
2e82f7e7ba
Merge branch 'develop' of github.com:MetaMask/metamask-extension into develop
6 years ago
Thomas
500ef5cb3a
Merge branch 'master' into develop
6 years ago
bobby dresser
6fb790e9a8
Create issue templates ( #4972 )
...
adds issue templates
6 years ago
Thomas Huang
09b81a2d22
Merge pull request #5010 from eduadiez/develop
...
Fix ENS resolution issues
6 years ago
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.
6 years ago
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}`
6 years ago
Thomas
de6f8b6811
Delay
6 years ago
Thomas
66120c627f
confirms a deplay contract tx in the popup
6 years ago
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
6 years ago
Dan Miller
973325a6c4
Show error while allowing confirmation of transaction where simulation fails
6 years ago
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.
6 years ago
Whymarrh Whitby
51644962e9
Fix lint error in tx-list
6 years ago
brunobar79
d0ccc59e45
add comment
6 years ago
brunobar79
656afeefad
fix merge conflicts
6 years ago