Skip to content

Commit

Permalink
update framework
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqvq committed Nov 4, 2024
1 parent efa0774 commit 3117174
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/sui-protocol-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use tracing::{info, warn};

/// The minimum and maximum protocol versions supported by this build.
const MIN_PROTOCOL_VERSION: u64 = 1;
const MAX_PROTOCOL_VERSION: u64 = 68;
const MAX_PROTOCOL_VERSION: u64 = 69;

// Record history of protocol version allocations here:
//
Expand Down Expand Up @@ -2943,6 +2943,7 @@ impl ProtocolConfig {
// Sets number of rounds allowed for fastpath voting in consensus.
cfg.consensus_voting_rounds = Some(40);
}
69 => {}
// Use this template when making changes:
//
// // modify an existing constant.
Expand Down

0 comments on commit 3117174

Please sign in to comment.