Skip to content

3.7.0.0-Mandatory

Compare
Choose a tag to compare
@denravonska denravonska released this 08 Jan 20:09
· 5863 commits to development since this release
3.7.0.0

Mandatory bug fixes are tied to v9 blocks which will start on block 1144000.

Added

Fixed

Changed

  • Changed versioning extraction from git. Test builds can no longer be used to
    stake in production unless explicitly enabled, #729 (@tomasbrod).
  • Don't update network quorum while syncing, #728 (@Foggyx420).
  • Snapshot URL now uses https, #727 (@Foggyx420).
  • Code cleanup (@Foggyx420, @denravonska).
  • Use more efficient data structure for blocks, #679 (@denravonska).
  • Improve transaction description dialog, #676 (@Foggyx420).
  • Improve beacon handling, #604, #645, #649, #684, #701 (@Foggyx420, @tomasbrod).
  • Optimize double<->string conversions, #692 (@denravonska).
  • Optimize application cache access, #506 (@denravonska).
  • Improve thread handling, #656 (@skcin).
  • Replace boost::shared_ptr with std::shared_ptr.
  • Optimize string split function, #672 (@denravonska).
  • Improve sync speeds, #650 (@denravonska).
  • The RPC command restartclient is now called restart.
  • Fix voting sorting issues, #610 (@MagixInTheAir).
  • Improve wallet backup, #660 (@Foggyx420).
  • Update seed nodes, #783 (@barton2526).
  • Auto upgrades are now opt-in via the "autoupgrade" flag, #796 (@denravonska).
  • Clean up seed nodes, #783 (@barton2526).

Removed

  • Remove CSV exporter which used unreliable data, #759 (@denravonska).
  • Remove block download menu options on non-Windows, #727 (@Foggyx420).
  • Removed RPC commands (@Foggyx420, @denravonska):
    • debugexplainmagnitude
    • executecode
    • getsubsidy
    • list newbieage
    • list staking
    • leder
    • reboot
  • Remove checkpoint relaying to improve sync speeds, #678 (@denravonska).
  • Remove IRC peer discovery.