#### Problem - Right now there is no way to modify/evolve the votor messages #### Proposed Solution - Add a version byte in the very beginning of the message, and make sure that it gets processed separately from the rest of the deserialization. - As an alternative, use the [TLV logic](https://github.com/anza-xyz/agave/blob/master/gossip/src/tlv.rs) from solana-gossip crate to encode votor messages on the wire.