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

Commit

Permalink
Release: v3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jun 18, 2017
1 parent de72d25 commit 2cf2604
Show file tree
Hide file tree
Showing 11 changed files with 224 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.9.2 &nbsp;&nbsp;
&middot; v3.9.3 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<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>
Expand Down Expand Up @@ -3259,7 +3259,7 @@ <h4 translate="HELP_FAQ_Title">More Helpful Answers to Frequent Questions </h4>

<footer class="footer" role="content" aria-label="footer" ng-controller='footerCtrl' >

<article class="block--wrap" style="max-width: 1780px; margin: auto;">
<article class="block__wrap" style="max-width: 1780px; margin: auto;">

<section class="footer--left">
<a href="https://www.myetherwallet.com/"><img src="images/logo-myetherwallet.svg" height="55px" width="auto" alt="Ether Wallet" class="footer--logo"/></a>
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.9.2 &nbsp;&nbsp;
&middot; v3.9.3 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<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>
Expand Down Expand Up @@ -532,7 +532,7 @@ <h1> Mistyped Private Key </h1>

<footer class="footer" role="content" aria-label="footer" ng-controller='footerCtrl' >

<article class="block--wrap" style="max-width: 1780px; margin: auto;">
<article class="block__wrap" style="max-width: 1780px; margin: auto;">

<section class="footer--left">
<a href="https://www.myetherwallet.com/"><img src="images/logo-myetherwallet.svg" height="55px" width="auto" alt="Ether Wallet" class="footer--logo"/></a>
Expand Down
637 changes: 48 additions & 589 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.9.2",
"version": "3.9.3",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

120 changes: 58 additions & 62 deletions dist/embedded.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@

<main class="tab-pane block--container active" ng-if="globalService.currentTab==globalService.tabs.generateWallet.id" ng-controller='walletGenCtrl' role="main">

<article class="block--wrap gen--1" ng-show="!wallet && !showGetAddress">
<article class="block__wrap gen__1" ng-show="!wallet && !showGetAddress">

<section class="block--main equal-space center-h">
<section class="block__main gen__1--inner">
<br />
<h1 translate="NAV_GenerateWallet" aria-live="polite"> Generate Wallet</h1>
<h1 translate="NAV_GenerateWallet" aria-live="polite"> Create New Wallet</h1>
<h4 translate="GEN_Label_1"> Enter password </h4>
<div class="input-group">
<input name="password"
Expand All @@ -62,32 +62,36 @@ <h4 translate="GEN_Label_1"> Enter password </h4>
<span tabindex="0" aria-label="make password visible" role="button" class="input-group-addon eye" ng-click="showPass=!showPass"></span>
</div>
<a tabindex="0" role="button" class="btn btn-primary" func="generateSingleWallet" ng-click="genNewWallet()" translate="NAV_GenerateWallet">Generate Wallet</a>
<p> This password <em>encrypts</em> your private key. This does not act as a seed to generate your keys. <br /> <strong>You will need this password + your private key to unlock your wallet.</strong></p>
<br>
</section>

<section class="block--help">
<ul>
<li><strong><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-create-a-new-wallet" target="_blank" rel="noopener">How to create a wallet</a></strong></li>
<li><strong><a href="https://myetherwallet.groovehq.com/knowledge_base/categories/getting-started-443" target="_blank" rel="noopener">Getting Started</a></strong></li>
</ul>

<h2>Ledger &amp; TREZOR?</h2>
<section class="block__help">
<h2>Ledger or TREZOR?</h2>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Ledger or TREZOR</a> to access your account. Your device <em>is</em> your wallet. </li></ul>

<h2>Jaxx / Metamask?</h2>
<h2>Jaxx / Metamask</h2>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Mnemonic Phrase</a> to access your account.</li></ul>

<h2>Mist / Geth / Parity?</h2>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Keystore File (UTC / JSON)</a> to access your account.</li></ul>

<h2>Guides &amp; FAQ</h2>
<ul>
<li><strong><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-create-a-new-wallet" target="_blank" rel="noopener">How to Create a Wallet</a></strong></li>
<li><strong><a href="https://myetherwallet.groovehq.com/knowledge_base/categories/getting-started-443" target="_blank" rel="noopener">Getting Started</a></strong></li>
</ul>
</section>

</article>


<article role="main" class="block--wrap" ng-show="wallet && !showPaperWallet">
<article role="main" class="block__wrap gen__2" ng-show="wallet && !showPaperWallet" > <!-- -->

<section class="block--main center-h">
<section class="block__main gen__2--inner">
<br />
<h1 translate="GEN_Label_2">Save your <span translate="x_Keystore2"> Keystore File (UTC / JSON) </span></h1>

<a tabindex="0" role="button"
class="btn btn-primary"
href="{{blobEnc}}"
Expand All @@ -98,77 +102,68 @@ <h1 translate="GEN_Label_2">Save your <span translate="x_Keystore2"> Keystore Fi
target="_blank" rel="noopener">
<span translate="x_Download"> DOWNLOAD </span> <span translate="x_Keystore2"> Keystore File (UTC / JSON) </span>
</a>
<br />
<br /><br />
<div class="alert alert-danger" style="display: inline-block; margin-top: 4rem;">
<p>This is your Keystore file. It contains your encrypted private key. Without it, you cannot access your ETH or Tokens.</p>
<h6><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-save-slash-backup-my-wallet" target="_blank" rel="noopener"> You are responsible for the safety and security of your private key. </a></h6>
<p> Keep it safe </p>
<p> Make a backup </p>
<p> Don't share it with anyone </p>
<p> Don't lose it</p>
<p clas="margin-top: 2rem;"><a tabindex="0" role="button" class="btn btn-info" ng-class="fileDownloaded ? '' : 'disabled' " ng-click="continueToPaper()"> I understand. Continue. </a></p>

<div class="warn">
<p translate="ERROR_28"></p>
<p><strong>Keep it safe &middot; Make a backup &middot; Don't share it with anyone &middot; Don't lose it &middot; It cannot be recovered if you lose it.</strong></p>
<p>
<a tabindex="0" role="button" class="btn btn-danger" ng-class="fileDownloaded ? '' : 'disabled' " ng-click="continueToPaper()">
I understand. Continue.
</a>
</p>
</div>

</section>

<section class="block--help">
<ul>
<li><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-save-slash-backup-my-wallet" target="_blank" rel="noopener"><strong>How to back up your wallet</strong></a></li>
<li><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/what-are-the-different-formats-of-a-private-key" target="_blank" rel="noopener"><strong>What are these Different Formats?</a></strong></li>
</ul>

<section class="block__help">
<h2> Not Downloading a File? </h2>
<ul>
<li> Right click &amp; select 'Download as...' or 'Save as...'.</li>
<li> Use the following as the file name: </li>
<li><label>
<input class="form-control input-sm" type="text" value="{{encFileName}}" readonly/>
</label></li>
<li> Try using Google Chrome </li>
<li> Right click &amp; Save file as... w/ filename:</li>
<li><small><small><code> {{encFileName}} </code></small></small></li>
</ul>

<h2> MyEtherWallet <strong>cannot</strong> recover...</h2>
<h2>Don't open this file on your computer</h2>
<ul><li>Use it to access your wallet via MyEtherWallet (or Mist, Geth, Parity &amp; other wallet clients.)</li></ul>

<h2>Guides &amp; FAQ</h2>
<ul>
<li translate="x_Keystore2"> Keystore File (UTC / JSON) </li>
<li translate="x_PrivKey2 "> Private key</li>
<li translate="x_Password "> Password</li>
<li><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-save-slash-backup-my-wallet" target="_blank" rel="noopener"><strong>How to Back Up Your Keystore File</strong></a></li>
<li><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/what-are-the-different-formats-of-a-private-key" target="_blank" rel="noopener"><strong>What are these Different Formats?</a></strong></li>
</ul>

<h2>Don't open this file on your computer</h2>
<ul><li>Simply use it to access your wallet via MyEtherWallet (or Mist, Geth, Parity &amp; other wallet clients.)</li></ul>
</section>

</article>


<article role="main" class="block--wrap" ng-show="showPaperWallet">
<article role="main" class="block__wrap gen__3" ng-show="showPaperWallet">

<section class="block__main gen__3--inner">

<section class="block--main center-h">
<br />
<h1 translate="GEN_Label_4"> Print your paper wallet, or store a QR code version. </h1>

<div class="form-group">
<h4 translate="x_PrivKey">Private Key (unencrypted)</h4>
<input aria-label="{{'x_PrivKey'|translate}}" aria-describedby="x_PrivKeyDesc"
value="{{wallet.getPrivateKeyString()}}"
class="form-control"
type="text"
readonly="readonly"
style="max-width: 50rem;margin: auto;"/>
</div>

<div class="form-group">
<h4 translate="x_Print">Print Paper Wallet:</h4>
<a tabindex="0" aria-label="{{'x_Print'|translate}}" aria-describedby="x_PrintDesc" role="button" class="btn btn-primary" ng-click="printQRCode()" translate="x_Print">PRINT</a>
</div>
<h1> Save your <code translate="x_PrivKey">Private Key (unencrypted)</code></h1>
<input aria-label="{{'x_PrivKey'|translate}}" aria-describedby="x_PrivKeyDesc"
value="{{wallet.getPrivateKeyString()}}"
class="form-control"
type="text"
readonly="readonly"
style="max-width: 50rem;margin: auto;"/>

<br /><br />
<p><a class="btn btn-default btn-sm" ng-click="getAddress()"> Next: Save your Address </a></p>
<br />

<h1 translate="x_Print">Print Paper Wallet:</h1>
<a tabindex="0" aria-label="{{'x_Print'|translate}}" aria-describedby="x_PrintDesc" role="button" class="btn btn-primary" ng-click="printQRCode()" translate="x_PrintShort">PRINT</a>

<br /><br />

<a class="btn btn-default btn-sm" ng-click="getAddress()"> Next: Save your Address </a>

</section>

<section class="block--help">
<section class="block__help">
<h2>Guides &amp; FAQ</h2>
<ul>
<li><strong><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-save-slash-backup-my-wallet" target="_blank" rel="noopener"><strong>How to Save & Backup Your Wallet.</strong></a></li>
<li><strong><a href="https://myetherwallet.groovehq.com/knowledge_base/topics/protecting-yourself-and-your-funds" target="_blank" rel="noopener"><strong>Preventing loss &amp; theft of your funds.</strong></a></li>
Expand All @@ -182,8 +177,8 @@ <h2> Why Should I? </h2>
<li> <a href="https://myetherwallet.groovehq.com/knowledge_base/topics/how-do-i-safely-slash-offline-slash-cold-storage-with-myetherwallet" target="_blank" rel="noopener">Cold Storage</a> </li>
</ul>

<h2> ProTip </h2>
<ul><li> No printer? Save it as a PDF and back it up on a USB drive. </li></ul>
<h2> Pro-Tip </h2>
<ul><li translate="x_PrintDesc"></li></ul>

</section>

Expand All @@ -194,6 +189,7 @@ <h2> ProTip </h2>
<div ng-click="wd = !wd">
<a class="collapse-button"><span ng-show="wd">+</span><span ng-show="!wd">-</span></a>
<h1 traslate="SWAP_unlock">Unlock your wallet to see your address</h1>
<p translate="x_AddessDesc"></p>
</div>
<div ng-show="!wd">
<wallet-decrypt-drtv></wallet-decrypt-drtv>
Expand Down
4 changes: 2 additions & 2 deletions dist/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<div class="tagline"><span style="max-width: 395px">Open-Source & Client-Side Ether Wallet</span>

&middot; v3.9.2 &nbsp;&nbsp;
&middot; v3.9.3 &nbsp;&nbsp;

<span class="dropdown" ng-cloak>
<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>
Expand Down Expand Up @@ -532,7 +532,7 @@ <h1> Mistyped Private Key </h1>

<footer class="footer" role="content" aria-label="footer" ng-controller='footerCtrl' >

<article class="block--wrap" style="max-width: 1780px; margin: auto;">
<article class="block__wrap" style="max-width: 1780px; margin: auto;">

<section class="footer--left">
<a href="https://www.myetherwallet.com/"><img src="images/logo-myetherwallet.svg" height="55px" width="auto" alt="Ether Wallet" class="footer--logo"/></a>
Expand Down
Loading

0 comments on commit 2cf2604

Please sign in to comment.