Bruno Barbieri
8b73a69cd8
Merge pull request #5061 from MetaMask/greenkeeper/@zxing/library-0.8.0
...
Update @zxing/library to the latest version 🚀
6 years ago
Dan Finlay
772c97088e
Merge pull request #5076 from MetaMask/v4.9.3
...
V4.9.3
6 years ago
Thomas
d636cc3552
v4.9.3
6 years ago
Thomas
595fc403ed
Bump Changelog
6 years ago
Dan Finlay
7c47187f4d
Merge pull request #5037 from MetaMask/master
...
Update develop branch to v4.9.2
6 years ago
Dan J Miller
a41afebd66
Merge pull request #5059 from MetaMask/e2e-tests-more-reliable
...
Another e2e beta test fix
6 years ago
Dan Miller
3c8a4162a4
Remove unnecessary else in test/e2e/beta/contract-test/contract.js
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
ff72423491
Add explicit waits for submitted status for some txs initiated from test dapp.
6 years ago
Dan Miller
c4fe6aa9cf
Reload e2e beta test browser if initial screen doesn't load.
6 years ago
Dan Miller
42256cfbd2
Increase timeout on wait for contract status update in metamask-beta-ui-spec
6 years ago
Dan Miller
ebb23721ed
Cast arguments for new Bignumbers() to string.
6 years ago
Dan Miller
a59e47e7b0
Add missing awaits and/or missing wait timeouts in test/e2e/beta/metamask-beta-ui.spec.js
6 years ago
Dan Miller
860bf42346
Make deployment states in test/e2e/beta/contract-test/contract.js more explicit
6 years ago
Dan Miller
c00d0daeb5
Improve error handling in assertElementNotPresent of test/e2e/beta/helpers.js
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
greenkeeper[bot]
f56b0ca0e9
fix(package): update @zxing/library to version 0.8.0
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
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
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
Dan Miller
e98c3b4c01
Get nonce for showing retry button using ethQuery transaction count.
6 years ago