Follow up from the zcash pre-release dependency bump review.
Zebra now advertises 170_160 for NU6.3 to match the current ZIP-255 value. Once NU7's deployment ZIP is published, update:
zebra-network/src/constants.rs CURRENT_NETWORK_PROTOCOL_VERSION_VALUE
zebra-network/src/protocol/external/types.rs Version::min_specified_for_upgrade
The provisional values noted in code are 170_170 for NU7 Testnet and 170_180 for NU7 Mainnet, but they should be verified against the deployment ZIP before changing the constants.
Follow up from the zcash pre-release dependency bump review.
Zebra now advertises
170_160for NU6.3 to match the current ZIP-255 value. Once NU7's deployment ZIP is published, update:zebra-network/src/constants.rsCURRENT_NETWORK_PROTOCOL_VERSION_VALUEzebra-network/src/protocol/external/types.rsVersion::min_specified_for_upgradeThe provisional values noted in code are
170_170for NU7 Testnet and170_180for NU7 Mainnet, but they should be verified against the deployment ZIP before changing the constants.