From 26fd169ccc11ac516243e57c97d756cf5b1aada6 Mon Sep 17 00:00:00 2001 From: acul71 Date: Sat, 19 Jul 2025 04:25:06 +0200 Subject: [PATCH] doc: newsfragment raw identify message --- newsfragments/778.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/778.bugfix.rst diff --git a/newsfragments/778.bugfix.rst b/newsfragments/778.bugfix.rst new file mode 100644 index 00000000..a18832a4 --- /dev/null +++ b/newsfragments/778.bugfix.rst @@ -0,0 +1 @@ +Fixed incorrect handling of raw protobuf format in identify protocol. The identify example now properly handles both raw and length-prefixed (varint) message formats, provides better error messages, and displays connection status with peer IDs. Replaced mock-based tests with comprehensive real network integration tests for both formats.