Skip to content

Commit

Permalink
Remove voting date, testnet is already at version 71
Browse files Browse the repository at this point in the history
  • Loading branch information
jancionear committed Sep 16, 2024
1 parent 7c74cb6 commit b3036e2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions core/primitives/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,7 @@ pub const PROTOCOL_UPGRADE_SCHEDULE: Lazy<ProtocolUpgradeVotingSchedule> = Lazy:
// let schedule = vec![(v1_datetime, v1_protocol_version), (v2_datetime, v2_protocol_version)];
// ProtocolUpgradeVotingSchedule::new_from_env_or_schedule(PROTOCOL_VERSION, schedule).unwrap()

// 2.2.0
// Monday, 2024-09-16 19:00:00 UTC
let protocol_version = 71;
let datetime = ProtocolUpgradeVotingSchedule::parse_datetime("2024-09-16 19:00:00").unwrap();
let schedule = vec![(datetime, protocol_version)];
ProtocolUpgradeVotingSchedule::new_from_env_or_schedule(PROTOCOL_VERSION, schedule).unwrap()
ProtocolUpgradeVotingSchedule::new_from_env_or_schedule(PROTOCOL_VERSION, vec![]).unwrap()
});

/// Gives new clients an option to upgrade without announcing that they support
Expand Down

0 comments on commit b3036e2

Please # to comment.