referrerpolicy=no-referrer-when-downgrade

HOP_META_VERSION

Constant HOP_META_VERSION 

Source
pub const HOP_META_VERSION: u8 = 2;
Expand description

On-disk format version for HopEntryMeta records. Startup recovery rejects .meta files whose version field doesn’t match, so same-shape schema changes (e.g. semantic reinterpretation of an existing field) can be rolled out by bumping this constant; shape changes are caught by SCALE decode failure.