Function near_primitives::version::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/near/NEPs/issues/205