From 1afb103910a4971cd0c856b586a64a7d62ccf08b Mon Sep 17 00:00:00 2001 From: AurelienFT Date: Fri, 6 Dec 2024 01:45:16 +0100 Subject: [PATCH] update STV --- crates/types/src/blockchain/header.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/types/src/blockchain/header.rs b/crates/types/src/blockchain/header.rs index ae125ba881a..fe40de48b89 100644 --- a/crates/types/src/blockchain/header.rs +++ b/crates/types/src/blockchain/header.rs @@ -166,7 +166,7 @@ pub type ConsensusParametersVersion = u32; pub type StateTransitionBytecodeVersion = u32; /// The latest version of the state transition bytecode. -pub const LATEST_STATE_TRANSITION_VERSION: StateTransitionBytecodeVersion = 17; +pub const LATEST_STATE_TRANSITION_VERSION: StateTransitionBytecodeVersion = 18; #[derive(Copy, Clone, Debug, PartialEq, Eq)] #[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]