Skip to content

Commit

Permalink
update STV
Browse files Browse the repository at this point in the history
  • Loading branch information
AurelienFT committed Dec 6, 2024
1 parent 2876fc3 commit 1afb103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/blockchain/header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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))]
Expand Down

0 comments on commit 1afb103

Please sign in to comment.