Merge branch 'develop' into pocket-nifty

This commit is contained in:
andrewnguyen22 2019-07-09 05:21:10 -04:00
commit b91501a539
3 changed files with 11 additions and 3 deletions

View File

@ -2,6 +2,14 @@
## Current Master
## 4.11.8 Wed Jul 03 2019
- [#305](https://github.com/poanetwork/nifty-wallet/pull/305): (Feature) gas price for RSK from the last block
- [#298](https://github.com/poanetwork/nifty-wallet/pull/298): (Feature) isNiftyWallet property added
- [#299](https://github.com/poanetwork/nifty-wallet/pull/299): (Upgrade) Node 10 support
- [#306](https://github.com/poanetwork/nifty-wallet/pull/306): (Fix) Replace Goerli RPC endpoint
- [#302](https://github.com/poanetwork/nifty-wallet/pull/302): (Fix) Return scrolls in dropdowns
## 4.11.7 Tue Jun 25 2019
- [#294](https://github.com/poanetwork/nifty-wallet/pull/294): Address checksum for RSK chains. RSKIP60

View File

@ -7,9 +7,9 @@
## Building locally
- Install [Node.js](https://nodejs.org/en/) version 8.11.3 and npm version 6.1.0
- Install [Node.js](https://nodejs.org/en/) version 10.16.0 and npm version 6.9.0
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
- Select npm 6.1.0: ```npm install -g npm@6.1.0```
- Select npm 6.9.0: ```npm install -g npm@6.9.0```
- Install dependencies: ```npm install```
- Install gulp globally with `npm install -g gulp-cli`.
- Build the project to the `./dist/` folder with `gulp build`.

View File

@ -1,7 +1,7 @@
{
"name": "__MSG_appName__",
"short_name": "__MSG_appName__",
"version": "4.11.7",
"version": "4.11.8",
"manifest_version": 2,
"author": "POA Network",
"description": "__MSG_appDescription__",