From 3117174cff799526f10e9b42767fa8d8343325a4 Mon Sep 17 00:00:00 2001 From: Joy Wang <108701016+joyqvq@users.noreply.github.com> Date: Fri, 1 Nov 2024 19:56:45 -0400 Subject: [PATCH] update framework --- crates/sui-protocol-config/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/sui-protocol-config/src/lib.rs b/crates/sui-protocol-config/src/lib.rs index 0a37adc961e5d2..b6cc792385d0b3 100644 --- a/crates/sui-protocol-config/src/lib.rs +++ b/crates/sui-protocol-config/src/lib.rs @@ -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: // @@ -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.