Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

Commit d8b9fea

Browse files
committed
Release: v3.33.0
1 parent c129baf commit d8b9fea

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+417
-358
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
### Release v3.33.0
2+
3+
- Replace all links to new one []()
4+
15
### Release v3.32.0
26

3-
- Update header, sync tokens []()
7+
- Update header, sync tokens [#2229](https://github.com/kvhnuke/etherwallet/pull/2229)
48

59
### Release v3.31.1
610

app/includes/background/extension.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function querycB(tabs) {
106106
checkUrlSimilarity(tabs[0].url, SEARCH_STRING)
107107
) {
108108
urlRedirect = encodeURI(
109-
`https://www.myetherwallet.com/phishing.html?phishing-address=${
109+
`https://vintage.myetherwallet.com/phishing.html?phishing-address=${
110110
tabs[0].url
111111
}`
112112
);

app/includes/bulkGenerate.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</h1>
4444

4545
<div class="alert alert-danger" translate="ERROR_28">
46-
**You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://www.myetherwallet.com/#help) for instructions.
46+
**You need your Keystore File + password or Private Key** to access this wallet in the future. Please save & back it up externally! There is no way to recover a wallet if you do not save it. Read the [help page](https://vintage.myetherwallet.com/#help) for instructions.
4747
</div>
4848
</div>
4949

app/includes/footer.tpl

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</a>
3636
</p>
3737
<p>
38-
<a href="https://www.myetherwallet.com/privacy-policy.html" target="_blank">
38+
<a href="https://vintage.myetherwallet.com/privacy-policy.html" target="_blank">
3939
Privacy policy
4040
</a>
4141
</p>
@@ -103,6 +103,11 @@
103103
</section>
104104

105105
<section class="footer--righ">
106+
<p>
107+
<a aria-label="website via my ether wallet dot com" href="https://vintage.myetherwallet.com" target="_blank" rel="noopener noreferrer" role="link" tabindex="0">
108+
Vintage MEW
109+
</a>
110+
</p>
106111
<p>
107112
<a aria-label="website via my ether wallet dot com" href="https://www.MyEtherWallet.com" target="_blank" rel="noopener noreferrer" role="link" tabindex="0">
108113
MyEtherWallet.com
@@ -119,13 +124,13 @@
119124
</a>
120125
</p>
121126
<p>
122-
<a href="https://www.myetherwallet.com/helpers.html" target="_blank" rel="noopener noreferrer" role="link" tabindex="0">
127+
<a href="https://vintage.myetherwallet.com/helpers.html" target="_blank" rel="noopener noreferrer" role="link" tabindex="0">
123128
Unit Converters &amp; ENS Debugging
124129
</a>
125130
</p>
126131

127132
<p>
128-
<a href="https://www.myetherwallet.com/signmsg.html" target="_blank" rel="noopener noreferrer" role="link" tabindex="0">
133+
<a href="https://vintage.myetherwallet.com/signmsg.html" target="_blank" rel="noopener noreferrer" role="link" tabindex="0">
129134
Sign Message
130135
</a>
131136
</p>

app/includes/footerEmbedded.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer>
22

3-
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"Organization","@id":"#organization","url":"https://www.myetherwallet.com/","name":"MyEtherWallet",
3+
<script type='application/ld+json'>{"@context":"http://schema.org","@type":"Organization","@id":"#organization","url":"https://vintage.myetherwallet.com/","name":"MyEtherWallet",
44
"logo":"https://myetherwallet.com/images/myetherwallet-logo-banner.png","description": "MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets &amp; more. Interact with the Ethereum blockchain easily &amp; securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.","sameAs":["https://www.myetherwallet.com/","https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm","https://www.facebook.com/MyEtherWallet/","https://twitter.com/myetherwallet","https://medium.com/@myetherwallet_96408","https://kb.myetherwallet.com/","https://github.com/kvhnuke/etherwallet","https://github.com/MyEtherWallet","https://kvhnuke.github.io/etherwallet/","https://github.com/kvhnuke/etherwallet/releases/latest","https://github.com/409H/EtherAddressLookup","https://myetherwallet.slack.com/","https://myetherwallet.herokuapp.com/","https://www.reddit.com/r/MyEtherWallet/","https://www.reddit.com/user/insomniasexx/","https://www.reddit.com/user/kvhnuke/","https://www.reddit.com/user/myetherwallet"]}</script>
55
66
</body>

app/includes/header.tpl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<meta property="og:site_name" content="MyEtherWallet.com: Your Key to Ethereum">
99
<meta name="twitter:title" content="MyEtherWallet.com: Your Key to Ethereum">
1010
<meta name="apple-mobile-web-app-title" content="MyEtherWallet.com: Your Key to Ethereum">
11-
<link href="https://www.myetherwallet.com" rel="canonical">
12-
<meta content="https://www.myetherwallet.com" property="og:url">
13-
<meta content="https://www.myetherwallet.com" name="twitter:url">
11+
<link href="https://vintage.myetherwallet.com" rel="canonical">
12+
<meta content="https://vintage.myetherwallet.com" property="og:url">
13+
<meta content="https://vintage.myetherwallet.com" name="twitter:url">
1414
<link rel="stylesheet" href="css/etherwallet-master.min.css">
1515
<script type="text/javascript" src="js/etherwallet-static.min.js"></script>
1616
<script type="text/javascript" src="js/etherwallet-master.js"></script>
@@ -31,7 +31,7 @@
3131
<meta name="msapplication-config" content="images/fav/browserconfig.xml">
3232
<meta name="theme-color" content="#1d6986">
3333
<meta name="apple-mobile-web-app-status-bar-style" content="#1d6986">
34-
<meta property="og:url" content="https://www.myetherwallet.com" />
34+
<meta property="og:url" content="https://vintage.myetherwallet.com" />
3535
<meta property="og:title" content="MyEtherWallet.com &middot; Your Key to Ethereum" />
3636
<meta property="og:type" content="website">
3737
<meta property="og:image" content="/images/myetherwallet-logo-banner.png" />
@@ -48,17 +48,17 @@
4848
"@type" : "Organization",
4949
"name" : "MyEtherWallet",
5050
"legalName" : "MyEtherWallet Inc",
51-
"url" : "https://www.myetherwallet.com/",
51+
"url" : "https://vintage.myetherwallet.com/",
5252
"contactPoint" : [{
5353
"@type" : "ContactPoint",
5454
"email" : "[email protected]",
5555
"url" : "https://myetherwallet.com",
5656
"contactType" : "customer service"
5757
}],
58-
"logo" : "https://www.myetherwallet.com/images/myetherwallet-logo.png",
58+
"logo" : "https://vintage.myetherwallet.com/images/myetherwallet-logo.png",
5959
"description": "MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets &amp; more. Interact with the Ethereum blockchain easily &amp; securely.",
6060
"sameAs" : [
61-
"https://www.myetherwallet.com/",
61+
"https://vintage.myetherwallet.com/",
6262
"https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm",
6363
"https://www.facebook.com/MyEtherWallet/",
6464
"https://twitter.com/myetherwallet",
@@ -90,18 +90,18 @@
9090
@@if (site === 'mew' ) {
9191
<a class="brand" href="/" aria-label="Go to homepage">
9292
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
93-
<p class="small visible-xs">3.32.0</p>
93+
<p class="small visible-xs">3.33.0</p>
9494
</a>
9595
}
9696
@@if (site === 'cx' ) {
9797
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
9898
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
99-
<p class="small visible-xs">3.32.0</p>
99+
<p class="small visible-xs">3.33.0</p>
100100
</a>
101101
}
102102
<div class="tagline">
103103

104-
<span class="hidden-xs">3.32.0</span>
104+
<span class="hidden-xs">3.33.0</span>
105105

106106
<span class="dropdown dropdown-lang" ng-cloak>
107107
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>

app/includes/headerEmbedded.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>MyEtherWallet.com</title>
6-
<link rel="canonical" href="https://www.myetherwallet.com" />
6+
<link rel="canonical" href="https://vintage.myetherwallet.com" />
77
<meta name="description" content="MyEtherWallet.com is a free, open-source, client-side interface for generating Ethereum wallets &amp; more. Interact with the Ethereum blockchain easily &amp; securely. Double-check the URL ( myetherwallet.com ) before unlocking your wallet.">
88
<meta name="author" content="">
99
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -32,6 +32,6 @@
3232

3333
<header class="bg-gradient text-white">
3434
<section class="container text-center">
35-
<a href="https://www.myetherwallet.com/"><img src="images/logo-myetherwallet.svg" height="50px" width="auto" alt="Ether Wallet" class="embedded-logo" /></a>
35+
<a href="https://vintage.myetherwallet.com/"><img src="images/logo-myetherwallet.svg" height="50px" width="auto" alt="Ether Wallet" class="embedded-logo" /></a>
3636
</section>
3737
</header>

app/includes/help.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@
582582
<ul>
583583
<li translate="HELP_Sec_Desc_2">We've been up and running since August 2015. If you search for <a href="https://www.reddit.com/search?q=myetherwallet" target="_blank" rel="noopener noreferrer" />"myetherwallet" on reddit</a>, you can see numerous people who use us with great success.</li>
584584
<li translate="HELP_Sec_Desc_3">We aren't going to take your money or steal your private key(s). There is no malicious code on this site. In fact the "GENERATE WALLET" pages are completely client-side. That means that all the code is executed on ** your computer** and it is never saved and transmitted anywhere.</li>
585-
<li translate="HELP_Sec_Desc_4"> Check the URL -- This site is being served through GitHub and you can see the source code here: <a href="https://github.com/kvhnuke/etherwallet/tree/gh-pages" target="_blank" rel="noopener noreferrer">https://github.com/kvhnuke/etherwallet/tree/gh-pages</a> to the domains: <a href="http://kvhnuke.github.io/etherwallet/" target="_blank" rel="noopener noreferrer">http://kvhnuke.github.io/etherwallet/</a> and <a href="https://www.myetherwallet.com" target="_blank" rel="noopener noreferrer">https://www.myetherwallet.com</a>. You can verify it's hosted at GitHub by using <a href="http://viewdns.info/dnsrecord/?domain=myetherwallet.com" target="_blank" rel="noopener noreferrer">http://viewdns.info/dnsrecord/?domain=myetherwallet.com</a> - last two A record IPs are owned by GitHub for their custom domain hosting.</li>
585+
<li translate="HELP_Sec_Desc_4"> Check the URL -- This site is being served through GitHub and you can see the source code here: <a href="https://github.com/kvhnuke/etherwallet/tree/gh-pages" target="_blank" rel="noopener noreferrer">https://github.com/kvhnuke/etherwallet/tree/gh-pages</a> to the domains: <a href="http://kvhnuke.github.io/etherwallet/" target="_blank" rel="noopener noreferrer">http://kvhnuke.github.io/etherwallet/</a> and <a href="https://vintage.myetherwallet.com" target="_blank" rel="noopener noreferrer">https://vintage.myetherwallet.com</a>. You can verify it's hosted at GitHub by using <a href="http://viewdns.info/dnsrecord/?domain=myetherwallet.com" target="_blank" rel="noopener noreferrer">http://viewdns.info/dnsrecord/?domain=myetherwallet.com</a> - last two A record IPs are owned by GitHub for their custom domain hosting.</li>
586586
<li translate="HELP_Sec_Desc_5"> For generating wallets, you can download the <a href="https://github.com/kvhnuke/etherwallet/tree/gh-pages">source code</a>. See #5 above.</li>
587587
<li translate="HELP_Sec_Desc_6"> Do a test run and check and see what network activity is happening. The easiest way for you to do this is to right click on the page and click "inspect element". Go to the "Network" tab. Generate a test wallet. You will see there is no network activity. You may see something happening that looks like data:image/gif and data:image/png. Those are the QR codes being generated...on your computer...by your computer. No bytes were transferred.</li>
588588
<li translate="HELP_Sec_Desc_8"> If you do not feel comfortable using this tool, then by all means, do not use it. We created this tool as a helpful way for people to generate wallets and make transactions without needing to dive into command line or run a full node. Again, feel free to reach out if you have concerns and we will respond as quickly as possible. Thanks! </li>

app/includes/onboardingModal.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
Install [EAL](https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn) or [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn) or [Protect by PhishFort](https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc") or [Cryptonite by Metacert](https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige) or the [MyEtherWallet Chrome Extension](https://chrome.google.com/webstore/detail/myetherwallet-cx/nlbmnnijcnlegkjjpcfjclmcfggfefdm) to block malicious websites.
326326
</li>
327327
<li translate="ONBOARD_secure_1_content__3">
328-
Always check the URL: `https://www.myetherwallet.com`.
328+
Always check the URL: `https://vintage.myetherwallet.com`.
329329
</li>
330330
<li translate="ONBOARD_secure_1_content__4">
331331
Always make sure the URL bar has `MYETHERWALLET Inc` in green.

app/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.32.0",
3+
"version": "3.33.0",
44
"manifest_version": 2,
55
"description": "MyEtherWallet Chrome Extension",
6-
"homepage_url": "https://www.myetherwallet.com/",
6+
"homepage_url": "https://vintage.myetherwallet.com/",
77
"icons": {
88
"16": "images/icons/icon16.png",
99
"32": "images/icons/icon32.png",

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MyEtherWallet",
3-
"version": "3.32.0",
3+
"version": "3.33.0",
44
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
55
"author": "MyEtherWallet",
66
"license": "ISC",

app/scripts/controllers/sendTxCtrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ var sendTxCtrl = function($scope, $sce, walletService, $rootScope) {
246246
$scope.sendTxModal.close();
247247
uiFuncs.sendTx($scope.signedTx, function(resp) {
248248
if (!resp.isError) {
249-
var checkTxLink = "https://www.myetherwallet.com?txHash=" + resp.data + "#check-tx-status";
249+
var checkTxLink = "https://vintage.myetherwallet.com?txHash=" + resp.data + "#check-tx-status";
250250
var txHashLink = $scope.ajaxReq.blockExplorerTX.replace("[[txHash]]", resp.data);
251251
var emailBody = 'I%20was%20trying%20to..............%0A%0A%0A%0ABut%20I%27m%20confused%20because...............%0A%0A%0A%0A%0A%0ATo%20Address%3A%20https%3A%2F%2Fetherscan.io%2Faddress%2F' + $scope.tx.to + '%0AFrom%20Address%3A%20https%3A%2F%2Fetherscan.io%2Faddress%2F' + $scope.wallet.getAddressString() + '%0ATX%20Hash%3A%20https%3A%2F%2Fetherscan.io%2Ftx%2F' + resp.data + '%0AAmount%3A%20' + $scope.tx.value + '%20' + $scope.unitReadable + '%0ANode%3A%20' + $scope.ajaxReq.type + '%0AToken%20To%20Addr%3A%20' + $scope.tokenTx.to + '%0AToken%20Amount%3A%20' + $scope.tokenTx.value + '%20' + $scope.unitReadable + '%0AData%3A%20' + $scope.tx.data + '%0AGas%20Limit%3A%20' + $scope.tx.gasLimit + '%0AGas%20Price%3A%20' + $scope.tx.gasPrice;
252252
var verifyTxBtn = $scope.ajaxReq.type != nodes.nodeTypes.Custom ? '<a class="btn btn-xs btn-info" href="' + txHashLink + '" class="strong" target="_blank" rel="noopener noreferrer">Verify Transaction</a>' : '';

app/scripts/directives/walletDecryptDrtv.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ <h5>
615615
</li>
616616
</ul>
617617
<div class="form-group">
618-
If you must, please <u>double-check the URL &amp; SSL cert</u>. It should say <code>https://www.myetherwallet.com</code> &amp; <code>MYETHERWALLET INC</code> in your URL bar.
618+
If you must, please <u>double-check the URL &amp; SSL cert</u>. It should say <code>https://vintage.myetherwallet.com</code> &amp; <code>MYETHERWALLET INC</code> in your URL bar.
619619
</div>
620620
<br />
621621
<div class="form-group">
@@ -691,7 +691,7 @@ <h5>
691691
</li>
692692
</ul>
693693
<div class="form-group">
694-
If you must, please <u>double-check the URL &amp; SSL cert</u>. It should say <code>https://www.myetherwallet.com</code> &amp; <code>MYETHERWALLET INC</code> in your URL bar.
694+
If you must, please <u>double-check the URL &amp; SSL cert</u>. It should say <code>https://vintage.myetherwallet.com</code> &amp; <code>MYETHERWALLET INC</code> in your URL bar.
695695
</div>
696696
<br />
697697
<div class="form-group">
@@ -772,7 +772,7 @@ <h5>
772772
</li>
773773
</ul>
774774
<div class="form-group">
775-
If you must, please <u>double-check the URL &amp; SSL cert</u>. It should say <code>https://www.myetherwallet.com</code> &amp; <code>MYETHERWALLET INC</code> in your URL bar.
775+
If you must, please <u>double-check the URL &amp; SSL cert</u>. It should say <code>https://vintage.myetherwallet.com</code> &amp; <code>MYETHERWALLET INC</code> in your URL bar.
776776
</div>
777777
<br />
778778
<div class="form-group">

app/scripts/globalFuncs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ globalFuncs.stripTags = function(str) {
172172
};
173173
globalFuncs.checkAndRedirectHTTPS = function() {
174174
var host = 'myetherwallet.com';
175-
var hostw = 'https://www.myetherwallet.com';
175+
var hostw = 'https://vintage.myetherwallet.com';
176176
var path = window.location.pathname;
177177
if (host == window.location.host) window.location = hostw + path;
178178
};

0 commit comments

Comments
 (0)