1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-26 12:29:06 +01:00

Merge pull request #223 from MetaMask/LightwalletSecurity

Update eth-lightwallet for security fix
This commit is contained in:
Dan Finlay 2016-05-26 10:13:57 -07:00
commit eebc2ee66d
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- Fixed back button on confirm transaction screen.
- Add indication of pending transactions to account list screen.
- Fixed bug where error warning was sometimes not cleared on view transition.
- Updated eth-lightwallet to fix a critical security issue.
## 2.0.0 2016-05-23

View File

@ -31,7 +31,7 @@
"debounce": "^1.0.0",
"dnode": "^1.2.2",
"end-of-stream": "^1.1.0",
"eth-lightwallet": "^2.2.2",
"eth-lightwallet": "^2.3.3",
"eth-store": "^1.1.0",
"ethereumjs-tx": "^1.0.0",
"ethereumjs-util": "^4.4.0",