NavCoin v4.7.2 Release Notes
Fix for Verify Chain
<Pull Request 634> <Commit 049978e>
This patch fixes Issue 630 and introduces several important changes.
New RPC command
getcfunddbstatehashcovered by functional testcfunddb-statehash.pyNew state for payment requests
6when those are paid.The payment request parameter paidOnBlock is substituted by
stateChangedOnBlockwhen state is6New structure for storing the state history of CFundDB entries. Those are stored in a map associating blockhash and state, allowing to directly revert state transitions when reorganizations are seen.
verifychainnow checks for the consistency of the CFundDB state hash when level 4 is specified.
IMPORTANT
This set of changes will require older clients to reindex on launch, keeping the node offline for some hours at best. In order to reduce downtime, node operators can proceed as follows if needed:
Close node with old version.
mkdir /tmp/reindexdata; cp -rf <data_folder>/blocks /tmp/reindexdata/; cp -rf <data_folder>/chainstate /tmp/reindexdata/Reopen node with old version. It will be again online
Launch in parallel a second instance of the node, this time using the new version with the parameters
-reindex -datadir=/tmp/reindexdata/Once the reindex finishes, close both nodes and copy back the reindexed data.
rm -rf <data_folder>/blocks <data_folder>/chainstate; cp -rf /tmp/reindexdata/* <data_folder>Relaunch new version of the node.
CFundDB extra log and ensure read before modify
<Pull Request 622> <Commit 37fa72e>
This PR adds extra log for all the modifications of the CFundDB and ensures entries are read in the memory cache before being modified.
Restart testnet
<Pull Request 628> <Commit b8ed018>
This pull request starts a new NavCoin testnet. If you’re running a testnet node you will need to will need to wipe your testnet data directory and connect to the new testnet nodes. A list of some of the testnet nodes operated by NavCoin Core developers can be found on Issue 626. If you need testnet coins or want to be added to the list of nodes, please comment on the issue or join the #dev-testnet channel in Discord.
Full list of Merged PRs
Pull Request 652Commit 0cde809Remove new version popupPull Request 651Commit 95b524eUpdate translationsPull Request 648Commit 09f0531Update QT stringsPull Request 647Commit 0eafc3bReactivate CFundPull Request 641Commit 494d4e2Add extra stats to getblockPull Request 634Commit 049978eFix for verifychainPull Request 644Commit 5d59483Adds proposalHash to the RPC getpaymentrequestPull Request 643Commit d501c89CPaymentRequest fields incorrect in diffPull Request 638Commit 8131b42Fixed freezing GUI on reindexPull Request 632Commit 2ad3391Fix reference to chain tipPull Request 629Commit 2a6c64fSeed nodesPull Request 637Commit ad883cdSet DEFAULT_SCRIPTCHECK_THREADS to autoPull Request 624Commit 7058550Updates to make the wallet.py and stakeimmaturebalance.py test more reliablePull Request 636Commit e6f3c23Only count stakes in main chainPull Request 633Commit bfe9071Add second dns seederPull Request 622Commit 37fa72eCFundDB extra log and ensure read before modifyPull Request 628Commit b8ed018Restart testnetPull Request 623Commit 09ea936Disable CFund client functionalityPull Request 609Commit 1e73c05Added clearer error messages for the nRequest amount validation
For additional information about new features, check https://navcoin.org/en/notices/