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

Commit

Permalink
Release: v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jan 3, 2017
1 parent ead9f90 commit 2bcaa51
Show file tree
Hide file tree
Showing 12 changed files with 86,436 additions and 98,558 deletions.
4 changes: 2 additions & 2 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

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

&middot; v3.4.0 &nbsp;&nbsp;
&middot; v3.4.1 &nbsp;&nbsp;

<span class="dropdown">
<a class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
Expand Down Expand Up @@ -128,7 +128,7 @@
<ul>
<li> URL: http://127.0.0.1</li>
<li> Port: 8545 </li>
<li> Run geth: <code>geth --rpc --rpccorsdomain "null"</code></li>
<li> Run geth: <code>geth --rpc --rpccorsdomain "127.0.0.1"</code></li>
<li> Run Parity: <code>parity --rpccorsdomain "*" --rpcaddr "127.0.0.1"</code></li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/includes/help.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<li> Verify the URL you entered is correct. </li>
<li> Verify the port you entered is correct. </li>
<li> Verify that if you are connecting to an http:// node you are running MyEtherWallet locally (NOT over https://). </li>
<li> Verify geth is running with <code>geth --rpc --rpccorsdomain "null"</code> or parity is running with <code>parity --rpccorsdomain "*"</code> </li>
<li> Verify geth is running with <code>geth --rpc --rpccorsdomain "127.0.0.1"</code> or parity is running with <code>parity --rpccorsdomain "*"</code> </li>
<li> Verify your node is actually up and running. </li>
<li> Try removing the node and adding it again. </li>
</ul>
Expand Down
12 changes: 6 additions & 6 deletions app/styles/etherwallet-fonts.less
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
@font-face {
font-family: 'Lato';
src: url('./fonts/Lato-Light.woff') format('woff'),
url('./fonts/Lato-Light.ttf') format('truetype');
src: url('../fonts/Lato-Light.woff') format('woff'),
url('../fonts/Lato-Light.ttf') format('truetype');
font-style: normal;
font-weight: 300;
}

@font-face {
font-family: 'Lato';
src: url('./fonts/Lato-Regular.woff') format('woff'),
url('./fonts/Lato-Regular.ttf') format('truetype');
src: url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype');
font-style: normal;
font-weight: 400;
}

@font-face {
font-family: 'Lato';
src: url('./fonts/Lato-Bold.woff') format('woff'),
url('./fonts/Lato-Bold.ttf') format('truetype');
src: url('../fonts/Lato-Bold.woff') format('woff'),
url('../fonts/Lato-Bold.ttf') format('truetype');

font-style: normal;
font-weight: 700;
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/css/etherwallet-master.min.css

Large diffs are not rendered by default.

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

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

&middot; v3.4.0 &nbsp;&nbsp;
&middot; v3.4.1 &nbsp;&nbsp;

<span class="dropdown">
<a class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
Expand Down Expand Up @@ -126,7 +126,7 @@ <h4 class="modal-title"> Set Up Your Custom Node </h4>
<ul>
<li> URL: http://127.0.0.1</li>
<li> Port: 8545 </li>
<li> Run geth: <code>geth --rpc --rpccorsdomain "null"</code></li>
<li> Run geth: <code>geth --rpc --rpccorsdomain "127.0.0.1"</code></li>
<li> Run Parity: <code>parity --rpccorsdomain "*" --rpcaddr "127.0.0.1"</code></li>
</ul>
</p>
Expand Down Expand Up @@ -1682,7 +1682,7 @@ <h4 class="text-danger">6) I cannot connect to my custom node. What do I do? </h
<li> Verify the URL you entered is correct. </li>
<li> Verify the port you entered is correct. </li>
<li> Verify that if you are connecting to an http:// node you are running MyEtherWallet locally (NOT over https://). </li>
<li> Verify geth is running with <code>geth --rpc --rpccorsdomain "null"</code> or parity is running with <code>parity --rpccorsdomain "*"</code> </li>
<li> Verify geth is running with <code>geth --rpc --rpccorsdomain "127.0.0.1"</code> or parity is running with <code>parity --rpccorsdomain "*"</code> </li>
<li> Verify your node is actually up and running. </li>
<li> Try removing the node and adding it again. </li>
</ul>
Expand Down
Loading

0 comments on commit 2bcaa51

Please sign in to comment.