Skip to content

Commit

Permalink
re-add note about release order
Browse files Browse the repository at this point in the history
  • Loading branch information
wacban committed Jan 24, 2025
1 parent 7756e89 commit bf7a047
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion core/primitives-core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,9 @@ impl ProtocolFeature {
| ProtocolFeature::RejectBlocksWithOutdatedProtocolVersions
| ProtocolFeature::FixChunkProducerStakingThreshold
| ProtocolFeature::RelaxedChunkValidation
// BandwidthScheduler and CurrentEpochStateSync must be enabled
// before ReshardingV3! When releasing this feature please make sure
// to schedule separate protocol upgrades for these features.
| ProtocolFeature::BandwidthScheduler
| ProtocolFeature::CurrentEpochStateSync => 74,
ProtocolFeature::SimpleNightshadeV4 => 75,
Expand Down Expand Up @@ -296,7 +299,7 @@ impl ProtocolFeature {
}

/// Current protocol version used on the mainnet with all stable features.
const STABLE_PROTOCOL_VERSION: ProtocolVersion = 74;
const STABLE_PROTOCOL_VERSION: ProtocolVersion = 76;

// On nightly, pick big enough version to support all features.
const NIGHTLY_PROTOCOL_VERSION: ProtocolVersion = 149;
Expand Down

0 comments on commit bf7a047

Please sign in to comment.