• Stable v3.9.1 9a1adba7e8

    Hush 3.9.1 "Luciferous Locust"

    duke released this 2 years ago | 0 commits to master since this release

    This is an OPTIONAL release. It is most important for users with large wallets, as it fixes an important
    bug that causes the Hush full node to stop responding to requests. It is recommended for exchanges
    and mining pools to update to this release.

     34 files changed, 6530 insertions(+), 6344 deletions(-)
    
    • Fix RPC deadlocks, which caused the RPC interface to hang.
      • A special thanks to ex-Hush developer miodrag who reported this in an upstream issue comment.
      • This turned out to be an upstream bug in Zcash that was inherited by Hush.
      • More details can be found at #77
    • The listbanned RPC now returns a new key time_remaining which tells how many
      seconds are remaining in the ban
    • The rescan RPC now works correctly when given a height. This can be used to do
      a partial rescan from a custom height, without restarting the node.
    • Minimum disk space required for a running full node has been increased to 1GB from 50MB
      • This will print "Disk space is low!!!" and shut down the full node.
      • To fix, free up disk space and restart the node.
      • This change was implemented because in rare circumstances, large amounts of disk space
        can be used up quickly, faster than the node checks for free disk space, which can lead
        to a corrupt wallet.dat . Requiring more free disk space makes this much less likely.
    • Dockerfile has been updated
    e12933179387dbb8b617ec89cdbe82b58cb86b84f41e0c6065b4960fef26d0dc  hush-3.9.1-linux-amd64.tar.gz
    f161e596ebf8e988e780376fda697a63dc8325c2d7f09df4c5549b180625b1bc  hush-3.9.1-amd64.deb
    722f48d6e2c58acfec76f6ff8241160a1743c24bc54d18ce0edff3532df06838  hush-v3.9.1-win.zip
    f9fcf34c1eb58b950a80fb75926fa2b6a44c84cb151e37cd5f17a87f05af8014  hush-3.9.1-aarch64.deb
    

    Linux binaries and amd64 Debian package were generated on Ubuntu 18.04.3 and may be compatible with other similar distributions. Binary packages for Arch can be found on AUR here: https://aur.archlinux.org/packages/hush3-bin. Raspberry Pi (and other ARM or aarch64) Debian package was generated on Debian 11 and may be compatible with other similar distributions.

    Downloads