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

Commit

Permalink
Release: v3.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Mar 18, 2017
1 parent cc0d750 commit f9f1ff3
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 17 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.5.5 &nbsp;&nbsp;
&middot; v3.5.6 &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
6 changes: 4 additions & 2 deletions app/includes/sendTx-content.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
<div class="col-xs-2 address-identicon-container">
<div class="addressIdenticon" title="Address Indenticon" blockie-address="{{tx.to}}" watch-var="tx.to"></div>
</div>
</div>
</div>
<!-- / To Address -->

Expand Down Expand Up @@ -81,12 +81,14 @@
<textarea class="form-control" rows="4" readonly >{{signedTx}}</textarea>
</div>

<div class="form-group" ng-show="showRaw && hasEnoughBalance()">
<div class="form-group" ng-show="showRaw">
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_trans"> Send Transaction </a>
</div>
<div class="alert alert-info" ng-show="tx.sendMode=='token'">
<p>If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.</p>
</div>


<div class="alert alert-danger" ng-show="showRaw && !hasEnoughBalance() && tx.readOnly">
<p>You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.</p>
</div>
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.5.5",
"version": "3.5.6",
"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.5.5",
"version": "3.5.6",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
14 changes: 9 additions & 5 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.5.5 &nbsp;&nbsp;
&middot; v3.5.6 &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 @@ -829,7 +829,7 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
</div>
<div class="col-xs-2 address-identicon-container">
<div class="addressIdenticon" title="Address Indenticon" blockie-address="{{tx.to}}" watch-var="tx.to"></div>
</div>
</div>
</div>
<!-- / To Address -->

Expand Down Expand Up @@ -882,12 +882,14 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
<textarea class="form-control" rows="4" readonly >{{signedTx}}</textarea>
</div>

<div class="form-group" ng-show="showRaw && hasEnoughBalance()">
<div class="form-group" ng-show="showRaw">
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_trans"> Send Transaction </a>
</div>
<div class="alert alert-info" ng-show="tx.sendMode=='token'">
<p>If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.</p>
</div>


<div class="alert alert-danger" ng-show="showRaw && !hasEnoughBalance() && tx.readOnly">
<p>You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.</p>
</div>
Expand Down Expand Up @@ -1232,7 +1234,7 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
</div>
<div class="col-xs-2 address-identicon-container">
<div class="addressIdenticon" title="Address Indenticon" blockie-address="{{tx.to}}" watch-var="tx.to"></div>
</div>
</div>
</div>
<!-- / To Address -->

Expand Down Expand Up @@ -1285,12 +1287,14 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
<textarea class="form-control" rows="4" readonly >{{signedTx}}</textarea>
</div>

<div class="form-group" ng-show="showRaw && hasEnoughBalance()">
<div class="form-group" ng-show="showRaw">
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_trans"> Send Transaction </a>
</div>
<div class="alert alert-info" ng-show="tx.sendMode=='token'">
<p>If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.</p>
</div>


<div class="alert alert-danger" ng-show="showRaw && !hasEnoughBalance() && tx.readOnly">
<p>You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.</p>
</div>
Expand Down
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.5.5",
"version": "3.5.6",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
14 changes: 9 additions & 5 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.5.5 &nbsp;&nbsp;
&middot; v3.5.6 &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 @@ -552,7 +552,7 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
</div>
<div class="col-xs-2 address-identicon-container">
<div class="addressIdenticon" title="Address Indenticon" blockie-address="{{tx.to}}" watch-var="tx.to"></div>
</div>
</div>
</div>
<!-- / To Address -->

Expand Down Expand Up @@ -605,12 +605,14 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
<textarea class="form-control" rows="4" readonly >{{signedTx}}</textarea>
</div>

<div class="form-group" ng-show="showRaw && hasEnoughBalance()">
<div class="form-group" ng-show="showRaw">
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_trans"> Send Transaction </a>
</div>
<div class="alert alert-info" ng-show="tx.sendMode=='token'">
<p>If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.</p>
</div>


<div class="alert alert-danger" ng-show="showRaw && !hasEnoughBalance() && tx.readOnly">
<p>You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.</p>
</div>
Expand Down Expand Up @@ -954,7 +956,7 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
</div>
<div class="col-xs-2 address-identicon-container">
<div class="addressIdenticon" title="Address Indenticon" blockie-address="{{tx.to}}" watch-var="tx.to"></div>
</div>
</div>
</div>
<!-- / To Address -->

Expand Down Expand Up @@ -1007,12 +1009,14 @@ <h4 class="col-xs-12" translate="SEND_trans">Send Transaction</h4>
<textarea class="form-control" rows="4" readonly >{{signedTx}}</textarea>
</div>

<div class="form-group" ng-show="showRaw && hasEnoughBalance()">
<div class="form-group" ng-show="showRaw">
<a class="btn btn-primary btn-block" data-toggle="modal" data-target="#sendTransaction" translate="SEND_trans"> Send Transaction </a>
</div>
<div class="alert alert-info" ng-show="tx.sendMode=='token'">
<p>If you are getting an insufficient balance for gas ... error, you must have a small amount of ETH in your account in order to cover the cost of gas. Add 0.01 ETH to this account and try again.</p>
</div>


<div class="alert alert-danger" ng-show="showRaw && !hasEnoughBalance() && tx.readOnly">
<p>You do not have enough funds in your account to complete this swap. Please add more funds or access a different wallet.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet",
"version": "3.5.5",
"version": "3.5.6",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
Binary file added releases/chrome-extension-v3.5.6.zip
Binary file not shown.
Binary file added releases/dist-v3.5.6.zip
Binary file not shown.

0 comments on commit f9f1ff3

Please sign in to comment.