Merge branch 'main' into py-multiaddr

This commit is contained in:
Manu Sheel Gupta
2025-07-21 06:27:11 -07:00
committed by GitHub
11 changed files with 1181 additions and 314 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.

View File

@ -0,0 +1 @@
Yamux RawConnError Logging Refactor - Improved error handling and debug logging