mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1475 from MetaMask/i1427-ThrowIfResolverNotSet
Throw if ENS Resolver isn't set up
This commit is contained in:
commit
1491e6fe07
@ -5,6 +5,7 @@
|
|||||||
- Add Transaction Number (nonce) to transaction list.
|
- Add Transaction Number (nonce) to transaction list.
|
||||||
- Label the pending tx icon with a tooltip.
|
- Label the pending tx icon with a tooltip.
|
||||||
- Fix bug where website filters would pile up and not deallocate when leaving a site.
|
- Fix bug where website filters would pile up and not deallocate when leaving a site.
|
||||||
|
- ENS names will no longer resolve to their owner if no resolver is set. Resolvers must be explicitly set and configured.
|
||||||
|
|
||||||
## 3.6.5 2017-5-17
|
## 3.6.5 2017-5-17
|
||||||
|
|
||||||
|
@ -69,7 +69,7 @@
|
|||||||
"ethereumjs-tx": "^1.3.0",
|
"ethereumjs-tx": "^1.3.0",
|
||||||
"ethereumjs-util": "ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",
|
"ethereumjs-util": "ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",
|
||||||
"ethereumjs-wallet": "^0.6.0",
|
"ethereumjs-wallet": "^0.6.0",
|
||||||
"ethjs-ens": "^1.0.2",
|
"ethjs-ens": "^2.0.0",
|
||||||
"express": "^4.14.0",
|
"express": "^4.14.0",
|
||||||
"extension-link-enabler": "^1.0.0",
|
"extension-link-enabler": "^1.0.0",
|
||||||
"extensionizer": "^1.0.0",
|
"extensionizer": "^1.0.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user