This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
v3.10.1
Bug Fixes
- 2FA: do not upcase Yubikey. Allow 2FA type to be specified.
(49926010) - Address: corrected bug in Address.factory
(81f87cb5) - Payment: pass error message after failed publish
(cc0304f9) - WalletNetwork: Added check on payload checksum for checkWalletChecksum
(8e4fd885) - payment: update sweep fee and amount when fee-per-kb changes
(0201f91c) - watchOnly: remove cyclic dependency and return decrypted private key
(ef898213) - webSocket: ws msgs contructed correctly.
(d4ff4664) - websocket:
Features
- Payment: spend from watch only if available
(a14e96e6) - watchOnly: check private keys address correspondence
(4cfcf364)
Test
- Address: full test coverage for Address
- BlockchainSocket: msgWalletSub, msgBlockSub, msgAddrSub, msgXPUBSub, msgPing and msgOnOpen
- Payment:
- fix broken tests
- Add tests for Payment
- WalletNetwork: Added tests for checkWalletChecksum