NavCoin v4.7.1 Release Notes
Fix CFund DB read after nullified entry
<Pull Request 608> <Commit 07d49bf2>
This patch fixes a bug where a cfund database entry that was previously deleted is still persisting, preventing future writes of the entry. This can happen in a scenario where a proposal is included in a block which is invalidated (because of a reorganization) which is then included in a new block as part of the new longest chain.
This fix is the main purpose of the 4.7.1 patch release, while preparing this bugfix there were several other PR’s merged which are also included in this release.
Merged PRs
Pull Request 509
Commit 40eac7ab
Updated some NULL -> nullptrPull Request 525
Commit 8ed8cf87
Replaced all BOOST_FOREACH calls with new for() syntax (c++11)Pull Request 527
Commit b2921285
Updated the custom ‘change’ address to be a persistent setting #527Pull Request 546
Commit e1870814
Added new -allindex optionPull Request 554
Commit 82523147
Replaced Q_FOREACH with for() from c++11 standardPull Request 560
Commit 762c3ffd
Set pindexDelete to nullptr on intializePull Request 561
Commit 130ddf4a
Fixed some gitignore permissions and added new file to main gitignorePull Request 566
Commit 6de5f909
Updated includes syntax based on discussion on #503Pull Request 578
Commit c464383b
Sort available coins for staking by coin age descendingPull Request 587
Commit ff6f543e
Add support for raw script addressesPull Request 603
Commit f755e298
Updated depends to use winssl for windows and darwinssl for osxPull Request 605
Commit 5e0af830
Staking reward setup GUIPull Request 611
Commit 30401b32
Fixed error.log loading in Debug Window (Windows)Pull Request 612
Commit d5cfa467
Fix random RPC tests failingPull Request 614
Commit 80323b33
Patch for staking redirect guiPull Request 615
Commit 9e84d40a
Bump version number
For additional information about new features, check https://navcoin.org/en/notices/