From 19ba39d3032cf01efcbaaf88f6b68a461b2d1c21 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 28 Feb 2026 10:30:35 -0800 Subject: [PATCH] proto: remove reserved 304 field number MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pre-1.0 software — no need to reserve removed field numbers. Regenerated pb.go accordingly. Per reviewer feedback on PR #32. --- mfer/mf.pb.go | 4 ++-- mfer/mf.proto | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mfer/mf.pb.go b/mfer/mf.pb.go index d3ef0de..41f53f9 100644 --- a/mfer/mf.pb.go +++ b/mfer/mf.pb.go @@ -561,7 +561,7 @@ const file_mf_proto_rawDesc = "" + "\n" + "_signatureB\t\n" + "\a_signerB\x10\n" + - "\x0e_signingPubKey\"\xf8\x01\n" + + "\x0e_signingPubKey\"\xf0\x01\n" + "\n" + "MFFilePath\x12\x12\n" + "\x04path\x18\x01 \x01(\tR\x04path\x12\x12\n" + @@ -574,7 +574,7 @@ const file_mf_proto_rawDesc = "" + ".TimestampH\x02R\x05ctime\x88\x01\x01B\v\n" + "\t_mimeTypeB\b\n" + "\x06_mtimeB\b\n" + - "\x06_ctimeJ\x06\b\xb0\x02\x10\xb1\x02\".\n" + + "\x06_ctime\".\n" + "\x0eMFFileChecksum\x12\x1c\n" + "\tmultiHash\x18\x01 \x01(\fR\tmultiHash\"\xd6\x01\n" + "\x06MFFile\x12)\n" + diff --git a/mfer/mf.proto b/mfer/mf.proto index 91b013a..951946f 100644 --- a/mfer/mf.proto +++ b/mfer/mf.proto @@ -59,8 +59,6 @@ message MFFilePath { optional string mimeType = 301; optional Timestamp mtime = 302; optional Timestamp ctime = 303; - // Field 304 (atime) removed — not useful for integrity verification. - reserved 304; } message MFFileChecksum {