Revert "Compile release notes for v0.2.10"

This reverts commit 2730db4285.
This commit is contained in:
pacrob
2025-08-12 07:34:33 -06:00
parent 1565d409e8
commit b01596ad92
25 changed files with 30 additions and 63 deletions

View File

@ -0,0 +1 @@
Fixed incorrect handling of raw protobuf format in identify push protocol. The identify push 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.