Skip to content

Commit

Permalink
offcycle: Release circuit provers for v24.2
Browse files Browse the repository at this point in the history
This is an impromptu PR to release a fork from v17.0.0, adjusted for
v24.2. Whilst this exercise exposes multiple risks, it is done
internally to derisk moving from v24.2 to v25.

This release is unnecessary and is done mostly to carry circuit provers
to mainnet, without being blocked by protocol upgrade.
  • Loading branch information
EmilLuta committed Nov 25, 2024
1 parent 15bb6b5 commit 6f12791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prover/crates/lib/prover_fri_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ pub mod keys;
pub mod queue;

// THESE VALUES SHOULD BE UPDATED ON ANY PROTOCOL UPGRADE OF PROVERS
pub const PROVER_PROTOCOL_VERSION: ProtocolVersionId = ProtocolVersionId::Version25;
pub const PROVER_PROTOCOL_PATCH: VersionPatch = VersionPatch(0);
pub const PROVER_PROTOCOL_VERSION: ProtocolVersionId = ProtocolVersionId::Version24;
pub const PROVER_PROTOCOL_PATCH: VersionPatch = VersionPatch(2);
pub const PROVER_PROTOCOL_SEMANTIC_VERSION: ProtocolSemanticVersion = ProtocolSemanticVersion {
minor: PROVER_PROTOCOL_VERSION,
patch: PROVER_PROTOCOL_PATCH,
Expand Down

0 comments on commit 6f12791

Please sign in to comment.