Skip to content

Commit

Permalink
feat(COP): Stabilize reduction of block producer seats in testnet (#9997
Browse files Browse the repository at this point in the history
  • Loading branch information
nikurt authored Nov 2, 2023
2 parents 4f2a2d6 + df9d14f commit d3a0a83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/primitives-core/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ impl ProtocolFeature {
ProtocolFeature::ComputeCosts | ProtocolFeature::FlatStorageReads => 61,
ProtocolFeature::PreparationV2 | ProtocolFeature::NearVmRuntime => 62,
ProtocolFeature::BlockHeaderV4 => 63,
ProtocolFeature::RestrictTla => 64,
ProtocolFeature::RestrictTla | ProtocolFeature::TestnetFewerBlockProducers => 64,

// Nightly features
#[cfg(feature = "protocol_feature_fix_staking_threshold")]
Expand All @@ -189,7 +189,6 @@ impl ProtocolFeature {
ProtocolFeature::PostStateRoot => 136,
#[cfg(feature = "protocol_feature_chunk_validation")]
ProtocolFeature::ChunkValidation => 137,
ProtocolFeature::TestnetFewerBlockProducers => 140,
}
}
}
Expand Down

0 comments on commit d3a0a83

Please sign in to comment.