Compile release notes for v0.2.10

This commit is contained in:
pacrob
2025-08-12 07:19:11 -06:00
parent bb896dac2c
commit 2730db4285
25 changed files with 63 additions and 30 deletions

View File

@ -1 +0,0 @@
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.