This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
Releases: blockchain/My-Wallet-V3
Releases · blockchain/My-Wallet-V3
v3.7.5
v3.7.4
v3.7.3
v3.7.2
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
3.7.0
Bug Fixes
- Dependencies: update whitelist and cleanup script
(6426c864) - RNG: remove src/index.js
(10dd1038) - TransactionList: remove es6 arrow function
(f80c889a) - TxList: compatibility with front end
(ce539d4d) - address.fromString: write the expected error message.
(2c9cc8a2) - websocket: catch error if websocket fails to connect
(c2ae19e8)
Features
- RNG class:
- TxList:
- add-key: add private key to watch only.
(f4fd92db) - tests: added Blockchain-wallet tests for wallet creation in case of rng failure.
(99035ccf)
Refactor
- crypto: remove deprecated CryptoJS dependency
- tests: delete old files.
Test
- Address:
- RNG tests
- Address.new() tests
- BlockchainWallet: newHDWallet and more tests for Wallet.new
- RNG:
- XOR length, run() and getServerEntropy()
- added xor test
- TransactionList: add tests for TransactionList class
- Travis: use modern Chrome
- hdwallet.new: fix rng mock.