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

Commit

Permalink
Release: v3.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gamalielhere committed Jan 21, 2019
1 parent 0ba096a commit efac9c8
Show file tree
Hide file tree
Showing 20 changed files with 185 additions and 227 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Release v3.31.0
### New
- Update CPT decimals, update banner []()

### Release v3.30.2

### Hotfix
Expand Down
24 changes: 7 additions & 17 deletions app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >

@@if (site === 'mew' ) {
<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>
}
Expand All @@ -100,18 +90,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.30.2</p>
<p class="small visible-xs">3.31.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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>
}
<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" 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.30.2",
"version": "3.31.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.30.2",
"version": "3.31.0",
"description": "An NPM dist of MyEtherWallet. For easier downloading & updating via CLI.",
"author": "MyEtherWallet",
"license": "ISC",
Expand Down
49 changes: 30 additions & 19 deletions app/scripts/abiDefinitions/ethAbi.json

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion app/scripts/tokens/ethTokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,7 @@
"decimal": 15,
"type": "default"
},

{
"address": "0xacfa209fb73bf3dd5bbfb1101b9bc999c49062a5",
"symbol": "BCDT",
Expand Down Expand Up @@ -1382,7 +1383,7 @@
{
"address": "0x9B62513c8a27290CF6A7A9e29386e600245EA819",
"symbol": "CPT (Contents Protocol Token)",
"decimal": 8,
"decimal": 18,
"type": "default"
},
{
Expand Down Expand Up @@ -5459,6 +5460,12 @@
"decimal": 18,
"type": "default"
},
{
"address": "0xBb1f24C0c1554b9990222f036b0AaD6Ee4CAec29",
"symbol": "SOUL",
"decimal": 18,
"type": "default"
},
{
"address": "0x42d6622dece394b54999fbd73d108123806f6a18",
"symbol": "SPANK",
Expand Down
22 changes: 6 additions & 16 deletions chrome-extension/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >


<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>

Expand All @@ -100,13 +90,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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>


<div class="tagline">

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

<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
22 changes: 6 additions & 16 deletions chrome-extension/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >


<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>

Expand All @@ -101,13 +91,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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
58 changes: 38 additions & 20 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.30.2",
"version": "3.31.0",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
22 changes: 6 additions & 16 deletions chrome-extension/phishing.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >


<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>

Expand All @@ -100,13 +90,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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
22 changes: 6 additions & 16 deletions chrome-extension/privacy-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >


<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>

Expand All @@ -100,13 +90,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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
22 changes: 6 additions & 16 deletions dist/contest.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,21 +76,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >


<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>

Expand All @@ -100,13 +90,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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
22 changes: 6 additions & 16 deletions dist/helpers.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,11 @@
<header class="{{curNode.name}} {{curNode.service}} {{curNode.service}} nav-index-{{gService.currentTab}}" aria-label="header" ng-controller='tabsCtrl' >


<div class="small announcement annoucement-danger">
<div class="container">
DON'T GET PHISHED, please! 🎣 Thank you! 🤗
<div class="small announcement announcement-mew">
<div clas="container">
Try our new Beta version here: <a href="https://beta.myetherwallet.com">https://beta.myetherwallet.com</a>
<br />
1. BOOKMARK <a href="https://www.myetherwallet.com"> MYETHERWALLET.COM </a>
<span class="hidden-xs">
&nbsp;&nbsp;&nbsp;&nbsp;
2. INSTALL <a href="https://chrome.google.com/webstore/detail/etheraddresslookup/pdknmigbbbhmllnmgdfalmedcmcefdfn" target="_blank" rel="noopener noreferrer">EAL</a>
or
<a href="https://kb.myetherwallet.com/migration/moving-from-private-key-to-metamask.html" target="_blank" rel="noopener noreferrer">MetaMask</a>
or
<a href="https://chrome.google.com/webstore/detail/phishfort-protect/bdiohckpogchppdldbckcdjlklanhkfc" target="_blank" rel="noopener noreferrer">PhishFort</a>
or
<a href="https://chrome.google.com/webstore/detail/cryptonite-by-metacert/keghdcpemohlojlglbiegihkljkgnige" target="_blank" rel="noopener noreferrer">Cryptonite</a>
</span>
Read more about it in our <a href="https://medium.com/@myetherwallet/v5-beta-a-user-friendly-mew-631378a6c8ff" target="_blank">Medium post</a>
</div>
</div>

Expand All @@ -101,13 +91,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.30.2</p>
<p class="small visible-xs">3.31.0</p>
</a>


<div class="tagline">

<span class="hidden-xs">3.30.2</span>
<span class="hidden-xs">3.31.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" ng-click="dropdown = !dropdown">{{curLang}}<i class="caret"></i></a>
Expand Down
Loading

0 comments on commit efac9c8

Please sign in to comment.