Document known issues in v5.4.0 release notes

This commit is contained in:
Jack Grigg 2023-02-08 17:49:46 +00:00
parent 0e277800bb
commit 774f2d8eda
1 changed files with 9 additions and 1 deletions

View File

@ -11,6 +11,14 @@ chain state. Giving up; please restart with `-rescan`."
Additionally, a bug that could cause an assertion failure during reindexing has Additionally, a bug that could cause an assertion failure during reindexing has
been fixed. See [#6387](https://github.com/zcash/zcash/pull/6387) for details. been fixed. See [#6387](https://github.com/zcash/zcash/pull/6387) for details.
### Known issues
- When `zcashd` is started with `-reindex`, until the node's chain tip catches
back up to the main chain, RPC calls might block for long periods of time (or
time out), and the wallet's view of the chain may lag significantly behind the
node's chain tip. See [#6406](https://github.com/zcash/zcash/pull/6406) for
details and the fix (which will be included in the next release).
Transparent pool and chain supply tracking Transparent pool and chain supply tracking
------------------------------------------ ------------------------------------------