From 7f33e5f867e2b053e980cd0493635804a254d05f Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Wed, 25 Mar 2026 03:06:21 +0000 Subject: [PATCH] Fix lookup-request.svg: remove stale visited bloom filter The visited_bits field (hash_cnt + 256 bytes) was removed from the LookupRequest wire format in the discovery-rework (bloom-guided tree routing replaced the visited filter). Update the diagram to match the current 46 + 16n byte format. --- docs/design/diagrams/lookup-request.svg | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/docs/design/diagrams/lookup-request.svg b/docs/design/diagrams/lookup-request.svg index afb9811..49c78a6 100644 --- a/docs/design/diagrams/lookup-request.svg +++ b/docs/design/diagrams/lookup-request.svg @@ -1,9 +1,9 @@ - + - + - LookupRequest (0x30) — 303 + 16n bytes + LookupRequest (0x30) — 46 + 16n bytes 0–3 @@ -58,15 +58,6 @@ origin_coords × n (16 bytes each — NodeAddr only) - - +1+256 - - - hash_cnt - - - visited_bits (256 bytes) - - total: 303 + (n × 16) bytes, where n = origin depth + 1 + total: 46 + (n × 16) bytes, where n = origin depth + 1