From 22cf0ebd6632256538e6884e8102f367f9543177 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Mon, 11 Aug 2025 00:39:43 -0500 Subject: [PATCH] Add nodeinfo bool has_xeddsa_signed --- meshtastic/mesh.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 79ed84c..6f5de04 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -1609,6 +1609,13 @@ message NodeInfo { * LSB 0 of the bitfield */ bool is_key_manually_verified = 12; + + /* + * True if node is signing its packets via XEdDSA + * Persists between NodeDB internal clean ups + * LSB 1 of the bitfield + */ + bool has_xeddsa_signed = 13; } /*