Skip to content

Commit

Permalink
offcycle: Release circuit provers for v24.2 try 2
Browse files Browse the repository at this point in the history
Same as previous
[try](https://github.com/matter-labs/zksync-era/releases/tag/prover-v16.7.0-rc.1),
but rebasing on 17.1.0. Non-mandatory release, internal interests only.
  • Loading branch information
EmilLuta committed Nov 25, 2024
1 parent ca3c0c6 commit 2bb7349
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 2bb7349

Please sign in to comment.