Merge pull request #273 from poanetwork/develop

NW release 4.11.3
This commit is contained in:
Victor Baranov 2019-03-29 12:47:38 +03:00 committed by GitHub
commit e5587a66ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View File

@ -2,6 +2,10 @@
## Current Master
## 4.11.3 Fri Mar 29 2019
- [#272](https://github.com/poanetwork/nifty-wallet/pull/272): Update Classic RPC endpoint
## 4.11.2 Wed Mar 27 2019
- [#270](https://github.com/poanetwork/nifty-wallet/pull/270): (Feature) Support of gas price oracles for ETH, ETC

View File

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

6
package-lock.json generated
View File

@ -10823,9 +10823,9 @@
}
},
"eth-net-props": {
"version": "1.0.20",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.20.tgz",
"integrity": "sha512-9oi1HMQ/3FixfzPxUqr2gB62It9DLoFIqZ7LI0pmHvZJz6PlHIengqA/JjSc9TgIjlOiSeKxnZ8V3eX6u3wBEA==",
"version": "1.0.21",
"resolved": "https://registry.npmjs.org/eth-net-props/-/eth-net-props-1.0.21.tgz",
"integrity": "sha512-XDeCkRuCSFv37bQgUPvVizt1kWD3MfF8WuQfwECUC6kVb6hZZ/qzw0rImLpxvrr3yHduwRtgm6ZOIGMMqA6yJg==",
"requires": {
"chai": "^4.1.2"
}

View File

@ -118,7 +118,7 @@
"eth-keychain-controller": "github:vbaranov/KeyringController#simple-address",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.20",
"eth-net-props": "^1.0.21",
"eth-phishing-detect": "^1.1.4",
"eth-query": "^2.1.2",
"eth-sig-util": "^2.0.2",