This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
v3.7.1
Bug Fixes
- WalletCrypto: use correct key block size when padding with Iso10126
(1b97b5c7) - WalletTransaction: use some instead of map/reduce
(91d84044)
Features
- Analytics: remove
(f957a8e6) - TOR: don't use web sockets
(e0347d5e) - WalletTransaction: detect sent to/from watch-only
(cd68349f)
Refactor
- rng:
- clean up getServerEntropy function
- use crypto-browserify implementation of xor
- move entropy code to top of function
- remove unused callback and unnecessary assert
Test
- BlockchainSocket: basic tests