ZIP 252: Use present tense to refer to zcashd v4.7.0 and say that it needs the `-rescan` option.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2022-04-15 12:15:59 +01:00
parent 9a742b3e6c
commit 5aabc86e21
2 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ Pull-Request: &lt;<a href="https://github.com/zcash/zips/pull/446">https://githu
<ul>
<li><cite>zcashd</cite> v4.5.0 implemented a consensus revision that contained critical bugs in the Orchard Action circuit.</li>
<li>Before that revision could activate, <cite>zcashd</cite> v4.5.1 was released, with a later activation height of 1599200 as described in section <a href="#nu5-deployment">NU5 deployment</a> above. This revision also had a consensus bug that caused many nodes to stall at or near height 1779199, shortly after the first block containing an Orchard output.</li>
<li><cite>zcashd</cite> v4.7.0 will implement what is expected to be the final revision of the NU5 consensus rules, causing a long rollback to an alternate Testnet chain. It will be necessary to use the <code>-reindex</code> option to <cite>zcashd</cite> in order to follow this chain as intended.</li>
<li><cite>zcashd</cite> v4.7.0 implements what is expected to be the final revision of the NU5 consensus rules, causing a long rollback to an alternate Testnet chain. It is necessary to use the <code>-reindex</code> and <code>-rescan</code> options to <cite>zcashd</cite> in order to follow this chain as intended.</li>
</ul>
<p>Support for NU5 on Mainnet will be implemented in <cite>zcashd</cite> version 5.0.0, which will advertise protocol version 170100.</p>
<section id="backward-compatibility-in-zcashd"><h3><span class="section-heading">Backward compatibility in zcashd</span><span class="section-anchor"> <a rel="bookmark" href="#backward-compatibility-in-zcashd"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h3>

View File

@ -144,10 +144,10 @@ rules on Testnet:
above. This revision also had a consensus bug that caused many nodes to
stall at or near height 1779199, shortly after the first block containing
an Orchard output.
- `zcashd` v4.7.0 will implement what is expected to be the final revision
- `zcashd` v4.7.0 implements what is expected to be the final revision
of the NU5 consensus rules, causing a long rollback to an alternate
Testnet chain. It will be necessary to use the ``-reindex`` option to
`zcashd` in order to follow this chain as intended.
Testnet chain. It is necessary to use the ``-reindex`` and ``-rescan``
options to `zcashd` in order to follow this chain as intended.
Support for NU5 on Mainnet will be implemented in `zcashd` version 5.0.0,
which will advertise protocol version 170100.