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

Commit

Permalink
Release: v3.11.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tayvano committed Jan 22, 2018
1 parent 015ef92 commit 0e6b819
Show file tree
Hide file tree
Showing 12 changed files with 489 additions and 46 deletions.
6 changes: 3 additions & 3 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -98,18 +98,18 @@
@@if (site === 'mew' ) {
<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.11.2.5</p>
<p class="small visible-xs">3.11.3.0</p>
</a>
}
@@if (site === 'cx' ) {
<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.11.2.5</p>
<p class="small visible-xs">3.11.3.0</p>
</a>
}
<div class="tagline">
<span class="hidden-xs">3.11.2.5</span>
<span class="hidden-xs">3.11.3.0</span>
<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" 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",
"version": "3.11.2.5",
"version": "3.11.3.0",
"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.11.2.5",
"version": "3.11.3.0",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
5 changes: 0 additions & 5 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2029,11 +2029,6 @@
"decimal":18,
"type":"default"
},{
"address":"0x056017c55aE7AE32d12AeF7C679dF83A85ca75Ff",
"symbol":"WYV",
"decimal":,
"type":"default"
},{
"address":"0x910Dfc18D6EA3D6a7124A6F8B5458F281060fa4c",
"symbol":"X8X",
"decimal":18,
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@

<a class="brand" href="/cx-wallet.html" aria-label="Go to homepage">
<img src="images/logo-myetherwalletcx.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.11.2.5</p>
<p class="small visible-xs">3.11.3.0</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.11.2.5</span>
<span class="hidden-xs">3.11.3.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
26 changes: 24 additions & 2 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.11.2.5</p>
<p class="small visible-xs">3.11.3.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.2.5</span>
<span class="hidden-xs">3.11.3.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down Expand Up @@ -543,6 +543,28 @@ <h2 class="p">
</div>
</section>

<section class="row">
<div class="form-group col-xs-12">
<label>
Start Auction And Bid Data
</label>
<input class="form-control" type="text" ng-model="startAndBidAuctionData" readonly />
<p>
To:
<code>0x6090a6e47849629b7245dfa1ca21d94cd15878ef</code>
&nbsp;&middot;&nbsp;
Amount:
<code>0</code>
&nbsp;&middot;&nbsp;
Gas Limit:
<code>200000</code>
&nbsp;&middot;&nbsp;
Data:
<code>[ABOVE]</code>
</p>
</div>
</section>

<section class="row">
<div class="form-group col-xs-12">
<label>
Expand Down
228 changes: 215 additions & 13 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",
"version": "3.11.2.5",
"version": "3.11.3.0",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
26 changes: 24 additions & 2 deletions dist/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.11.2.5</p>
<p class="small visible-xs">3.11.3.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.2.5</span>
<span class="hidden-xs">3.11.3.0</span>

<span class="dropdown dropdown-lang" ng-cloak>
<a tabindex="0" aria-haspopup="true" aria-expanded="false" aria-label="change language. current language {{curLang}}" class="dropdown-toggle btn btn-white" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down Expand Up @@ -543,6 +543,28 @@ <h2 class="p">
</div>
</section>

<section class="row">
<div class="form-group col-xs-12">
<label>
Start Auction And Bid Data
</label>
<input class="form-control" type="text" ng-model="startAndBidAuctionData" readonly />
<p>
To:
<code>0x6090a6e47849629b7245dfa1ca21d94cd15878ef</code>
&nbsp;&middot;&nbsp;
Amount:
<code>0</code>
&nbsp;&middot;&nbsp;
Gas Limit:
<code>200000</code>
&nbsp;&middot;&nbsp;
Data:
<code>[ABOVE]</code>
</p>
</div>
</section>

<section class="row">
<div class="form-group col-xs-12">
<label>
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@

<a class="brand" href="/" aria-label="Go to homepage">
<img src="images/logo-myetherwallet.svg" height="64px" width="245px" alt="MyEtherWallet" />
<p class="small visible-xs">3.11.2.5</p>
<p class="small visible-xs">3.11.3.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.11.2.5</span>
<span class="hidden-xs">3.11.3.0</span>

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

0 comments on commit 0e6b819

Please sign in to comment.