Merge pull request #430 from poanetwork/develop

NW release 5.2.1
This commit is contained in:
Victor Baranov 2020-12-04 16:03:41 +03:00 committed by GitHub
commit 9efc3f0112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 11 deletions

View File

@ -1,7 +1,11 @@
# Changelog
- [#429](https://github.com/poanetwork/nifty-wallet/pull/429) - Allow Ledger signMessage method
## Current Master
## 5.2.1 Fri Dec 04 2020
## 5.2.0 Fri Nov 13 2020
- [#427](https://github.com/poanetwork/nifty-wallet/pull/427) - Fix support of eth_signTypedData_v4 (eip-712)

View File

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

18
package-lock.json generated
View File

@ -11726,8 +11726,8 @@
}
},
"eth-ledger-bridge-keyring": {
"version": "github:vbaranov/eth-ledger-bridge-keyring#c36b34d131a585274e8c7bb69ff985bba4816624",
"from": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"version": "github:vbaranov/eth-ledger-bridge-keyring#4f32ca655bca147af4923ef2e58c860d2453366f",
"from": "github:vbaranov/eth-ledger-bridge-keyring#0.1.1-clear-accounts-flag",
"requires": {
"eth-sig-util": "^1.4.2",
"ethereumjs-tx": "^1.3.4",
@ -11746,7 +11746,7 @@
}
},
"ethereumjs-abi": {
"version": "git+https://github.com/ethereumjs/ethereumjs-abi.git#1cfbb13862f90f0b391d8a699544d5fe4dfb8c7b",
"version": "git+https://github.com/ethereumjs/ethereumjs-abi.git#1ce6a1d64235fabe2aaf827fd606def55693508f",
"from": "git+https://github.com/ethereumjs/ethereumjs-abi.git",
"requires": {
"bn.js": "^4.11.8",
@ -11754,17 +11754,17 @@
},
"dependencies": {
"ethereumjs-util": {
"version": "6.2.0",
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.2.0.tgz",
"integrity": "sha512-vb0XN9J2QGdZGIEKG2vXM+kUdEivUfU6Wmi5y0cg+LRhDYKnXIZ/Lz7XjFbHRR9VIKq2lVGLzGBkA++y2nOdOQ==",
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-6.2.1.tgz",
"integrity": "sha512-W2Ktez4L01Vexijrm5EB6w7dg4n/TgpoYU4avuT5T3Vmnw/eCRtiBrJfQYS/DCSvDIOLn2k57GcHdeBcgVxAqw==",
"requires": {
"@types/bn.js": "^4.11.3",
"bn.js": "^4.11.0",
"create-hash": "^1.1.2",
"elliptic": "^6.5.2",
"ethereum-cryptography": "^0.1.3",
"ethjs-util": "0.1.6",
"keccak": "^2.0.0",
"rlp": "^2.2.3",
"secp256k1": "^3.0.1"
"rlp": "^2.2.3"
}
}
}

View File

@ -119,7 +119,7 @@
"eth-json-rpc-infura": "^4.0.2",
"eth-json-rpc-middleware": "^4.4.1",
"eth-keychain-controller": "github:vbaranov/KeyringController#5.3.1",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.0-clear-accounts-flag",
"eth-ledger-bridge-keyring": "github:vbaranov/eth-ledger-bridge-keyring#0.1.1-clear-accounts-flag",
"eth-method-registry": "^1.0.0",
"eth-net-props": "^1.0.36",
"eth-phishing-detect": "^1.1.4",