Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

v3.10.1

Compare
Choose a tag to compare
@Sjors Sjors released this 04 Mar 04:49
· 1065 commits to master since this release
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:
    • send valid json when subscribing to imported address
      (e667f8ce)
    • ws ping message.
      (fa29d69b)

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