Skip to content

Version 1.1.1.1

Compare
Choose a tag to compare
@codeofalltrades codeofalltrades released this 22 Dec 15:52
4ca8786

Version 1.1.1.1

This is a recommended upgrade, but it is not mandatory and includes no consensus based changes.

Overview

Version 1.1.1.1 adds various improvements, optimizations, bug fixes, and GUI changes. One of the most important changes is mitigation of the PIndexWalk error. Other notable changes are hashing optimizations for the internal sha256d miner, an RPC cmd to return the wallet's current hashspeed, and the ability to change the mining algo without stopping the wallet. Links to the full details of each change can be found below.

Changelog:

  • 422ccbb PR #885: [Build] Change parameters for v1.1.1 release (Cave Spectre)
  • a2e0a52 PR #884: Trivial: Update veilstatusbar.cpp (seanPhill)
  • 83bd2bf PR #880: [GUI] Update Staking Slider to be reflective of status (Wet One)
  • 1194909 PR #883: [RPC][Mining] Extract last Hashspeed calculation (Cave Spectre)
  • 0697885 PR #879: [RPC][Mining] Add sanity checks to generatecontinuous (Cave Spectre)
  • 8d209f5 PR #878: [RPC][Mining] Add ability to switch between mining algorithms without restarting wallet (Cave Spectre)
  • fb2a216 PR #876: [RPC] Reworked getnetworkhashps with tweaks to -mine and getmininginfo (Cave Spectre)
  • 2f83d92 PR #874: [Config] Ignore prune mode if txindex is set (Cave Spectre)
  • ea827dc PR #872: [DB] Data error checks and frequency changes (Cave Spectre)
  • 0d61f45 PR #871: Optimize hashing of internal sha256d miner. (barrystyle)
  • 62a2c49 PR #865: [GUI]: add a small indicator for the last block time on lower veil status bar (Wet One)
  • 7286f85 PR #873: [Trivial][RPC] Correct generatecontinuous help (Cave Spectre)
  • e993b7b PR #870: [RPC] Remove lock check for listzerocoinamounts (Cave Spectre)
  • 08c6a26 PR #868: [RPC] add vout.n sequence number to decoderawtransaction (Cave Spectre)
  • 8bed093 PR #869: [PoW][RandomX] Display Hashspeed after processing (Cave Spectre)
  • 2568e61 PR #858: [CI][Build] Reinstate i686 Linux 32 Github Action (Cave Spectre)
  • 259177a PR #860: [Build] Name master branch 1.1.1.99 to distinguish from v1.2 branch (Cave Spectre)

Authors:

  • Cave Spectre
  • seanPhill
  • Wet One
  • barrystyle