Skip to content

Neutron v4.1.1 - Recommended update

Compare
Choose a tag to compare
@adam-waldenberg adam-waldenberg released this 26 Jul 00:36
· 37 commits to master since this release

Who should update

  • All masternodes, stakers, and wallets

Release Notes

  • Add spork SPORK_14_MASTERNODE_DISTRIBUTION_TICK for controlling the rate of firing new masternode distribution
    requests throughout the network
  • Do not send force requests of blocks during initial block downloads
  • Initial migration to robin hood hash maps - a much more memory efficient and faster hash map than what the STL offers. As a first trial run we only use them for the in-memory block maps - this is where the biggest gain is anyway
  • Print out the time it takes for LoadBlockIndex() to execute
  • Fix RPC bug where a thrown exception (including help messages) would lock up the RPC server permanently and require a restart
  • Correct the local wallet stake calculation for PoSv2
  • Remove "Stake Interest" field from the "getmininginfo" RPC command

Notes

  • Small issue with the staking tooltip in the QT GUI showing "Not staking because you don't have mature coins". This is just cosmetic and is nothing to worry about. We will release the fix with the next release (resolved in 928152d). You can use the getstakinginfo command to check the real state of staking.

About binary distributions

  • The published AppImages are for 64bit Linux distributions and should work on most relatively recent Linux versions.
  • Binaries for both 32bit and 64bit Windows systems are provided.