pub const CONTRACT_VERSION: u32 = 1;Expand description
Contract version core advertises via ENV_CONTRACT. Bumped only on breaking changes; the event
schema is otherwise extended additively (new optional fields, new #[serde(other)]-tolerated
variants), so a plugin built against v1 keeps working.