Skip to content

5.1.0.0-mandatory

Compare
Choose a tag to compare
@jamescowens jamescowens released this 01 Nov 18:34
· 2538 commits to development since this release
5.1.0.0
cbd215b

[5.1.0.0] 2020-11-01, mandatory, "Gladys"

The core team is proud to present the Gladys milestone release, which is a
mandatory upgrade.

This release should really be considered a continuation of the un-milestoned
5.0.1.0 and 5.0.2.0 leisure releases.

The mandatory aspect of the upgrade here is the repair of the "newbie" CPID bug, which
was causing problems for new CPID holders to get paid their rewards. This is fixed
in #1944 and #1947 below.

The transition height ("hard fork") for this mandatory is block 2104000, which
is approximately one month from now. This release may, and should be installed
by everyone as soon as possible because it fixes some other bugs that can cause
problems with individual nodes. In particular, without #1941, a node could reject
scraper messages and then fail to achieve convergence, which could lead to a stall
or forking. Another corner-case that leads to forking is also resolved by #1934.

Bottom-line.... upgrade!

Enjoy!

Added

Changed

Removed

Fixed

  • Modify depends packages for openSUSE and other Redhat like distributions and fix mingw bdb53 compile #1932 (@jamescowens)
  • contract: Fix ability to reorganize contracts #1934 (@cyrossignol)
  • accrual: Fix snapshot accrual for new CPIDs #1931 (@cyrossignol)
  • rpc: Clean up getblockstats #1938 (@jamescowens)
  • scraper, rpc: Correct missing mScraperStats initialization in ConvergedScraperStats (@jamescowens)