ZIP 251: update versions of zcashd that are planned to support NU4.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-04-11 20:16:46 +01:00
parent ec7b435480
commit 3693c9edd6
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ static const int NETWORK_UPGRADE_PEER_PREFERENCE_BLOCK_PERIOD = 1728;</pre>
<p>TODO: delete if inapplicable. Unlike Overwinter and Sapling, and like Blossom and Heartwood, ${NU4} does not define a new transaction version. ${NU4} transactions are therefore in the same v4 format as Sapling transactions; use the same version group ID, i.e. 0x892F2085 as defined in <a id="id13" class="footnote_reference" href="#protocol">2</a> section 7.1; and use the same transaction digest algorithm as defined in <a id="id14" class="footnote_reference" href="#zip-0243">7</a>. This does not imply that transactions are valid across the ${NU4} activation, since signatures MUST use the appropriate consensus branch ID. <a id="id15" class="footnote_reference" href="#zip-0243">7</a></p>
</section>
<section id="support-in-zcashd"><h2><span class="section-heading">Support in zcashd</span><span class="section-anchor"> <a href="#support-in-zcashd"><img width="24" height="24" src="assets/images/section-anchor.png" alt=""></a></span></h2>
<p>Support for ${NU4} on testnet will be implemented in <code>zcashd</code> version TODO, which will advertise protocol version TODO. Support for ${NU4} on mainnet will be implemented in <code>zcashd</code> version 3.0.0, which will advertise protocol version TODO.</p>
<p>Support for ${NU4} on testnet will be implemented in <code>zcashd</code> version 3.1.0, which will advertise protocol version TODO. Support for ${NU4} on mainnet will be implemented in <code>zcashd</code> version 4.0.0, which will advertise protocol version TODO.</p>
</section>
<section id="references"><h2><span class="section-heading">References</span><span class="section-anchor"> <a href="#references"><img width="24" height="24" src="assets/images/section-anchor.png" alt=""></a></span></h2>
<table id="rfc2119" class="footnote">

View File

@ -121,9 +121,9 @@ consensus branch ID. [#zip-0243]_
Support in zcashd
=================
Support for ${NU4} on testnet will be implemented in ``zcashd`` version TODO, which
Support for ${NU4} on testnet will be implemented in ``zcashd`` version 3.1.0, which
will advertise protocol version TODO. Support for ${NU4} on mainnet will be implemented
in ``zcashd`` version 3.0.0, which will advertise protocol version TODO.
in ``zcashd`` version 4.0.0, which will advertise protocol version TODO.
References