ZIP-252: Pick NU5 constants

This commit is contained in:
teor 2021-02-23 19:44:50 +10:00
parent 2834b6d2ae
commit 3e2310d017
1 changed files with 9 additions and 9 deletions

View File

@ -51,19 +51,19 @@ The following network upgrade constants [#zip-0200]_ are defined for the NU5
upgrade:
CONSENSUS_BRANCH_ID
``0xE9FF75A6``
``0xF919A198``
ACTIVATION_HEIGHT (NU5)
Testnet: 1028500
Testnet: 1382200
Mainnet: 1046400
Mainnet: 1345400
MIN_NETWORK_PROTOCOL_VERSION (NU5)
Testnet: 170012
Testnet: 170014
Mainnet: 170013
Mainnet: 170015
For each network (testnet and mainnet), nodes compatible with NU5 activation
@ -106,8 +106,8 @@ Support in zcashd
**TODO: Update as needed**
Support for NU5 on testnet will be implemented in ``zcashd`` version 4.3.0, which
will advertise protocol version 170012. Support for NU5 on mainnet will be implemented
in ``zcashd`` version 5.0.0, which will advertise protocol version 170013.
will advertise protocol version 170014. Support for NU5 on mainnet will be implemented
in ``zcashd`` version 5.0.0, which will advertise protocol version 170015.
Backward compatibility in zcashd
@ -144,8 +144,8 @@ Support in Zebra
**TODO: Update as needed**
Support for NU5 on testnet will be implemented in Zebra version 1.0.0, which
will advertise protocol version 170012. Support for NU5 on mainnet will be implemented
in Zebra version 2.0.0, which will advertise protocol version 170013.
will advertise protocol version 170014. Support for NU5 on mainnet will be implemented
in Zebra version 2.0.0, which will advertise protocol version 170015.
Backward compatibility in zcashd