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
Dan Miller
e98c3b4c01
Get nonce for showing retry button using ethQuery transaction count.
6 years ago
Dan J Miller
1d4ee6bf76
Merge pull request #4986 from MetaMask/approve-calc-token-decimals
...
Use token decimals when calculating confirm screen token approval amount
6 years ago
Paul Bouchon
8ac4b586eb
Update eth-keyring-controller and eth-hd-keyring versions ( #4989 )
6 years ago
brunobar79
f269021dc3
add submit button type
6 years ago
Bruno Barbieri
bb52985722
Merge pull request #4988 from MetaMask/remove-engine-restrictions
...
Remove engine restrictions
6 years ago
brunobar79
a92e5ec527
remove engine restrictions
6 years ago
Dan Finlay
fdfcc7d687
Merge pull request #4982 from MetaMask/sig-version-fix
...
Reestablish old versions of eth-keyring-controller and eth-hd-keyring
6 years ago
Dan Miller
c4f1dfb82e
Use token decimals when calculating confirm screen amount for token approvals.
6 years ago
bitpshr
365e349ec4
Reestablish old versions of eth-keyring-controller and eth-hd-keyring
6 years ago
brunobar79
cbbd0d3c75
lint
6 years ago
brunobar79
a46cf39f9b
update package-lock.json
6 years ago
brunobar79
c6b7e460b5
code review changes
6 years ago
brunobar79
2e0916d8ff
fix merge conflicts
6 years ago
Justin Kat
aab6e366c5
Fixing translations in first-time init menu ( #4969 )
6 years ago
Dan Finlay
e9f74f005d
Merge pull request #4884 from MetaMask/TokensPerAccountBasis
...
Tokens per account & network basis
6 years ago
Thomas
562764ccb2
Use develop e2e beta tests
6 years ago
Dan Finlay
0601df9dae
Merge pull request #4954 from MetaMask/v4.9.0
...
V4.9.0
6 years ago
Esteban MIno
66c76c04ef
CHANGELOG
6 years ago
Esteban MIno
b3af9cdf2e
Merge branch 'develop' into TokensPerAccountBasis
6 years ago
Dan Finlay
d549c4b871
Merge pull request #4965 from MetaMask/4.9.0
...
Update CHANGELOG.md
6 years ago
Esteban MIno
c0cdda8321
Merge branch 'develop' into TokensPerAccountBasis
6 years ago
frankiebee
2df46c1392
Merge branch 'network-remove-provider-engine' of https://github.com/MetaMask/metamask-extension into network-remove-provider-engine
6 years ago
frankiebee
ff53a33f81
lint fixes
6 years ago
Kevin Serrano
bb40a8169c
Update CHANGELOG.md
6 years ago
frankiebee
e8a8711854
deps - update package-lock
6 years ago
frankiebee
cbade51ebd
Merge branch 'develop' of https://github.com/MetaMask/metamask-extension into network-remove-provider-engine-tests
6 years ago
frankiebee
115d3c9aaf
Merge branch 'network-remove-provider-engine' into network-remove-provider-engine-tests
6 years ago
frankiebee
c2d4b237eb
network - fix blockTracker reference to return the blockTrackerProxy instead of the direct blockTracker reference
6 years ago
Whymarrh Whitby
564fb9f563
Merge pull request #4960 from whymarrh/import-account-error
...
Show invalid seed phrase error when importing new account
6 years ago
Whymarrh Whitby
d0611741a2
Show invalid seed phrase error when importing new account
6 years ago
Thomas
f6490a2a6e
Bump Changelog
6 years ago
Thomas
845a1a3df2
v4.9.0 Release
6 years ago
Thomas
941a920b15
Update Changelog
6 years ago
Whymarrh Whitby
7325ccf0fe
Merge pull request #4951 from whymarrh/update-pkgs
...
Update e2e test packages 📦
6 years ago
Whymarrh Whitby
46046c6915
Update chromedriver pkg
6 years ago
Whymarrh Whitby
d1435fb883
Switch superstatic for static-server pkg
6 years ago
Whymarrh Whitby
29488b2c53
Add static-server devDependency
6 years ago
Whymarrh Whitby
6132238302
Remove superstatic package
...
Install and uninstalling superstatic doesn't work on Node 8 at the time of
writing:
$ npm install -D superstatic@6
npm ERR! code ENOTSUP
npm ERR! notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"8.11.3","npm":"6.3.0"})
npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
npm ERR! notsup Not compatible with your version of node/npm: got@5.7.1
npm ERR! notsup Required: {"node":">=0.10.0 <7"}
npm ERR! notsup Actual: {"npm":"6.3.0","node":"8.11.3"}
This commit removes the package (using Node 6!) and it will have to be replaced.
6 years ago