Merge pull request #1342 from MetaMask/AllowBigSignatureV

Allow signature V values over 1 byte
This commit is contained in:
kumavis 2017-04-25 10:51:06 -07:00 committed by GitHub
commit afbe6f5e5f
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@
- Fix occasional nonce tracking issue.
- Fix bug where some events would not be emitted by web3.
- Fix bug where an error would be thrown when composing signatures for networks with large ID values.
## 3.5.3 2017-4-24

View File

@ -59,7 +59,7 @@
"eth-query": "^1.0.3",
"eth-sig-util": "^1.1.1",
"eth-simple-keyring": "^1.1.1",
"ethereumjs-tx": "^1.2.5",
"ethereumjs-tx": "^1.3.0",
"ethereumjs-util": "ethereumjs/ethereumjs-util#ac5d0908536b447083ea422b435da27f26615de9",
"ethereumjs-wallet": "^0.6.0",
"ethjs-ens": "^1.0.2",