Skip to content

v1.0.128

Compare
Choose a tag to compare
@iulianpascalau iulianpascalau released this 09 Jun 21:20
· 20148 commits to master since this release
8c5d7bd

Release v1.0.128 is out 🚀

What's new:

  • #1896 Moved software version checker config parameters in config.toml file.

Bug fixes:

  • #1898 Fix fork detector after double sign: fixed a situation when two valid blocks with the same nonce and the same round (double signed situation) could triggered forks with bad consequences; reduced time to wait after all signatures from 75% to 50% from signature total subround time.
  • #1894 Termui fixes: ctrl+C signal is correctly intercepted now, writing log files is now possible when running termui interface, added retry mechanism to reconnect the termui console to the node, fixed epoch number dispaly, fixed [invalid key] message in the version area.
  • #1900 Fixed the computation of rewards per block per validator. In the current code the computed rewards per block was divided with total number of eligible (1200 in case of mainnet setup).
  • #1895 Fixed an issue in antiflood mechanism that prevented the propagation of the consensus messages properly; added sequence number in antiflood debug prints.

Note: This release should start with a new DB