Constant near_primitives::version::PROTOCOL_UPGRADE_SCHEDULE

source ·
pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy<ProtocolUpgradeVotingSchedule>;
Expand description

The points in time after which the voting for the latest protocol version should start.

In non-release builds this is typically a date in the far past (meaning that nightly builds will vote for new protocols immediately). On release builds it’s set according to the schedule for that protocol upgrade. Release candidates usually have separate schedule to final releases.