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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jun 18, 2017
1 parent 7a2bebe commit 348170e
Show file tree
Hide file tree
Showing 15 changed files with 98,950 additions and 114,316 deletions.
2 changes: 1 addition & 1 deletion app/includes/header.tpl
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.0 &nbsp;&nbsp;
&middot; v3.9.1 &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
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.9.0",
"version": "3.9.1",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.9.0",
"version": "3.9.1",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion app/scripts/customGas.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = [
to: '0xc9f32ce1127e44c51cbd182d6364f3d707fd0d47',
gasLimit: -1,
data: '',
msg: 'DO NOT SEND. THIS IS NOT THE ADDRESS FOR STATUS.'
msg: 'DO NOT SEND. THIS IS *** NOT *** THE ADDRESS FOR STATUS!!'
},
{
// SONM
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.0 &nbsp;&nbsp;
&middot; v3.9.1 &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
2 changes: 1 addition & 1 deletion 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.0 &nbsp;&nbsp;
&middot; v3.9.1 &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
106,603 changes: 49,457 additions & 57,146 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.0",
"version": "3.9.1",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
4 changes: 2 additions & 2 deletions dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

16 changes: 11 additions & 5 deletions dist/embedded.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ <h4 translate="GEN_Label_1"> Enter password </h4>
<input name="password"
class="form-control"
type="{{showPass && 'password' || 'text'}}"
placeholder="{{ 'GEN_Placeholder_1' | translate }}"
placeholder="{{'GEN_Placeholder_1' | translate }}"
ng-model="password"
ng-class="isStrongPass() ? 'is-valid' : 'is-invalid'"
aria-label="{{ 'GEN_Label_1' |translate}}"/>
aria-label="{{'GEN_Label_1' |translate}}"/>
<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>
Expand All @@ -71,7 +71,7 @@ <h4 translate="GEN_Label_1"> Enter password </h4>
</ul>

<h2>Ledger &amp; TREZOR?</h2>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Ledger or TREZOR</a> to access your account.</a> Your device <em>is</em> your wallet. </li></ul>
<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>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Mnemonic Phrase</a> to access your account.</li></ul>
Expand Down Expand Up @@ -122,7 +122,9 @@ <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><input class="form-control input-sm" type="text" value="{{encFileName}}" readonly /></li>
<li><label>
<input class="form-control input-sm" type="text" value="{{encFileName}}" readonly/>
</label></li>
</ul>

<h2> MyEtherWallet <strong>cannot</strong> recover...</h2>
Expand All @@ -147,7 +149,11 @@ <h1 translate="GEN_Label_4"> Print your paper wallet, or store a QR code version

<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;" />
<label>
<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;"/>
</label>
</div>

<div class="form-group">
Expand Down
2 changes: 1 addition & 1 deletion 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.0 &nbsp;&nbsp;
&middot; v3.9.1 &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
18 changes: 12 additions & 6 deletions dist/index.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.0 &nbsp;&nbsp;
&middot; v3.9.1 &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 @@ -215,10 +215,10 @@ <h4 translate="GEN_Label_1"> Enter password </h4>
<input name="password"
class="form-control"
type="{{showPass && 'password' || 'text'}}"
placeholder="{{ 'GEN_Placeholder_1' | translate }}"
placeholder="{{'GEN_Placeholder_1' | translate }}"
ng-model="password"
ng-class="isStrongPass() ? 'is-valid' : 'is-invalid'"
aria-label="{{ 'GEN_Label_1' |translate}}"/>
aria-label="{{'GEN_Label_1' |translate}}"/>
<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>
Expand All @@ -231,7 +231,7 @@ <h4 translate="GEN_Label_1"> Enter password </h4>
</ul>

<h2>Ledger &amp; TREZOR?</h2>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Ledger or TREZOR</a> to access your account.</a> Your device <em>is</em> your wallet. </li></ul>
<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>
<ul><li>Use your <a ng-click="globalService.currentTab=globalService.tabs.sendTransaction.id">Mnemonic Phrase</a> to access your account.</li></ul>
Expand Down Expand Up @@ -282,7 +282,9 @@ <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><input class="form-control input-sm" type="text" value="{{encFileName}}" readonly /></li>
<li><label>
<input class="form-control input-sm" type="text" value="{{encFileName}}" readonly/>
</label></li>
</ul>

<h2> MyEtherWallet <strong>cannot</strong> recover...</h2>
Expand All @@ -307,7 +309,11 @@ <h1 translate="GEN_Label_4"> Print your paper wallet, or store a QR code version

<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;" />
<label>
<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;"/>
</label>
</div>

<div class="form-group">
Expand Down
Loading

0 comments on commit 348170e

Please sign in to comment.