Merge branch 'main' into dependency-chore

This commit is contained in:
Manu Sheel Gupta
2025-08-25 15:46:41 +05:30
committed by GitHub
32 changed files with 1939 additions and 26 deletions

View File

@ -0,0 +1 @@
Make TProtocol as Optional[TProtocol] to keep types consistent in py-libp2p/libp2p/protocol_muxer/multiselect.py

View File

@ -0,0 +1 @@
Added `Random Walk` peer discovery module that enables random peer exploration for improved peer discovery.

View File

@ -0,0 +1 @@
Improved PubsubNotifee integration tests and added failure scenario coverage.

View File

@ -0,0 +1 @@
Fix type for gossipsub_message_id for consistency and security