Consensys / eth-lightwallet

Lightweight JS Wallet for Node and the browser
MIT License
1.47k stars 503 forks source link

Fixes Firefox 48+ issues #110

Closed miladmostavi closed 8 years ago

miladmostavi commented 8 years ago

Our version of Buffer slice returns the original copy in Firefox 48+.

https://github.com/feross/buffer/issues/120

This is the fix added to buffer: https://github.com/feross/buffer/pull/97

This PR basically updates the buffer package to fix the issue.

miladmostavi commented 8 years ago

Found an issue with Safari and ES6 syntax. Working on a fix.

miladmostavi commented 8 years ago

The issue is resolved now. Bonus: lightwallet now works in MSFT Edge.

coder5876 commented 8 years ago

Great!

Bonus: lightwallet now works in MSFT Edge.

Nice bonus! 👍