Skip to content

Commit

Permalink
node-data: bump protocol version for new testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
herr-seppia committed Dec 11, 2024
1 parent bebc73b commit 3380bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-data/src/message.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::{bls, ledger, Serializable, StepName};

/// Topic field position in the message binary representation
pub const TOPIC_FIELD_POS: usize = 1 + 2 + 2;
pub const PROTOCOL_VERSION: Version = Version(1, 0, 1);
pub const PROTOCOL_VERSION: Version = Version(1, 0, 2);

/// Max value for iteration.
pub const MESSAGE_MAX_ITER: u8 = 50;
Expand Down

0 comments on commit 3380bcf

Please sign in to comment.