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

Commit

Permalink
Merge pull request #2106 from kvhnuke/devop/prep-release
Browse files Browse the repository at this point in the history
devop/prep-release
  • Loading branch information
gamalielhere authored Oct 17, 2018
2 parents 7ea1ed2 + 9bcb564 commit 2cb2f8b
Show file tree
Hide file tree
Showing 20 changed files with 133,560 additions and 117,385 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
### Rlease v3.23.1

### Hotfix

- Fix unsafe eval [#2103](https://github.com/kvhnuke/etherwallet/pull/2103)

### Update

- Update mewconnect version package [#2106](https://github.com/kvhnuke/etherwallet/pull/2106)
- Update EOSC chainid [#2105](https://github.com/kvhnuke/etherwallet/pull/2105)

### New

- Reorder token contract, add EWO token [#2106](https://github.com/kvhnuke/etherwallet/pull/2106)

### Release v3.23.0

### New
Expand Down
52 changes: 26 additions & 26 deletions app/scripts/abiDefinitions/ethAbi.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2279,6 +2279,12 @@
"decimal": 4,
"type": "default"
},
{
"address": "0x444997b7e7fC830E20089afea3078cd518fCF2A2",
"symbol": "EWO",
"decimal": 18,
"type": "default"
},
{
"address": "0x00c4b398500645eb5da00a1a379a88b11683ba01",
"symbol": "EXC",
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
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 @@ -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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>

<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></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 @@ -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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
125,391 changes: 66,727 additions & 58,664 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.23.0",
"version": "3.23.1",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/phishing.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions chrome-extension/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions dist/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion dist/css/etherwallet-master.min.css

Large diffs are not rendered by default.

4 changes: 2 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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
125,391 changes: 66,727 additions & 58,664 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/phishing.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
4 changes: 2 additions & 2 deletions dist/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,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.23.0</p>
<p class="small visible-xs">3.23.1</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.23.0</span>
<span class="hidden-xs">3.23.1</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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
42 changes: 35 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "gulp build"
},
"dependencies": {
"@myetherwallet/mewconnect-web-client": "^1.0.8",
"@myetherwallet/mewconnect-web-client": "^1.0.9",
"archiver": "^1.3.0",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
Expand Down

0 comments on commit 2cb2f8b

Please sign in to comment.