Add Debian8 deprecation to release notes

This commit is contained in:
therealyingtong 2020-07-29 05:42:12 +08:00
parent 65f0a4736a
commit b5ee15b781
No known key found for this signature in database
GPG Key ID: 179F32A1503D607E
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ Canopy will activate on mainnet at height 1046400.
See [ZIP 251](https://zips.z.cash/zip-0251) for additional information about the deployment process for Canopy.
Debian8 "Jessie" will no longer be supported after v3.1.0 due to EOS.
Flush witness data to disk only when it's consistent
-----------------------------------------------------
This fix prevents the wallet database from getting into an inconsistent state. By flushing witness data to disk from the wallet thread instead of the main thread, we ensure that the on-disk block height is always the same as the witness data height. Previously, the database occasionally got into a state where the latest block height was one ahead of the witness data. This then triggered an assertion failure in `CWallet::IncrementNoteWitnesses()` upon restarting after a zcashd shutdown.