ProtocolVersion

Constant ProtocolVersion 

Source
pub const ProtocolVersion: u32 = 1;
Expand description

Protocol version for Mountain-Air communication

This version is sent in all gRPC messages and checked by clients to ensure compatibility. Increment this value when breaking protocol changes are made.

Version history:

  • 1: Initial Vine protocol

TODO: Implement protocol version checking and negotiation