You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exchange.zig and rate_limiter.zig use snake_case for functions (addr_hash, peer_key, find_slot, etc.) while newer files use idiomatic Zig camelCase (drainQueue, findByMsgId, appendBlock1).
Severity: MEDIUM
exchange.zigandrate_limiter.zigusesnake_casefor functions (addr_hash,peer_key,find_slot, etc.) while newer files use idiomatic ZigcamelCase(drainQueue,findByMsgId,appendBlock1).Found in code review 2026-03-19.