get_protocol_version

Function get_protocol_version 

Source
pub fn get_protocol_version(
    next_epoch_protocol_version: ProtocolVersion,
) -> ProtocolVersion
Expand description

Gives new clients an option to upgrade without announcing that they support the new version. This gives non-validator nodes time to upgrade. See https://github.com/Utility/UEPs/issues/205