Skip to content

v2.0.22

Compare
Choose a tag to compare
@cronicc cronicc released this 20 Oct 17:35
v2.0.22
2a5e4bc

Binaries

Windows and macOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.18), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 5.2)
Depends arm64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • Hard Fork at mainnet block 835968/testnet block 735700 with minor changes to OP_CBAH handling
  • Extend OP_CBAH unit tests
  • Security hardening of TLS P2P code, only allow PFS ciphers, limit TLS versions to 1.2/1.3
  • Extend TLS unit tests
  • Extend the 'getblock' RPC command with additional verbosity level, adding transaction information in the format of the getrawtransaction RPC call
  • Add fetch-params.ps1 powershell script for Windows trusted setup DL and verification
  • Fix for gcc10 compatibility
  • Updates of dependencies OpenSSL, Univalue, libsodium
  • Rename GH organization to HorizenOfficial