brunobar79
837be704f5
change Metamask for MetaMask
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
Dan Finlay
d7aa1bf5c0
Merge pull request #5060 from MetaMask/bignumber-string
...
Cast arguments for new Bignumbers() to string.
6 years ago
Dan Miller
ebb23721ed
Cast arguments for new Bignumbers() to string.
6 years ago
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
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
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
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