Fill in NU5 mainnet activation version for zebrad

This commit is contained in:
Deirdre Connolly 2022-05-11 17:18:29 -04:00 committed by Kris Nuttycombe
parent 43f1404974
commit 1905603579
2 changed files with 3 additions and 2 deletions

View File

@ -110,7 +110,7 @@ static const int NETWORK_UPGRADE_PEER_PREFERENCE_BLOCK_PERIOD = 1728;</pre>
<li><cite>zebrad</cite> v1.0.0-alpha.18 implemented partial support for NU5 on Testnet, validating a strict subset of the NU5 consensus rules. This version had an activation height of 1599200, as described in section <a href="#nu5-deployment">NU5 deployment</a> above.</li>
<li><cite>zebrad</cite> v1.0.0-beta.8 will fully validate what is expected to be the final revision of the NU5 consensus rules. As part of these consensus rule changes, <cite>zebrad</cite> v1.0.0-beta.8 will automatically re-download the entire chain from genesis, then follow an alternate chain starting at height 1599200. It will advertise protocol version 170050.</li>
</ul>
<p>Support for NU5 on Mainnet will be implemented in <cite>zebrad</cite> version [TODO], which will advertise protocol version 170100.</p>
<p>Support for NU5 on Mainnet will be implemented in <cite>zebrad</cite> version v1.0.0-beta.10, which will advertise protocol version 170100.</p>
<section id="backward-compatibility-in-zebra"><h3><span class="section-heading">Backward compatibility in Zebra</span><span class="section-anchor"> <a rel="bookmark" href="#backward-compatibility-in-zebra"><img width="24" height="24" class="section-anchor" src="assets/images/section-anchor.png" alt=""></a></span></h3>
<p>The minimum peer protocol version that NU5-compatible Zebra nodes will connect to is 170002. They will immediately disconnect from nodes advertising a peer protocol version less than:</p>
<ul>

View File

@ -196,8 +196,9 @@ rules on Testnet:
`zebrad` v1.0.0-beta.8 will automatically re-download the entire chain from
genesis, then follow an alternate chain starting at height 1599200. It will
advertise protocol version 170050.
Support for NU5 on Mainnet will be implemented in `zebrad` version [TODO],
Support for NU5 on Mainnet will be implemented in `zebrad` version v1.0.0-beta.10,
which will advertise protocol version 170100.
Backward compatibility in Zebra