This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
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.